org.apache.wsif.tools.wsdl
Class ModelBindingGenerator

java.lang.Object
  extended byorg.apache.wsif.tools.wsdl.ModelBindingGenerator
All Implemented Interfaces:
BindingGenerator
Direct Known Subclasses:
EJBBindingGenerator, JavaBindingGenerator, SOAPJMSBindingGenerator

public abstract class ModelBindingGenerator
extends java.lang.Object
implements BindingGenerator

Model for classes to add new bindings to a WSDL4J definition

Author:
Ant Elder

Constructor Summary
ModelBindingGenerator(java.lang.String bindingName)
          Construct a new binding generator
 
Method Summary
 void addBindings(javax.wsdl.Definition def)
          Adds new bindings to a WSDL4J Definition
 java.lang.String getBindingTypeName()
          Returns the bindingTypeName.
abstract  java.lang.Class getImplementedBinding()
          Get the class of the extensibility element the generator supports
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelBindingGenerator

public ModelBindingGenerator(java.lang.String bindingName)
Construct a new binding generator

Method Detail

getBindingTypeName

public java.lang.String getBindingTypeName()
Returns the bindingTypeName.

Specified by:
getBindingTypeName in interface BindingGenerator
Returns:
String

addBindings

public void addBindings(javax.wsdl.Definition def)
Adds new bindings to a WSDL4J Definition

Specified by:
addBindings in interface BindingGenerator

getImplementedBinding

public abstract java.lang.Class getImplementedBinding()
Get the class of the extensibility element the generator supports



Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.