org.jboss.axis.message
Class SOAPPartAxisImpl

java.lang.Object
  extended byjavax.xml.soap.SOAPPart (src) 
      extended byorg.jboss.axis.message.SOAPPartImpl (src) 
          extended byorg.jboss.axis.message.SOAPPartAxisImpl
All Implemented Interfaces:
org.w3c.dom.Document, org.w3c.dom.Node
Direct Known Subclasses:
MessagePart (src)

public class SOAPPartAxisImpl
extends SOAPPartImpl (src)

This is a temporary placeholder during refactoring. Methods that do not belong to the SOAP package will be pulled up to this class and eventually be replaced by the super implementation.


Field Summary
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
SOAPPartAxisImpl()
           
 
Methods inherited from class org.jboss.axis.message.SOAPPartImpl (src)
addMimeHeader, adoptNode, appendChild, cloneNode, compareDocumentPosition, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, getAllMimeHeaders, getAttributes, getBaseURI, getChildNodes, getContent, getContentId, getContentLocation, getDoctype, getDocumentElement, getDocumentURI, getDomConfig, getElementById, getElementsByTagName, getElementsByTagNameNS, getEnvelope, getFeature, getFirstChild, getImplementation, getInputEncoding, getLastChild, getLocalName, getMatchingMimeHeaders, getMimeHeader, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getNonMatchingMimeHeaders, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getStrictErrorChecking, getTextContent, getUserData, getXmlEncoding, getXmlStandalone, getXmlVersion, hasAttributes, hasChildNodes, importNode, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, normalizeDocument, removeAllMimeHeaders, removeChild, removeMimeHeader, renameNode, replaceChild, setContent, setContentId, setContentLocation, setDocumentURI, setMimeHeader, setNodeValue, setPrefix, setStrictErrorChecking, setTextContent, setUserData, setXmlStandalone, setXmlVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPPartAxisImpl

public SOAPPartAxisImpl()