站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

SOAPMessageAxisImpl (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.message
Class SOAPMessageAxisImpl

java.lang.Object
  extended byjavax.xml.soap.SOAPMessage
      extended byorg.apache.axis.message.SOAPMessageImpl
          extended byorg.apache.axis.message.SOAPMessageAxisImpl
Direct Known Subclasses:
Message

public class SOAPMessageAxisImpl
extends SOAPMessageImpl

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 class org.apache.axis.message.SOAPMessageImpl
headers, mAttachments, mSOAPPart
 
Fields inherited from class javax.xml.soap.SOAPMessage
CHARACTER_SET_ENCODING, WRITE_XML_DECLARATION
 
Constructor Summary
SOAPMessageAxisImpl()
           
 
Methods inherited from class org.apache.axis.message.SOAPMessageImpl
addAttachmentPart, countAttachments, createAttachmentPart, getAttachments, getAttachments, getContentDescription, getMimeHeaders, getProperty, getSOAPBody, getSOAPHeader, getSOAPPart, removeAllAttachments, saveChanges, saveRequired, setContentDescription, setProperty, writeTo
 
Methods inherited from class javax.xml.soap.SOAPMessage
createAttachmentPart, createAttachmentPart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPMessageAxisImpl

public SOAPMessageAxisImpl()


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