org.codehaus.xfire.transport.http
Class XFireServletChannel
java.lang.Object
org.codehaus.xfire.transport.AbstractChannel
org.codehaus.xfire.transport.http.HttpChannel
org.codehaus.xfire.transport.http.XFireServletChannel
- All Implemented Interfaces:
- Channel
public class XFireServletChannel
- extends HttpChannel
- Author:
- Dan Diephouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XFireServletChannel
public XFireServletChannel(java.lang.String uri,
HttpTransport transport)
send
public void send(MessageContext context,
OutMessage message)
throws XFireException
- Description copied from interface:
Channel
- Sends a message.
- Specified by:
send
in interface Channel
- Overrides:
send
in class HttpChannel
- Throws:
XFireException
- Occurs if there was an error an error sending the message.
sendViaServlet
protected void sendViaServlet(MessageContext context,
OutMessage message,
javax.servlet.http.HttpServletResponse response)
throws XFireException
- Throws:
XFireException
doGetSoapMimeType
protected java.lang.String doGetSoapMimeType(AbstractMessage msg,
boolean includeEncoding)
Copyright © 2004-2009. All Rights Reserved.