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 . |
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, getExtension, getExtensions, getExtensions
getLocation
QName getName()
@NotNull WSDLBoundPortType getBinding()
WSDLBoundPortType
associated with the WSDLPort
.EndpointAddress getAddress()
@NotNull WSDLService getOwner()
WSDLService
that owns this port.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.