Uses of Interface
org.apache.axis2.description.MessageContextListener

Packages that use MessageContextListener
org.apache.axis2.description   
org.apache.axis2.jaxws.context.listener   
org.apache.axis2.jaxws.marshaller.impl.alt   
 

Uses of MessageContextListener in org.apache.axis2.description
 

Methods in org.apache.axis2.description with parameters of type MessageContextListener
 void AxisService.addMessageContextListener(MessageContextListener scl)
          Add a ServiceContextListener
 void AxisService.removeMessageContextListener(MessageContextListener scl)
          Remove a ServiceContextListener
 

Uses of MessageContextListener in org.apache.axis2.jaxws.context.listener
 

Classes in org.apache.axis2.jaxws.context.listener that implement MessageContextListener
 class ProviderOMContextListener
          This is a MessageContextListener that installs ParserInputStreamCustomBuilder during an Envelope or ServiceContext event on AxisService.
 

Uses of MessageContextListener in org.apache.axis2.jaxws.marshaller.impl.alt
 

Classes in org.apache.axis2.jaxws.marshaller.impl.alt that implement MessageContextListener
 class UnmarshalMessageContextListener
          This MessageContextListener is triggered when a ServiceContext is attached to the MessageContext and when a SOAPEnvelope is attached to the MessageContext.
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.