Class SOAPHeader
java.lang.Object
com.sun.tools.ws.wsdl.framework.Entity
com.sun.tools.ws.wsdl.framework.ExtensionImpl
com.sun.tools.ws.wsdl.document.soap.SOAPHeader
- All Implemented Interfaces:
TWSDLExtension,Elemental
A SOAP header extension.
- Author:
- WS Development Team
-
Field Summary
Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity
errorReceiver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExtensionVisitor visitor) voidadd(SOAPHeaderFault fault) faults()getPart()getUse()booleanbooleanvoidvoidsetMessage(QName message) voidvoidvoidvoidvoidwithAllQNamesDo(QNameAction action) voidwithAllSubEntitiesDo(EntityAction action) Methods inherited from class com.sun.tools.ws.wsdl.framework.ExtensionImpl
getParent, setParentMethods inherited from class com.sun.tools.ws.wsdl.framework.Entity
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo
-
Constructor Details
-
SOAPHeader
-
-
Method Details
-
add
-
faults
-
getElementName
-
getNamespace
-
setNamespace
-
getUse
-
setUse
-
isEncoded
public boolean isEncoded() -
isLiteral
public boolean isLiteral() -
getEncodingStyle
-
setEncodingStyle
-
getPart
-
setMessage
-
getMessage
-
setPart
-
withAllSubEntitiesDo
- Overrides:
withAllSubEntitiesDoin classEntity
-
withAllQNamesDo
- Overrides:
withAllQNamesDoin classEntity
-
accept
- Overrides:
acceptin classExtensionImpl- Throws:
Exception
-
validateThis
public void validateThis()- Specified by:
validateThisin classEntity
-