com.sun.tools.ws.wsdl.document.soap
Class SOAPBinding

java.lang.Object
  extended by com.sun.tools.ws.wsdl.framework.Entity
      extended by com.sun.tools.ws.wsdl.framework.ExtensionImpl
          extended by 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.


Field Summary
 
Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity
errorReceiver
 
Constructor Summary
SOAPBinding(Locator locator)
           
 
Method Summary
 QName getElementName()
           
 SOAPStyle getStyle()
           
 String getTransport()
           
 boolean isDocument()
           
 boolean isRPC()
           
 void setStyle(SOAPStyle s)
           
 void setTransport(String s)
           
 void validateThis()
           
 
Methods inherited from class com.sun.tools.ws.wsdl.framework.ExtensionImpl
accept, getParent, setParent
 
Methods inherited from class com.sun.tools.ws.wsdl.framework.Entity
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllQNamesDo, withAllSubEntitiesDo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPBinding

public SOAPBinding(Locator locator)
Method Detail

getElementName

public QName getElementName()

getTransport

public String getTransport()

setTransport

public void setTransport(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