org.apache.axis2.jaxws.handler.impl
Class HandlerPostInvokerImpl

java.lang.Object
  extended by org.apache.axis2.jaxws.handler.impl.HandlerPostInvokerImpl
All Implemented Interfaces:
HandlerPostInvoker

public class HandlerPostInvokerImpl
extends java.lang.Object
implements HandlerPostInvoker


Constructor Summary
HandlerPostInvokerImpl()
           
 
Method Summary
 void postInvoke(MessageContext mc)
          postInvoke is called just prior to each JAXWS handler.handleMessage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerPostInvokerImpl

public HandlerPostInvokerImpl()
Method Detail

postInvoke

public void postInvoke(MessageContext mc)
Description copied from interface: HandlerPostInvoker
postInvoke is called just prior to each JAXWS handler.handleMessage. Implementations may need to check if we are inbound or outbound, and client or server. Implementations may validate the pre-conditions for handlers, such as saving a SOAP message body, that were registered by HandlerPreInvoker.

Specified by:
postInvoke in interface HandlerPostInvoker


Copyright © 2007 Apache Web Services Project. All Rights Reserved.