com.sun.tools.ws.wsdl.document.soap
Class SOAPBinding
java.lang.Object
com.sun.tools.ws.wsdl.framework.Entity
com.sun.tools.ws.wsdl.framework.ExtensionImpl
com.sun.tools.ws.wsdl.document.soap.SOAPBinding
- All Implemented Interfaces:
- TWSDLExtension, Elemental
- Direct Known Subclasses:
- SOAP12Binding
public class SOAPBinding
- extends ExtensionImpl
A SOAP binding extension.
- Author:
- WS Development Team
|
Constructor Summary |
SOAPBinding(org.xml.sax.Locator locator)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPBinding
public SOAPBinding(org.xml.sax.Locator locator)
getElementName
public javax.xml.namespace.QName getElementName()
getTransport
public java.lang.String getTransport()
setTransport
public void setTransport(java.lang.String s)
getStyle
public SOAPStyle getStyle()
setStyle
public void setStyle(SOAPStyle s)
isDocument
public boolean isDocument()
isRPC
public boolean isRPC()
validateThis
public void validateThis()
- Specified by:
validateThis in class Entity
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.