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
- Direct Known Subclasses:
- XFireServletChannel
public class HttpChannel
- extends AbstractChannel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTP_STATUS_CODE
public static final String HTTP_STATUS_CODE
- See Also:
- Constant Field Values
HttpChannel
public HttpChannel(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.
writeWithoutAttachments
public static void writeWithoutAttachments(MessageContext context,
OutMessage message,
OutputStream out)
throws XFireException
- Throws:
XFireException
getSoapMimeType
public static String getSoapMimeType(AbstractMessage msg,
boolean includeEncoding)
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 Object getProperty(String key)
setProperty
public void setProperty(String key,
Object value)
Copyright © 2004-2013. All Rights Reserved.