Uses of Interface
org.glassfish.webservices.SOAPMessageContext
-
Packages that use SOAPMessageContext Package Description org.glassfish.webservices org.glassfish.webservices.monitoring -
-
Uses of SOAPMessageContext in org.glassfish.webservices
Classes in org.glassfish.webservices that implement SOAPMessageContext Modifier and Type Class Description classSOAPMessageContextImplImplementation of SOAPMessageContext -
Uses of SOAPMessageContext in org.glassfish.webservices.monitoring
Methods in org.glassfish.webservices.monitoring with parameters of type SOAPMessageContext Modifier and Type Method Description voidGlobalMessageListener. processRequest(String mid, SOAPMessageContext ctx, TransportInfo info)Callback when a 2.X web service request is about the be delivered to the Web Service Implementation Bean.booleanJAXWSEndpointImpl. processRequest(SOAPMessageContext messageContext)voidWebServiceEngineImpl. processRequest(String messageID, SOAPMessageContext context, TransportInfo info)Callback when a 2.0 web service request is received on the endpoint.voidGlobalMessageListener. processResponse(String mid, SOAPMessageContext ctx)Callback when a 2.X web service response was returned by the Web Service Implementation BeanvoidJAXWSEndpointImpl. processResponse(SOAPMessageContext messageContext)voidWebServiceEngineImpl. processResponse(String messageID, SOAPMessageContext context)Callback when a 2.0 web service response is received on the endpoint.voidMessageTraceImpl. setMessageContext(SOAPMessageContext soapMessageCtx)
-