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

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.SOAPOperation
All Implemented Interfaces:
TWSDLExtension, Elemental

public class SOAPOperation
extends ExtensionImpl

A SOAP operation extension.


Field Summary
 
Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity
errorReceiver
 
Constructor Summary
SOAPOperation(Locator locator)
           
 
Method Summary
 QName getElementName()
           
 String getSOAPAction()
           
 SOAPStyle getStyle()
           
 boolean isDocument()
           
 boolean isRPC()
           
 void setSOAPAction(String s)
           
 void setStyle(SOAPStyle 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

SOAPOperation

public SOAPOperation(Locator locator)
Method Detail

getElementName

public QName getElementName()

getSOAPAction

public String getSOAPAction()

setSOAPAction

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