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

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

public class SOAPHeaderFault
extends ExtensionImpl

A SOAP header fault extension.


Field Summary
 
Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity
errorReceiver
 
Constructor Summary
SOAPHeaderFault(Locator locator)
           
 
Method Summary
 QName getElementName()
           
 String getEncodingStyle()
           
 QName getMessage()
           
 String getNamespace()
           
 String getPart()
           
 SOAPUse getUse()
           
 boolean isEncoded()
           
 boolean isLiteral()
           
 void setEncodingStyle(String s)
           
 void setMessage(QName message)
           
 void setNamespace(String s)
           
 void setPart(String s)
           
 void setUse(SOAPUse u)
           
 void validateThis()
           
 void withAllQNamesDo(QNameAction action)
           
 
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, withAllSubEntitiesDo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPHeaderFault

public SOAPHeaderFault(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)

getPart

public String getPart()

setMessage

public void setMessage(QName message)

getMessage

public QName getMessage()

setPart

public void setPart(String s)

withAllQNamesDo

public void withAllQNamesDo(QNameAction action)
Overrides:
withAllQNamesDo in class Entity

validateThis

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