| Package | Description |
|---|---|
| org.glassfish.webservices.monitoring |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpRequestInfoImpl |
class |
HttpResponseInfoImpl
Implementation of the HttpResponseInfo interface
|
class |
HttpTransportInfo
Superclass for all HTTP related transport information.
|
| Modifier and Type | Method and Description |
|---|---|
TransportInfo |
MessageTrace.getTransportInfo()
Returns the transport dependent information
|
TransportInfo |
MessageTraceImpl.getTransportInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebServiceEngineImpl.postProcessResponse(String messageID,
TransportInfo info)
Callback when a web service response has finished being processed by the container and was sent back to the client
|
void |
GlobalMessageListener.postProcessResponse(String mid,
TransportInfo info)
Callback when a web service response has finished being processed
by the container and was sent back to the client
|
void |
WebServiceEngineImpl.processRequest(String messageID,
com.sun.xml.rpc.spi.runtime.SOAPMessageContext context,
TransportInfo info)
Callback when a web service request is received on the endpoint.
|
void |
WebServiceEngineImpl.processRequest(String messageID,
SOAPMessageContext context,
TransportInfo info)
Callback when a 2.0 web service request is received on the endpoint.
|
void |
GlobalMessageListener.processRequest(String mid,
com.sun.xml.rpc.spi.runtime.SOAPMessageContext ctx,
TransportInfo info)
Callback when a 1.X web service request is about the be delivered to the
Web Service Implementation Bean.
|
void |
GlobalMessageListener.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.
|
void |
MessageTraceImpl.setTransportInfo(TransportInfo info) |
Copyright © 2019. All rights reserved.