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

Uses of Class org.apache.axis.message.SOAPBodyElementAxisImpl (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


Uses of Class
org.apache.axis.message.SOAPBodyElementAxisImpl

Packages that use SOAPBodyElementAxisImpl
org.apache.axis.message   
 

Uses of SOAPBodyElementAxisImpl in org.apache.axis.message
 

Subclasses of SOAPBodyElementAxisImpl in org.apache.axis.message
 class DetailImpl
          Detail Container implementation
 class InputStreamBody
           
 class RPCElement
           
 class SOAPFaultImpl
          A Fault body element.
 

Methods in org.apache.axis.message that return SOAPBodyElementAxisImpl
 SOAPBodyElementAxisImpl SOAPEnvelopeAxisImpl.getFirstBody()
          Get the first BodyElement in the SOAP Body
 SOAPBodyElementAxisImpl SOAPEnvelopeAxisImpl.getBodyByName(String namespace, String localPart)
          Get a body element given its name
 

Methods in org.apache.axis.message with parameters of type SOAPBodyElementAxisImpl
 void SOAPEnvelopeAxisImpl.addBodyElement(SOAPBodyElementAxisImpl element)
          Add a SOAP Body Element
 void SOAPEnvelopeAxisImpl.removeBodyElement(SOAPBodyElementAxisImpl element)
          Remove a Body Element from the soap body
 



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