org.codehaus.xfire.xmpp
Class SoapEnvelopePacket

java.lang.Object
  extended byorg.jivesoftware.smack.packet.Packet
      extended byorg.jivesoftware.smack.packet.IQ
          extended byorg.codehaus.xfire.xmpp.SoapEnvelopePacket

public class SoapEnvelopePacket
extends org.jivesoftware.smack.packet.IQ

Author:
Dan Diephouse

Nested Class Summary
 
Nested classes inherited from class org.jivesoftware.smack.packet.IQ
org.jivesoftware.smack.packet.IQ.Type
 
Field Summary
 
Fields inherited from class org.jivesoftware.smack.packet.Packet
ID_NOT_AVAILABLE
 
Constructor Summary
SoapEnvelopePacket(org.jdom.Document doc)
           
SoapEnvelopePacket(java.lang.String body)
           
 
Method Summary
 java.lang.String getChildElementXML()
           
 org.jdom.Document getDocument()
           
 
Methods inherited from class org.jivesoftware.smack.packet.IQ
getType, setType, toXML
 
Methods inherited from class org.jivesoftware.smack.packet.Packet
addExtension, deleteProperty, getError, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getProperty, getPropertyNames, getTo, removeExtension, setError, setFrom, setPacketID, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapEnvelopePacket

public SoapEnvelopePacket(java.lang.String body)

SoapEnvelopePacket

public SoapEnvelopePacket(org.jdom.Document doc)
Method Detail

getChildElementXML

public java.lang.String getChildElementXML()

getDocument

public org.jdom.Document getDocument()


Copyright © 2004-2006 null. All Rights Reserved.