public interface WSDLPort extends WSDLFeaturedObject, WSDLExtensible
Modifier and Type | Method and Description |
---|---|
EndpointAddress |
getAddress()
Gets endpoint address of this port.
|
WSDLBoundPortType |
getBinding()
Gets
WSDLBoundPortType associated with the WSDLPort . |
WSEndpointReference |
getEPR()
Returns endpoint reference
|
QName |
getName()
Gets wsdl:port@name attribute value as local name and wsdl:definitions@targetNamespace
as the namespace uri.
|
WSDLService |
getOwner()
Gets the
WSDLService that owns this port. |
addFeature, getFeature, getFeatures
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions
getLocation
QName getName()
@NotNull WSDLBoundPortType getBinding()
WSDLBoundPortType
associated with the WSDLPort
.EndpointAddress getAddress()
@NotNull WSDLService getOwner()
WSDLService
that owns this port.@Nullable WSEndpointReference getEPR()
Copyright © 2015 Oracle Corporation. All rights reserved.