org.apache.axis.message
Class RPCHeaderParam

java.lang.Object
  |
  +--org.apache.axis.message.MessageElement
        |
        +--org.apache.axis.message.SOAPHeaderElement
              |
              +--org.apache.axis.message.RPCHeaderParam
All Implemented Interfaces:
Node, java.io.Serializable, SOAPElement, SOAPHeaderElement

public class RPCHeaderParam
extends SOAPHeaderElement

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.axis.message.MessageElement
MessageElement.QNameAttr
 
Field Summary
 
Fields inherited from class org.apache.axis.message.SOAPHeaderElement
actor, mustUnderstand, processed, relay
 
Fields inherited from class org.apache.axis.message.MessageElement
_isDirty, _isRoot, attributes, context, elementRep, encodingStyle, endEventIndex, href, id, log, message, name, namespaces, namespaceURI, parent, prefix, qNameAttrs, recorder, startContentsIndex, startEventIndex, textRep, typeQName
 
Constructor Summary
RPCHeaderParam(RPCParam rpcParam)
          Create a SOAPHeaderElement that is represented by an RPCParam
 
Method Summary
protected  void outputImpl(SerializationContext context)
          outputImpl serializes the RPCParam
 
Methods inherited from class org.apache.axis.message.SOAPHeaderElement
detachNode, getActor, getMustUnderstand, getRelay, getRole, isProcessed, setActor, setMustUnderstand, setParentElement, setProcessed, setRelay, setRole
 
Methods inherited from class org.apache.axis.message.MessageElement
addAttribute, addAttribute, addAttribute, addAttribute, addChild, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addMapping, addNamespaceDeclaration, addTextNode, getAllAttributes, getAsDocument, getAsDOM, getAttributes, getAttributeValue, getAttributeValue, getChildElements, getChildElements, getChildren, getCompleteAttributes, getElementName, getEncodingStyle, getEnvelope, getFixupDeserializer, getHref, getID, getName, getNamespacePrefixes, getNamespaceURI, getNamespaceURI, getObjectValue, getParentElement, getPrefix, getPrefix, getQName, getRealElement, getRecorder, getType, getValue, getValueAsType, isDirty, isRoot, makeAttributesEditable, output, publishContents, publishToHandler, recycleNode, removeAttribute, removeChild, removeNamespaceDeclaration, setAttribute, setContentsIndex, setDirty, setEncodingStyle, setEndIndex, setEnvelope, setFixupDeserializer, setName, setNamespaceURI, setNSMappings, setObjectValue, setPrefix, setQName, setRecorder, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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, removeAttribute, removeNamespaceDeclaration, setEncodingStyle
 
Methods inherited from interface javax.xml.soap.Node
getParentElement, getValue, recycleNode
 

Constructor Detail

RPCHeaderParam

public RPCHeaderParam(RPCParam rpcParam)
Create a SOAPHeaderElement that is represented by an RPCParam

Method Detail

outputImpl

protected void outputImpl(SerializationContext context)
                   throws java.lang.Exception
outputImpl serializes the RPCParam

Overrides:
outputImpl in class SOAPHeaderElement
java.lang.Exception


Copyright © 2003 Apache Web Services Project. All Rights Reserved.