Interface EditableWSDLPort
- All Superinterfaces:
WSDLExtensible,WSDLFeaturedObject,WSDLObject,WSDLPort
- All Known Implementing Classes:
WSDLPortImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidfreeze(EditableWSDLModel root) Freezes WSDL model to prevent further modificationGetsWSDLBoundPortTypeassociated with theWSDLPort.getOwner()Gets theWSDLServicethat owns this port.voidsetAddress(EndpointAddress address) Sets endpoint addressvoidSets endpoint referenceMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensionsMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLFeaturedObject
addFeature, getFeature, getFeaturesMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocationMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLPort
getAddress, getEPR, getName
-
Method Details
-
getBinding
Description copied from interface:WSDLPortGetsWSDLBoundPortTypeassociated with theWSDLPort.- Specified by:
getBindingin interfaceWSDLPort
-
getOwner
Description copied from interface:WSDLPortGets theWSDLServicethat owns this port. -
setAddress
Sets endpoint address- Parameters:
address- Endpoint address
-
setEPR
Sets endpoint reference- Parameters:
epr- Endpoint reference
-
freeze
Freezes WSDL model to prevent further modification- Parameters:
root- WSDL Model
-