org.codehaus.xfire.xmpp
Class XMPPChannel

java.lang.Object
  extended by org.codehaus.xfire.transport.AbstractChannel
      extended by org.codehaus.xfire.xmpp.XMPPChannel
All Implemented Interfaces:
Channel

public class XMPPChannel
extends AbstractChannel


Field Summary
 
Fields inherited from interface org.codehaus.xfire.transport.Channel
BACKCHANNEL_URI
 
Constructor Summary
XMPPChannel(java.lang.String uri, XMPPTransport transport)
           
 
Method Summary
 void close()
           
 void open()
           
protected  org.dom4j.Document readDocument(java.lang.String text)
           
 void send(MessageContext context, OutMessage message)
          Sends a message.
 
Methods inherited from class org.codehaus.xfire.transport.AbstractChannel
getEndpoint, getTransport, getUri, receive, setEndpoint, setTransport, setUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMPPChannel

public XMPPChannel(java.lang.String uri,
                   XMPPTransport transport)
Method Detail

open

public void open()
          throws XFireException
Throws:
XFireException

send

public void send(MessageContext context,
                 OutMessage message)
          throws XFireFault
Description copied from interface: Channel
Sends a message.

Throws:
XFireFault

close

public void close()

readDocument

protected org.dom4j.Document readDocument(java.lang.String text)


Copyright © 2004-2005 Codehaus. All Rights Reserved.