org.jboss.axis.message
Class SOAPPartAxisImpl

java.lang.Object
  extended by javax.xml.soap.SOAPPart
      extended by org.jboss.axis.message.SOAPPartImpl
          extended by org.jboss.axis.message.SOAPPartAxisImpl
All Implemented Interfaces:
Document, Node
Direct Known Subclasses:
MessagePart

public class SOAPPartAxisImpl
extends SOAPPartImpl

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.

Author:
thomas.diesler@jboss.org

Field Summary
 
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
SOAPPartAxisImpl()
           
 
Method Summary
 
Methods inherited from class org.jboss.axis.message.SOAPPartImpl
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()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.