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.