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

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

public class HandlerPreInvokerImpl
extends java.lang.Object
implements HandlerPreInvoker


Constructor Summary
HandlerPreInvokerImpl()
           
 
Method Summary
 void preInvoke(MessageContext mc)
          preInvoke 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

HandlerPreInvokerImpl

public HandlerPreInvokerImpl()
Method Detail

preInvoke

public void preInvoke(MessageContext mc)
Description copied from interface: HandlerPreInvoker
preInvoke 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 set up pre-conditions for handlers, such as saving a SOAP message body, to be checked by HandlerPostInvoker for illegal modifications.

Specified by:
preInvoke in interface HandlerPreInvoker


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