com.sun.tools.ws.wsdl.document.soap
Class SOAPHeaderFault
java.lang.Object
com.sun.tools.ws.wsdl.framework.Entity
com.sun.tools.ws.wsdl.framework.ExtensionImpl
com.sun.tools.ws.wsdl.document.soap.SOAPHeaderFault
- All Implemented Interfaces:
- TWSDLExtension, Elemental
public class SOAPHeaderFault
- extends ExtensionImpl
A SOAP header fault extension.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPHeaderFault
public SOAPHeaderFault(Locator locator)
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