Uses of Interface
org.glassfish.webservices.monitoring.TransportInfo
-
Packages that use TransportInfo Package Description org.glassfish.webservices.monitoring -
-
Uses of TransportInfo in org.glassfish.webservices.monitoring
Classes in org.glassfish.webservices.monitoring that implement TransportInfo Modifier and Type Class Description classHttpRequestInfoImplclassHttpResponseInfoImplImplementation of the HttpResponseInfo interfaceclassHttpTransportInfoSuperclass for all HTTP related transport information.Methods in org.glassfish.webservices.monitoring that return TransportInfo Modifier and Type Method Description TransportInfoMessageTrace. getTransportInfo()Returns the transport dependent informationTransportInfoMessageTraceImpl. getTransportInfo()Methods in org.glassfish.webservices.monitoring with parameters of type TransportInfo Modifier and Type Method Description voidGlobalMessageListener. postProcessResponse(String mid, TransportInfo info)Callback when a web service response has finished being processed by the container and was sent back to the clientvoidWebServiceEngineImpl. postProcessResponse(String messageID, TransportInfo info)Callback when a web service response has finished being processed by the container and was sent back to the clientvoidGlobalMessageListener. 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.voidWebServiceEngineImpl. processRequest(String messageID, SOAPMessageContext context, TransportInfo info)Callback when a 2.0 web service request is received on the endpoint.voidMessageTraceImpl. setTransportInfo(TransportInfo info)
-