| com.sun.jbi.wsdl2.Endpoint
All known Subclasses: com.sun.jbi.wsdl2.impl.Endpoint,
getBinding | Binding getBinding()(Code) | | Get binding for this endpoint.
Binding for this endpoint |
getName | String getName()(Code) | | Get name of this endpoint component.
Name of this endpoint component |
setBinding | void setBinding(Binding theBinding)(Code) | | Set binding for this endpoint.
Parameters: theBinding - Binding for this endpoint |
setName | void setName(String theName)(Code) | | Set name of this endpoint component.
Parameters: theName - Name of this endpoint component |
toXmlDocumentFragment | DocumentFragment toXmlDocumentFragment()(Code) | | Return this endpoint as a DOM document fragment. The DOM subtree is a
copy; altering it will not affect this endpoint.
This endpoint, as a DOM document fragment. |
toXmlString | String toXmlString()(Code) | | Return this WSDL endpoint as an XML string.
This endpoint, serialized as an XML string. |
|
|