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

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

public class SOAPFault
extends ExtensionImpl

A SOAP fault extension.


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

SOAPFault

public SOAPFault(Locator locator)
Method Detail

getElementName

public QName getElementName()

getName

public String getName()

setName

public void setName(String s)

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)

validateThis

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