Package org.apache.axis2.transport.local
Class LocalResponder
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.transport.local.LocalResponder
- All Implemented Interfaces:
org.apache.axis2.engine.Handler,org.apache.axis2.kernel.TransportSender
public class LocalResponder
extends org.apache.axis2.handlers.AbstractHandler
implements org.apache.axis2.kernel.TransportSender
LocalResponder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
org.apache.axis2.engine.Handler.InvocationResponse -
Field Summary
FieldsFields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup(org.apache.axis2.context.MessageContext msgContext) voidinit(org.apache.axis2.context.ConfigurationContext confContext, org.apache.axis2.description.TransportOutDescription transportOut) org.apache.axis2.engine.Handler.InvocationResponseinvoke(org.apache.axis2.context.MessageContext msgContext) Method invokevoidstop()Methods inherited from class org.apache.axis2.handlers.AbstractHandler
flowComplete, getHandlerDesc, getName, getParameter, init, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.axis2.engine.Handler
flowComplete, getHandlerDesc, getName, getParameter, init
-
Field Details
-
log
protected static final org.apache.commons.logging.Log log
-
-
Constructor Details
-
LocalResponder
-
-
Method Details
-
init
public void init(org.apache.axis2.context.ConfigurationContext confContext, org.apache.axis2.description.TransportOutDescription transportOut) throws org.apache.axis2.AxisFault - Specified by:
initin interfaceorg.apache.axis2.kernel.TransportSender- Throws:
org.apache.axis2.AxisFault
-
stop
public void stop()- Specified by:
stopin interfaceorg.apache.axis2.kernel.TransportSender
-
cleanup
public void cleanup(org.apache.axis2.context.MessageContext msgContext) throws org.apache.axis2.AxisFault - Specified by:
cleanupin interfaceorg.apache.axis2.kernel.TransportSender- Throws:
org.apache.axis2.AxisFault
-
invoke
public org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext msgContext) throws org.apache.axis2.AxisFault Method invoke- Specified by:
invokein interfaceorg.apache.axis2.engine.Handler- Parameters:
msgContext- the active MessageContext- Throws:
org.apache.axis2.AxisFault
-