Uses of Package
org.apache.axis2.jaxws.handler.factory
-
Packages that use org.apache.axis2.jaxws.handler.factory Package Description org.apache.axis2.jaxws.handler.factory.impl -
Classes in org.apache.axis2.jaxws.handler.factory used by org.apache.axis2.jaxws.handler.factory.impl Class Description HandlerInvokerFactory Implementations of this interface is called by the EndpointController in JAX-WS in order to serve up an instance of a HandlerInvoker.HandlerPostInvokerFactory HandlerPostInvokerFactory is used to create a HandlerPostInvoker implementation class that will be called just after each JAXWS handler.handleMessage invocation.HandlerPreInvokerFactory HandlerPreInvokerFactory is used to create a HandlerPreInvoker implementation class that will be called just prior to each JAXWS handler.handleMessage invocation.