com.sun.xml.ws.model.wsdl
Class WSDLDirectProperties
java.lang.Object
com.sun.xml.ws.api.PropertySet
com.sun.xml.ws.model.wsdl.WSDLProperties
com.sun.xml.ws.model.wsdl.WSDLDirectProperties
- All Implemented Interfaces:
- org.jvnet.ws.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 interface org.jvnet.ws.message.PropertySet |
org.jvnet.ws.message.PropertySet.Property |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLDirectProperties
public WSDLDirectProperties(QName serviceName,
QName portName)
WSDLDirectProperties
public WSDLDirectProperties(QName serviceName,
QName portName,
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 (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.