Uses of Interface
org.apache.axis2.jaxws.server.InvocationListener
Packages that use InvocationListener
-
Uses of InvocationListener in org.apache.axis2.jaxws.server
Methods in org.apache.axis2.jaxws.server that return InvocationListenerModifier and TypeMethodDescriptionInvocationListenerFactory.createInvocationListener(MessageContext messageContext) Methods in org.apache.axis2.jaxws.server that return types with arguments of type InvocationListenerModifier and TypeMethodDescriptionEndpointInvocationContext.getInvocationListeners()Gets the InvocationListener instances from the context.EndpointInvocationContextImpl.getInvocationListeners()Methods in org.apache.axis2.jaxws.server with parameters of type InvocationListenerModifier and TypeMethodDescriptionvoidEndpointInvocationContext.addInvocationListener(InvocationListener listener) Adds an InvocationListener to the contex.voidEndpointInvocationContextImpl.addInvocationListener(InvocationListener listener) Method parameters in org.apache.axis2.jaxws.server with type arguments of type InvocationListenerModifier and TypeMethodDescriptionvoidEndpointInvocationContext.setInvocationListeners(List<InvocationListener> listeners) Sets list of InvocationListener instancesvoidEndpointInvocationContextImpl.setInvocationListeners(List<InvocationListener> listeners)