org.apache.axis2.jaxws.handler.factory
Interface HandlerPreInvokerFactory

All Known Implementing Classes:
HandlerPreInvokerFactoryImpl

public interface HandlerPreInvokerFactory

HandlerPreInvokerFactory is used to create a HandlerPreInvoker implementation class that will be called just prior to each JAXWS handler.handleMessage invocation.


Method Summary
 HandlerPreInvoker createHandlerPreInvoker()
           
 

Method Detail

createHandlerPreInvoker

HandlerPreInvoker createHandlerPreInvoker()


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