|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.tools.wsdl.ModelBindingGenerator
Model for classes to add new bindings to a WSDL4J definition
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 |
public ModelBindingGenerator(java.lang.String bindingName)
Method Detail |
public java.lang.String getBindingTypeName()
getBindingTypeName
in interface BindingGenerator
public void addBindings(javax.wsdl.Definition def)
addBindings
in interface BindingGenerator
public abstract java.lang.Class getImplementedBinding()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |