Interface SOAPBodyElement

All Superinterfaces:
Element, Node, Node, SOAPElement
All Known Subinterfaces:
SOAPFault
All Known Implementing Classes:
Body1_1Impl, Body1_2Impl, BodyElement1_1Impl, BodyElement1_2Impl, BodyElementImpl, BodyImpl, Detail1_1Impl, Detail1_2Impl, DetailEntry1_1Impl, DetailEntry1_2Impl, DetailEntryImpl, DetailImpl, ElementImpl, Envelope1_1Impl, Envelope1_2Impl, EnvelopeImpl, Fault1_1Impl, Fault1_2Impl, FaultElement1_1Impl, FaultElement1_2Impl, FaultElementImpl, FaultImpl, Header1_1Impl, Header1_2Impl, HeaderElement1_1Impl, HeaderElement1_2Impl, HeaderElementImpl, HeaderImpl

public interface SOAPBodyElement extends SOAPElement
A SOAPBodyElement object represents the contents in a SOAPBody object. The SOAPFault interface is a SOAPBodyElement object that has been defined.

A new SOAPBodyElement object can be created and added to a SOAPBody object with the SOAPBody method addBodyElement. In the following line of code, sb is a SOAPBody object, and myName is a Name object.


    SOAPBodyElement sbe = sb.addBodyElement(myName);
 
Since:
1.6