public interface Endpoint extends ExtensibleDocumentedComponent
| Modifier and Type | Method and Description |
|---|---|
Binding |
getBinding()
Get binding for this endpoint.
|
String |
getName()
Get name of this endpoint component.
|
void |
setBinding(Binding theBinding)
Set binding for this endpoint.
|
void |
setName(String theName)
Set name of this endpoint component.
|
DocumentFragment |
toXmlDocumentFragment()
Return this endpoint as a DOM document fragment.
|
String |
toXmlString()
Return this WSDL endpoint as an XML string.
|
getDocument, getDocument, getExtensions, getWsdlAttributeNameMap, setDocument, setDocument, setExtensionsString getName()
void setName(String theName)
theName - Name of this endpoint componentBinding getBinding()
void setBinding(Binding theBinding)
theBinding - Binding for this endpointString toXmlString()
DocumentFragment toXmlDocumentFragment()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.