org.apache.muse.core.platform.axis2
Class ResponseActionHandler
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.muse.core.platform.axis2.ResponseActionHandler
- All Implemented Interfaces:
- org.apache.axis2.engine.Handler
public class ResponseActionHandler
- extends org.apache.axis2.handlers.AbstractHandler
This is an Axis2 handler that provides a WS-A Action URI for the response
message based on the one that was included in the request message. Axis2
does not provide a response URI that differs from the request URI. In cases
where the operation results in a fault, the standard WS-A fault URI is used.
- Author:
- Mohammad Fakhar, Dan Jemiolo (danj)
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler |
org.apache.axis2.engine.Handler.InvocationResponse |
Fields inherited from class org.apache.axis2.handlers.AbstractHandler |
handlerDesc |
Method Summary |
org.apache.axis2.engine.Handler.InvocationResponse |
invoke(org.apache.axis2.context.MessageContext msgContext)
|
Methods inherited from class org.apache.axis2.handlers.AbstractHandler |
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString |
ResponseActionHandler
public ResponseActionHandler()
invoke
public org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext msgContext)
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.