Uses of Interface
org.apache.axis2.jaxws.server.InvocationListenerFactory
Packages that use InvocationListenerFactory
-
Uses of InvocationListenerFactory in org.apache.axis2.jaxws.registry
Methods in org.apache.axis2.jaxws.registry that return types with arguments of type InvocationListenerFactoryModifier and TypeMethodDescriptionstatic 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 InvocationListenerFactoryModifier and TypeMethodDescriptionstatic 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 InvocationListenerFactoryModifier and TypeMethodDescriptionEndpointInvocationContext.getInvocationListenerFactories()Returns the InvocationListenerFactory instances registered with JAX-WS.EndpointInvocationContextImpl.getInvocationListenerFactories()Method parameters in org.apache.axis2.jaxws.server with type arguments of type InvocationListenerFactoryModifier and TypeMethodDescriptionvoidEndpointInvocationContext.setInvocationListenerFactories(Collection<InvocationListenerFactory> factories) Sets the InvocationListenerFactory instances registered with JAX-WS.voidEndpointInvocationContextImpl.setInvocationListenerFactories(Collection<InvocationListenerFactory> ilFactories)