com.sun.xml.ws.model.wsdl
Class WSDLDirectProperties
java.lang.Object
com.oracle.webservices.api.message.BasePropertySet
com.sun.xml.ws.model.wsdl.WSDLProperties
com.sun.xml.ws.model.wsdl.WSDLDirectProperties
- All Implemented Interfaces:
- com.oracle.webservices.api.message.PropertySet
public final class WSDLDirectProperties
- extends WSDLProperties
Replacement for WSDLPortProperties for when elements from the WSDL are known,
but the full WSDL is not available.
| Nested classes/interfaces inherited from class com.oracle.webservices.api.message.BasePropertySet |
com.oracle.webservices.api.message.BasePropertySet.Accessor, com.oracle.webservices.api.message.BasePropertySet.PropertyMap, com.oracle.webservices.api.message.BasePropertySet.PropertyMapEntry |
| Nested classes/interfaces inherited from interface com.oracle.webservices.api.message.PropertySet |
com.oracle.webservices.api.message.PropertySet.Property |
| 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 |
WSDLDirectProperties
public WSDLDirectProperties(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName)
WSDLDirectProperties
public WSDLDirectProperties(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
SEIModel seiModel)
getWSDLService
public javax.xml.namespace.QName getWSDLService()
- Specified by:
getWSDLService in class WSDLProperties
getWSDLPort
public javax.xml.namespace.QName getWSDLPort()
- Specified by:
getWSDLPort in class WSDLProperties
getWSDLPortType
public javax.xml.namespace.QName getWSDLPortType()
- Specified by:
getWSDLPortType in class WSDLProperties
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.