public final class WSDLPortImpl extends AbstractFeaturedObjectImpl implements WSDLPort
WSDLPort
AbstractExtensibleImpl.UnknownWSDLExtension
features
extensions, notUnderstoodExtensions
Constructor and Description |
---|
WSDLPortImpl(javax.xml.stream.XMLStreamReader xsr,
WSDLServiceImpl owner,
QName name,
QName binding) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
freeze(WSDLModelImpl root) |
EndpointAddress |
getAddress()
Gets endpoint address of this port.
|
WSDLBoundPortTypeImpl |
getBinding()
Gets
WSDLBoundPortType associated with the WSDLPort . |
QName |
getBindingName() |
WSEndpointReference |
getEPR() |
QName |
getName()
Gets wsdl:port@name attribute value as local name and wsdl:definitions@targetNamespace
as the namespace uri.
|
WSDLServiceImpl |
getOwner()
Gets the
WSDLService that owns this port. |
SOAPVersion |
getSOAPVersion() |
void |
setAddress(EndpointAddress address)
Only meant for
RuntimeWSDLParser to call. |
void |
setEPR(WSEndpointReference epr)
Only meant for
RuntimeWSDLParser to call. |
addFeature, getFeature, getFeature, getFeatures
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions
getLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addFeature, getFeature, getFeatures
addExtension, getExtension, getExtensions, getExtensions
getLocation
public WSDLPortImpl(javax.xml.stream.XMLStreamReader xsr, WSDLServiceImpl owner, QName name, QName binding)
public QName getName()
WSDLPort
public QName getBindingName()
public EndpointAddress getAddress()
WSDLPort
getAddress
in interface WSDLPort
public WSDLServiceImpl getOwner()
WSDLPort
WSDLService
that owns this port.public void setAddress(EndpointAddress address)
RuntimeWSDLParser
to call.public void setEPR(@NotNull WSEndpointReference epr)
RuntimeWSDLParser
to call.@Nullable public WSEndpointReference getEPR()
public WSDLBoundPortTypeImpl getBinding()
WSDLPort
WSDLBoundPortType
associated with the WSDLPort
.getBinding
in interface WSDLPort
public SOAPVersion getSOAPVersion()
void freeze(WSDLModelImpl root)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.