org.codehaus.xfire.handler
Class DispatchServiceHandler
java.lang.Object
org.codehaus.xfire.handler.AbstractHandler
org.codehaus.xfire.handler.DispatchServiceHandler
- All Implemented Interfaces:
- Handler
public class DispatchServiceHandler
- extends AbstractHandler
Reads in the message body using the service binding.
- Author:
- Dan Diephouse
Fields inherited from interface org.codehaus.xfire.handler.Handler |
ROLE |
Methods inherited from class org.codehaus.xfire.handler.AbstractHandler |
after, before, getAfter, getBefore, getPhase, getRoles, getUnderstoodHeaders, handleFault, setAfter, setBefore, setPhase |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DispatchServiceHandler
public DispatchServiceHandler()
invoke
public void invoke(MessageContext context)
throws XFireFault
- Description copied from interface:
Handler
- Invoke a handler. If a fault occurs it will be handled via the
handleFault
method.
- Throws:
XFireFault
Copyright © 2004-2013. All Rights Reserved.