com.sun.xml.ws.model.wsdl
Class WSDLPortProperties
java.lang.Object
com.oracle.webservices.api.message.BasePropertySet
com.sun.xml.ws.model.wsdl.WSDLProperties
com.sun.xml.ws.model.wsdl.WSDLPortProperties
- All Implemented Interfaces:
- PropertySet
public final class WSDLPortProperties
- extends WSDLProperties
Properties exposed from WSDLPort for MessageContext.
Donot add this satellite if WSDLPort is null.
- Author:
- Jitendra Kotamraju
| Methods inherited from class com.oracle.webservices.api.message.BasePropertySet |
asMap, containsKey, createEntrySet, createMapView, createView, get, mapAllowsAdditionalProperties, parse, put, remove, supports |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLPortProperties
public WSDLPortProperties(@NotNull
WSDLPort port)
WSDLPortProperties
public WSDLPortProperties(@NotNull
WSDLPort port,
@Nullable
SEIModel seiModel)
getWSDLService
public QName getWSDLService()
- Specified by:
getWSDLService in class WSDLProperties
getWSDLPort
public QName getWSDLPort()
- Specified by:
getWSDLPort in class WSDLProperties
getWSDLPortType
public QName getWSDLPortType()
- Specified by:
getWSDLPortType in class WSDLProperties
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.