|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EditableWSDLPort
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLPort |
|---|
getAddress, getEPR, getName |
| 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.WSDLExtensible |
|---|
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions |
| Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject |
|---|
getLocation |
| Method Detail |
|---|
@NotNull EditableWSDLBoundPortType getBinding()
WSDLPortWSDLBoundPortType associated with the WSDLPort.
getBinding in interface WSDLPort@NotNull EditableWSDLService getOwner()
WSDLPortWSDLService that owns this port.
getOwner in interface WSDLPortvoid setAddress(EndpointAddress address)
address - Endpoint address
void setEPR(@NotNull
WSEndpointReference epr)
epr - Endpoint referencevoid freeze(EditableWSDLModel root)
root - WSDL Model
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||