Interface EditableWSDLPort
-
- All Superinterfaces:
WSDLExtensible,WSDLFeaturedObject,WSDLObject,WSDLPort
- All Known Implementing Classes:
WSDLPortImpl
public interface EditableWSDLPort extends WSDLPort
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfreeze(EditableWSDLModel root)Freezes WSDL model to prevent further modificationEditableWSDLBoundPortTypegetBinding()GetsWSDLBoundPortTypeassociated with theWSDLPort.EditableWSDLServicegetOwner()Gets theWSDLServicethat owns this port.voidsetAddress(EndpointAddress address)Sets endpoint addressvoidsetEPR(WSEndpointReference epr)Sets endpoint reference-
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions
-
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLFeaturedObject
addFeature, getFeature, getFeatures
-
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
-
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLPort
getAddress, getEPR, getName
-
-
-
-
Method Detail
-
getBinding
@NotNull EditableWSDLBoundPortType getBinding()
Description copied from interface:WSDLPortGetsWSDLBoundPortTypeassociated with theWSDLPort.- Specified by:
getBindingin interfaceWSDLPort
-
getOwner
@NotNull EditableWSDLService getOwner()
Description copied from interface:WSDLPortGets theWSDLServicethat owns this port.
-
setAddress
void setAddress(EndpointAddress address)
Sets endpoint address- Parameters:
address- Endpoint address
-
setEPR
void setEPR(@NotNull WSEndpointReference epr)Sets endpoint reference- Parameters:
epr- Endpoint reference
-
freeze
void freeze(EditableWSDLModel root)
Freezes WSDL model to prevent further modification- Parameters:
root- WSDL Model
-
-