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, PASSWORD, USERNAME
 
Constructor Summary
XMPPChannel(java.lang.String uri, XMPPTransport transport)
           
 
Method Summary
 void close()
           
 void open()
           
 void send(MessageContext context, OutMessage message)
          Sends a message.
 
Methods inherited from class org.codehaus.xfire.transport.AbstractChannel
getEndpoint, getTransport, getUri, isAsync, 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()
Specified by:
close in interface Channel
Overrides:
close in class AbstractChannel


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.