Uses of Interface
org.apache.axis2.jaxws.server.InvocationListenerFactory
-
Packages that use InvocationListenerFactory Package Description org.apache.axis2.jaxws.registry org.apache.axis2.jaxws.server -
-
Uses of InvocationListenerFactory in org.apache.axis2.jaxws.registry
Methods in org.apache.axis2.jaxws.registry that return types with arguments of type InvocationListenerFactory Modifier and Type Method Description static Collection<InvocationListenerFactory>InvocationListenerRegistry. getFactories()This method will return all the InvocationListenerFactory instances that have been registered.Methods in org.apache.axis2.jaxws.registry with parameters of type InvocationListenerFactory Modifier and Type Method Description static voidInvocationListenerRegistry. addFactory(InvocationListenerFactory facInstance)This method accepts an object instance that is an implementation of the InvocationListenerFactory. -
Uses of InvocationListenerFactory in org.apache.axis2.jaxws.server
Methods in org.apache.axis2.jaxws.server that return types with arguments of type InvocationListenerFactory Modifier and Type Method Description Collection<InvocationListenerFactory>EndpointInvocationContext. getInvocationListenerFactories()Returns the InvocationListenerFactory instances registered with JAX-WS.Collection<InvocationListenerFactory>EndpointInvocationContextImpl. getInvocationListenerFactories()Method parameters in org.apache.axis2.jaxws.server with type arguments of type InvocationListenerFactory Modifier and Type Method Description voidEndpointInvocationContext. setInvocationListenerFactories(Collection<InvocationListenerFactory> factories)Sets the InvocationListenerFactory instances registered with JAX-WS.voidEndpointInvocationContextImpl. setInvocationListenerFactories(Collection<InvocationListenerFactory> ilFactories)
-