public class InstanceDispatcher extends AbstractHandler
Handler.InvocationResponse
handlerDesc
Constructor and Description |
---|
InstanceDispatcher()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Handler.InvocationResponse |
invoke(MessageContext msgContext)
Deprecated.
This doesn't do anything, as the functionality is now in DispatchPhase.checkPostConditions()
The class remains for backwards compatibility of axis2.xml files, but it should go away after
1.3.
|
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
public Handler.InvocationResponse invoke(MessageContext msgContext) throws AxisFault
msgContext
- the MessageContext
to process with this Handler
.AxisFault
- if the handler encounters an errorCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.