public interface EditableWSDLPort extends WSDLPort
| Modifier and Type | Method and Description |
|---|---|
void |
freeze(EditableWSDLModel root)
Freezes WSDL model to prevent further modification
|
EditableWSDLBoundPortType |
getBinding()
Gets
WSDLBoundPortType associated with the WSDLPort. |
EditableWSDLService |
getOwner()
Gets the
WSDLService that owns this port. |
void |
setAddress(EndpointAddress address)
Sets endpoint address
|
void |
setEPR(WSEndpointReference epr)
Sets endpoint reference
|
getAddress, getEPR, getNameaddFeature, getFeature, getFeaturesaddExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensionsgetLocation@NotNull EditableWSDLBoundPortType getBinding()
WSDLPortWSDLBoundPortType associated with the WSDLPort.getBinding in interface WSDLPort@NotNull EditableWSDLService getOwner()
WSDLPortWSDLService that owns this port.void setAddress(EndpointAddress address)
address - Endpoint addressvoid setEPR(@NotNull
WSEndpointReference epr)
epr - Endpoint referencevoid freeze(EditableWSDLModel root)
root - WSDL ModelCopyright © 2015 Oracle Corporation. All rights reserved.