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, getName
addFeature, getFeature, getFeatures
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions
getLocation
@NotNull EditableWSDLBoundPortType getBinding()
WSDLPort
WSDLBoundPortType
associated with the WSDLPort
.getBinding
in interface WSDLPort
@NotNull EditableWSDLService getOwner()
WSDLPort
WSDLService
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.