org.codehaus.xfire.transport
Class DefaultEndpoint
java.lang.Object
org.codehaus.xfire.AbstractContext
org.codehaus.xfire.handler.AbstractHandlerSupport
org.codehaus.xfire.transport.DefaultEndpoint
- All Implemented Interfaces:
- HandlerSupport, ChannelEndpoint
public class DefaultEndpoint
- extends AbstractHandlerSupport
- 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 |
SERVICE_HANDLERS_REGISTERED
public static final String SERVICE_HANDLERS_REGISTERED
- See Also:
- Constant Field Values
DefaultEndpoint
public DefaultEndpoint()
onReceive
public void onReceive(MessageContext context,
InMessage msg)
- Specified by:
onReceive
in interface ChannelEndpoint
createFaultHandler
protected Handler createFaultHandler()
finishReadingMessage
public void finishReadingMessage(InMessage message,
MessageContext context)
throws XFireFault
- Throws:
XFireFault
Copyright © 2004-2013. All Rights Reserved.