org.apache.ws.util.soap
Class Envelope

java.lang.Object
  extended byorg.apache.ws.util.soap.Envelope
All Implemented Interfaces:
XmlObjectWrapper

public class Envelope
extends java.lang.Object
implements XmlObjectWrapper

A Facade Wrapper for a SOAPEnvelope

Author:
Sal Campana

Constructor Summary
Envelope(org.w3.x2003.x05.soapEnvelope.EnvelopeDocument envelope)
           
Envelope(org.xmlsoap.schemas.soap.envelope.EnvelopeDocument envelope)
           
 
Method Summary
 Body getBody()
           
 Header getHeader()
           
 org.apache.xmlbeans.XmlObject getXmlObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Envelope

public Envelope(org.w3.x2003.x05.soapEnvelope.EnvelopeDocument envelope)

Envelope

public Envelope(org.xmlsoap.schemas.soap.envelope.EnvelopeDocument envelope)
Method Detail

getBody

public Body getBody()

getHeader

public Header getHeader()

getXmlObject

public org.apache.xmlbeans.XmlObject getXmlObject()
Specified by:
getXmlObject in interface XmlObjectWrapper


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.