org.apache.muse.core.platform.axis2
Class ResponseActionHandler

java.lang.Object
  extended by org.apache.axis2.handlers.AbstractHandler
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
org.apache.axis2.engine.Handler.InvocationResponse
 
Field Summary
 
Fields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc
 
Constructor Summary
ResponseActionHandler()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseActionHandler

public ResponseActionHandler()
Method Detail

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.