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.- Author:
- WS Development Team
-
-
Field Summary
-
Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity
errorReceiver
-
-
Constructor Summary
Constructors Constructor Description SOAPHeaderFault(Locator locator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetElementName()StringgetEncodingStyle()QNamegetMessage()StringgetNamespace()StringgetPart()SOAPUsegetUse()booleanisEncoded()booleanisLiteral()voidsetEncodingStyle(String s)voidsetMessage(QName message)voidsetNamespace(String s)voidsetPart(String s)voidsetUse(SOAPUse u)voidvalidateThis()voidwithAllQNamesDo(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
-
-
-
-
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:
withAllQNamesDoin classEntity
-
validateThis
public void validateThis()
- Specified by:
validateThisin classEntity
-
-