org.codehaus.xfire.xmpp
Class SoapEnvelopePacket

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

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

Author:
Dan Diephouse

Nested Class Summary
 
Nested classes/interfaces 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(String body)
           
 
Method Summary
 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(String body)

SoapEnvelopePacket

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

getChildElementXML

public String getChildElementXML()
Specified by:
getChildElementXML in class org.jivesoftware.smack.packet.IQ

getDocument

public org.jdom.Document getDocument()


Copyright © 2004-2013. All Rights Reserved.