public final class WSDLPortImpl extends AbstractFeaturedObjectImpl implements WSDLPort
WSDLPortAbstractExtensibleImpl.UnknownWSDLExtensionfeaturesextensions, 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, getFeaturesaddExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensionsgetLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFeature, getFeature, getFeaturesaddExtension, getExtension, getExtensions, getExtensionsgetLocationpublic WSDLPortImpl(javax.xml.stream.XMLStreamReader xsr, WSDLServiceImpl owner, QName name, QName binding)
public QName getName()
WSDLPortpublic QName getBindingName()
public EndpointAddress getAddress()
WSDLPortgetAddress in interface WSDLPortpublic WSDLServiceImpl getOwner()
WSDLPortWSDLService 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()
WSDLPortWSDLBoundPortType associated with the WSDLPort.getBinding in interface WSDLPortpublic SOAPVersion getSOAPVersion()
void freeze(WSDLModelImpl root)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.