| java.lang.Object com.sun.jbi.wsdl2.impl.ExtensibleDocumentedComponent com.sun.jbi.wsdl2.impl.Binding
All known Subclasses: com.sun.jbi.wsdl2.impl.BindingImpl,
Constructor Summary | |
| Binding(BindingType bean) Construct an abstract Binding implementation base component. |
Binding | Binding(BindingType bean)(Code) | | Construct an abstract Binding implementation base component.
Parameters: bean - The XML bean for this Binding component |
addNewBindingFault | abstract public com.sun.jbi.wsdl2.BindingFault addNewBindingFault(com.sun.jbi.wsdl2.InterfaceFault ref)(Code) | | Create a new binding fault, appending it to this binding's faults
list.
Parameters: ref - Interface fault to which the new binding fault adds bindinginformation Newly created binding fault, appended to the faults list. |
addNewOperation | abstract public com.sun.jbi.wsdl2.BindingOperation addNewOperation()(Code) | | Create a new operation, appending it to this binding's operations
list.
Newly created operation, appended to this binding's operationlist. |
getBean | final protected BindingType getBean()(Code) | | Get the BindingType XML bean behind this Binding component.
The BindingType XML bean behind this component. |
getName | public String getName()(Code) | | Get local name of this binding component.
Local name of this binding component |
getType | public String getType()(Code) | | Get URI indicating the type of this binding.
URI indicating the type of this binding |
setName | public void setName(String theName)(Code) | | Set local name of this binding component.
Parameters: theName - Local name of this binding component |
setType | public void setType(String theType)(Code) | | Set URI indicating the type of this binding
Parameters: theType - URI indicating the type of this binding |
toXmlDocumentFragment | abstract public DocumentFragment toXmlDocumentFragment()(Code) | | Return this binding as a DOM document fragment. The DOM subtree is a
copy; altering it will not affect this binding.
This binding, as a DOM document fragment. |
toXmlString | abstract public String toXmlString()(Code) | | Return this WSDL binding as an XML string.
This binding, serialized as an XML string. |
Fields inherited from com.sun.jbi.wsdl2.impl.ExtensibleDocumentedComponent | protected XmlObject mXmlObject(Code)(Java Doc)
|
|
|