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 © 2004-2012 The Apache Software Foundation. All Rights Reserved.