org.codehaus.xfire.transport.http
Class HttpChannel
java.lang.Object
org.codehaus.xfire.transport.AbstractChannel
org.codehaus.xfire.transport.http.HttpChannel
- All Implemented Interfaces:
- Channel
public class HttpChannel
- extends AbstractChannel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpChannel
public HttpChannel(java.lang.String uri,
HttpTransport transport)
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.
sendViaServlet
protected void sendViaServlet(MessageContext context,
OutMessage message,
HttpServletResponse response)
throws XFireException
- Throws:
XFireException
writeWithoutAttachments
public static void writeWithoutAttachments(MessageContext context,
OutMessage message,
java.io.OutputStream out)
throws XFireException
- Throws:
XFireException
getSoapMimeType
public static java.lang.String getSoapMimeType(AbstractMessage msg)
sendViaClient
protected void sendViaClient(MessageContext context,
OutMessage message)
throws XFireException
- Throws:
XFireException
close
public void close()
- Specified by:
close
in interface Channel
- Overrides:
close
in class AbstractChannel
isAsync
public boolean isAsync()
- Specified by:
isAsync
in interface Channel
- Overrides:
isAsync
in class AbstractChannel
getProperty
public java.lang.Object getProperty(java.lang.String key)
setProperty
public void setProperty(java.lang.String key,
java.lang.Object value)
Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.