|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.message.NodeImpl
org.jboss.axis.message.SOAPElementImpl
org.jboss.axis.message.SOAPElementAxisImpl
org.jboss.axis.message.SOAPHeaderElementImpl
org.jboss.axis.message.SOAPHeaderElementAxisImpl
public class SOAPHeaderElementAxisImpl
A simple header element abstraction. Extends MessageElement with header-specific stuff like mustUnderstand, actor, and a 'processed' flag.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jboss.axis.message.SOAPElementAxisImpl |
---|
SOAPElementAxisImpl.QNameAttr |
Field Summary | |
---|---|
protected boolean |
processed
|
Fields inherited from class org.jboss.axis.message.SOAPElementAxisImpl |
---|
_isRoot, attributes, context, elementRep, encodingStyle, endEventIndex, href, id, message, name, namespaces, namespaceURI, objectValue, prefix, qNameAttrs, recorder, soapPart, startContentsIndex, startEventIndex, typeQName |
Fields inherited from class org.jboss.axis.message.NodeImpl |
---|
domNode, soapParent |
Constructor Summary | |
---|---|
SOAPHeaderElementAxisImpl(Element elem)
|
|
SOAPHeaderElementAxisImpl(javax.xml.soap.Name name)
|
|
SOAPHeaderElementAxisImpl(String namespace,
String localPart)
|
|
SOAPHeaderElementAxisImpl(String namespace,
String localPart,
Object value)
|
|
SOAPHeaderElementAxisImpl(String namespace,
String localPart,
String prefix,
Attributes attributes,
DeserializationContext context)
|
Method Summary | |
---|---|
String |
getActor()
|
boolean |
getMustUnderstand()
Check for env:mustUnderstand |
String |
getRole()
|
boolean |
isProcessed()
|
void |
setActor(String actor)
|
void |
setMustUnderstand(boolean mustUnderstand)
|
void |
setParentElement(javax.xml.soap.SOAPElement parent)
Sets the parent of this Node object to the given SOAPElement object. |
void |
setProcessed(boolean value)
|
void |
setRole(String role)
|
Methods inherited from class org.jboss.axis.message.SOAPElementImpl |
---|
getSchemaTypeInfo, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
Methods inherited from class org.jboss.axis.message.NodeImpl |
---|
compareDocumentPosition, getBaseURI, getFeature, getNodeName, getTextContent, getUserData, getValue, hashCode, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, recycleNode, setNodeValue, setTextContent, setUserData, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.xml.soap.SOAPElement |
---|
addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttributeValue, getChildElements, getChildElements, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getVisibleNamespacePrefixes, removeAttribute, removeContents, removeNamespaceDeclaration, setEncodingStyle |
Methods inherited from interface javax.xml.soap.Node |
---|
detachNode, getParentElement, getValue, recycleNode, setValue |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Methods inherited from interface org.w3c.dom.Element |
---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Field Detail |
---|
protected boolean processed
Constructor Detail |
---|
public SOAPHeaderElementAxisImpl(String namespace, String localPart)
public SOAPHeaderElementAxisImpl(javax.xml.soap.Name name)
public SOAPHeaderElementAxisImpl(String namespace, String localPart, Object value)
public SOAPHeaderElementAxisImpl(Element elem)
public SOAPHeaderElementAxisImpl(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context) throws AxisFault
AxisFault
Method Detail |
---|
public void setParentElement(javax.xml.soap.SOAPElement parent) throws javax.xml.soap.SOAPException
NodeImpl
setParentElement
in class SOAPElementAxisImpl
parent
- the SOAPElement object to be set as the parent of this Node object
javax.xml.soap.SOAPException
- if there is a problem in setting the parent to the given nodepublic boolean getMustUnderstand()
getMustUnderstand
in interface javax.xml.soap.SOAPHeaderElement
getMustUnderstand
in class SOAPHeaderElementImpl
public void setMustUnderstand(boolean mustUnderstand)
setMustUnderstand
in interface javax.xml.soap.SOAPHeaderElement
setMustUnderstand
in class SOAPHeaderElementImpl
public String getActor()
getActor
in interface javax.xml.soap.SOAPHeaderElement
getActor
in class SOAPHeaderElementImpl
public void setActor(String actor)
setActor
in interface javax.xml.soap.SOAPHeaderElement
setActor
in class SOAPHeaderElementImpl
public String getRole()
public void setRole(String role)
public void setProcessed(boolean value)
public boolean isProcessed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |