com.ibm.di.fc.webservice.util
Class SOAPBodyElementOutputNS

java.lang.Object
  extended by org.apache.axis.message.NodeImpl
      extended by org.apache.axis.message.MessageElement
          extended by org.apache.axis.message.SOAPBodyElement
              extended by com.ibm.di.fc.webservice.util.SOAPBodyElementOutputNS
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.xml.soap.SOAPBodyElement, javax.xml.soap.SOAPElement, org.w3c.dom.Element, org.w3c.dom.Node, org.w3c.dom.NodeList

public class SOAPBodyElementOutputNS
extends org.apache.axis.message.SOAPBodyElement

This class extends the SOAPBodyElement class and adds Log field

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.axis.message.MessageElement
org.apache.axis.message.MessageElement.QNameAttr
 
Field Summary
 
Fields inherited from class org.apache.axis.message.MessageElement
_isRoot, context, encodingStyle, endEventIndex, fixupDeserializer, href, id, message, namespaces, qNameAttrs, recorder, startContentsIndex, startEventIndex, typeQName
 
Fields inherited from class org.apache.axis.message.NodeImpl
_isDirty, attributes, children, document, name, namespaceURI, parent, prefix, textRep
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
SOAPBodyElementOutputNS(org.w3c.dom.Element arg0, Log aLog)
          Class constructor
SOAPBodyElementOutputNS(java.io.InputStream arg0, Log aLog)
          Class constructor
SOAPBodyElementOutputNS(Log aLog)
          Class constructor
SOAPBodyElementOutputNS(javax.xml.soap.Name arg0, Log aLog)
          Class constructor
SOAPBodyElementOutputNS(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2, org.xml.sax.Attributes arg3, org.apache.axis.encoding.DeserializationContext arg4, Log aLog)
          Class constructor
 
Method Summary
 boolean equals(java.lang.Object o)
          
 int hashCode()
          
 void setParentElement(javax.xml.soap.SOAPElement parent)
          This method sets a parent SOAPElement of the current object
 
Methods inherited from class org.apache.axis.message.MessageElement
addAttribute, addAttribute, addAttribute, addAttribute, addChild, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addMapping, addNamespaceDeclaration, addTextNode, childDeepCloned, cloneNode, cloning, detachAllChildren, findElement, getAllAttributes, getAsDocument, getAsDOM, getAsString, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributesEx, getAttributeValue, getAttributeValue, getChildElement, getChildElements, getChildElements, getChildElements, getChildren, getCompleteAttributes, getDeserializationContext, getElementName, getElementsByTagName, getElementsByTagNameNS, getElementsNS, getEncodingStyle, getEnvelope, getFixupDeserializer, getHref, getID, getLength, getName, getNamespacePrefixes, getNamespaceURI, getObjectValue, getObjectValue, getOwnerDocument, getPrefix, getQName, getRealElement, getRecorder, getTagName, getType, getValue, getValueAsType, getValueAsType, getValueDOM, getVisibleNamespacePrefixes, hasAttribute, hasAttributeNS, isRoot, item, output, outputImpl, publishContents, publishToHandler, removeAttribute, removeAttribute, removeAttributeNode, removeAttributeNS, removeContents, removeNamespaceDeclaration, setAllAttributes, setAttribute, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentsIndex, setEncodingStyle, setEndIndex, setEnvelope, setFixupDeserializer, setName, setNamespaceURI, setNSMappings, setObjectValue, setQName, setRecorder, setType, setValue, toString
 
Methods inherited from class org.apache.axis.message.NodeImpl
appendChild, convertAttrSAXtoDOM, detachNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getParent, getParentElement, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, initializeChildren, insertBefore, isDirty, isSupported, makeAttributesEditable, normalize, recycleNode, removeChild, replaceChild, reset, setDirty, setDirty, setNodeValue, setOwnerDocument, setParent, setPrefix
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.soap.SOAPElement
addAttribute, addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, createQName, getAllAttributes, getAllAttributesAsQNames, getAttributeValue, getAttributeValue, getChildElements, getChildElements, getChildElements, getElementName, getElementQName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getVisibleNamespacePrefixes, removeAttribute, removeAttribute, removeContents, removeNamespaceDeclaration, setElementQName, setEncodingStyle
 
Methods inherited from interface javax.xml.soap.Node
detachNode, getParentElement, getValue, recycleNode, setValue
 
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
 

Constructor Detail

SOAPBodyElementOutputNS

public SOAPBodyElementOutputNS(java.lang.String arg0,
                               java.lang.String arg1,
                               java.lang.String arg2,
                               org.xml.sax.Attributes arg3,
                               org.apache.axis.encoding.DeserializationContext arg4,
                               Log aLog)
                        throws org.apache.axis.AxisFault
Class constructor

Parameters:
arg0 - String
arg1 - String
arg2 - String
arg3 - String
arg4 - String
aLog - Log object
Throws:
org.apache.axis.AxisFault
See Also:
SOAPBodyElement

SOAPBodyElementOutputNS

public SOAPBodyElementOutputNS(javax.xml.soap.Name arg0,
                               Log aLog)
Class constructor

Parameters:
arg0 - Name object
aLog - Log object
See Also:
SOAPBodyElement

SOAPBodyElementOutputNS

public SOAPBodyElementOutputNS(org.w3c.dom.Element arg0,
                               Log aLog)
Class constructor

Parameters:
arg0 - Element object
aLog - Log object
See Also:
SOAPBodyElement

SOAPBodyElementOutputNS

public SOAPBodyElementOutputNS(Log aLog)
Class constructor

Parameters:
aLog - Log object
See Also:
SOAPBodyElement

SOAPBodyElementOutputNS

public SOAPBodyElementOutputNS(java.io.InputStream arg0,
                               Log aLog)
Class constructor

Parameters:
arg0 - InputStream
aLog - Log object
See Also:
SOAPBodyElement
Method Detail

setParentElement

public void setParentElement(javax.xml.soap.SOAPElement parent)
                      throws javax.xml.soap.SOAPException
This method sets a parent SOAPElement of the current object

Overrides:
setParentElement in class org.apache.axis.message.SOAPBodyElement
Parameters:
parent - SOAPElement
Throws:
javax.xml.soap.SOAPException - if the object`s parent has already been set
java.lang.IllegalArgumentException - if the parent argument is null

equals

public boolean equals(java.lang.Object o)

Overrides:
equals in class org.apache.axis.message.MessageElement

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object