org.apache.wsif.tools.wsdl
Class EJBBindingGenerator

java.lang.Object
  |
  +--org.apache.wsif.tools.wsdl.ModelBindingGenerator
        |
        +--org.apache.wsif.tools.wsdl.EJBBindingGenerator
All Implemented Interfaces:
BindingGenerator

public class EJBBindingGenerator
extends ModelBindingGenerator

Utility to add a WSIF Java binding to a WSDL4J definition

Author:
Ant Elder

Constructor Summary
EJBBindingGenerator()
          Construct a new binding generator
 
Method Summary
 java.lang.Class getImplementedBinding()
          Returns the implemetedBinding.
 
Methods inherited from class org.apache.wsif.tools.wsdl.ModelBindingGenerator
addBindings, getBindingTypeName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBBindingGenerator

public EJBBindingGenerator()
Construct a new binding generator
Method Detail

getImplementedBinding

public java.lang.Class getImplementedBinding()
Returns the implemetedBinding.
Overrides:
getImplementedBinding in class ModelBindingGenerator
Returns:
Class


Copyright © 2002, 2003 Apache XML Project. All Rights Reserved.