org.codehaus.xfire.transport.http
Class HttpChannel

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

public class HttpChannel
extends AbstractChannel


Field Summary
 
Fields inherited from interface org.codehaus.xfire.transport.Channel
BACKCHANNEL_URI, PASSWORD, USERNAME
 
Constructor Summary
HttpChannel(java.lang.String uri, HttpTransport transport)
           
 
Method Summary
 void close()
           
 boolean isAsync()
           
 void open()
           
 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

HttpChannel

public HttpChannel(java.lang.String uri,
                   HttpTransport transport)
Method Detail

open

public void open()

send

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

Throws:
XFireException - Occurs if there was an error an error sending the message.

close

public void close()

isAsync

public boolean isAsync()
Specified by:
isAsync in interface Channel
Overrides:
isAsync in class AbstractChannel


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