org.codehaus.xfire.transport
Class DefaultEndpoint
java.lang.Object
org.codehaus.xfire.transport.DefaultEndpoint
- All Implemented Interfaces:
- ChannelEndpoint
public class DefaultEndpoint
- extends java.lang.Object
- implements ChannelEndpoint
A ChannelEndpoint which executes the in pipeline
on the service and starts a MessageExchange.
- Author:
- Dan Diephouse
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEndpoint
public DefaultEndpoint()
onReceive
public void onReceive(MessageContext context,
InMessage msg)
- Specified by:
onReceive in interface ChannelEndpoint
sendToDeadLetter
protected void sendToDeadLetter(XFireFault fault,
MessageContext context)
sendFault
protected void sendFault(XFireFault fault,
MessageContext context)
finishReadingMessage
public void finishReadingMessage(InMessage message,
MessageContext context)
throws XFireFault
- Throws:
XFireFault
Copyright © 2004-2005 Codehaus. All Rights Reserved.