Uses of Interface
org.apache.axis2.description.MessageContextListener
-
Packages that use MessageContextListener Package Description org.apache.axis2.description 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 Modifier and Type Method Description void
AxisService. addMessageContextListener(MessageContextListener scl)
Add a ServiceContextListenervoid
AxisService. removeMessageContextListener(MessageContextListener scl)
Remove a ServiceContextListener -
Uses of MessageContextListener in org.apache.axis2.jaxws.marshaller.impl.alt
Classes in org.apache.axis2.jaxws.marshaller.impl.alt that implement MessageContextListener Modifier and Type Class Description class
UnmarshalMessageContextListener
This MessageContextListener is triggered when a ServiceContext is attached to the MessageContext and when a SOAPEnvelope is attached to the MessageContext.
-