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

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

public class SOAPBody
extends ExtensionImpl

A SOAP body extension.


Field Summary
 
Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity
errorReceiver
 
Constructor Summary
SOAPBody(Locator locator)
           
 
Method Summary
 QName getElementName()
           
 String getEncodingStyle()
           
 String getNamespace()
           
 String getParts()
           
 SOAPUse getUse()
           
 boolean isEncoded()
           
 boolean isLiteral()
           
 void setEncodingStyle(String s)
           
 void setNamespace(String s)
           
 void setParts(String s)
           
 void setUse(SOAPUse u)
           
 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

SOAPBody

public SOAPBody(Locator locator)
Method Detail

getElementName

public QName getElementName()

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String s)

getUse

public SOAPUse getUse()

setUse

public void setUse(SOAPUse u)

isEncoded

public boolean isEncoded()

isLiteral

public boolean isLiteral()

getEncodingStyle

public String getEncodingStyle()

setEncodingStyle

public void setEncodingStyle(String s)

getParts

public String getParts()

setParts

public void setParts(String s)

validateThis

public void validateThis()
Specified by:
validateThis in class Entity