Uses of Interface
org.apache.axis2.jaxws.server.InvocationListener

Packages that use InvocationListener
org.apache.axis2.jaxws.server   
 

Uses of InvocationListener in org.apache.axis2.jaxws.server
 

Methods in org.apache.axis2.jaxws.server that return InvocationListener
 InvocationListener InvocationListenerFactory.createInvocationListener(MessageContext messageContext)
           
 

Methods in org.apache.axis2.jaxws.server that return types with arguments of type InvocationListener
 java.util.List<InvocationListener> EndpointInvocationContextImpl.getInvocationListeners()
           
 java.util.List<InvocationListener> EndpointInvocationContext.getInvocationListeners()
          Gets the InvocationListener instances from the context.
 

Methods in org.apache.axis2.jaxws.server with parameters of type InvocationListener
 void EndpointInvocationContextImpl.addInvocationListener(InvocationListener listener)
           
 void EndpointInvocationContext.addInvocationListener(InvocationListener listener)
          Adds an InvocationListener to the contex.
 

Method parameters in org.apache.axis2.jaxws.server with type arguments of type InvocationListener
 void EndpointInvocationContextImpl.setInvocationListeners(java.util.List<InvocationListener> listeners)
           
 void EndpointInvocationContext.setInvocationListeners(java.util.List<InvocationListener> listeners)
          Sets list of InvocationListener instances
 



Copyright ? 2007 Apache Web Services Project. All Rights Reserved.