| AuthenticationListener |
This interface allows to register interest in authentication events
in the web service container.
|
| Endpoint |
This interface defines all information and behaviour
accessible from a particular endpoint.
|
| EndpointImpl |
Implementation of the endpoint interface
|
| EndpointLifecycleListener |
This listener interface provides facility to receive notifications
when a new Web Service endpoint has been added/removed to/from the
appserver runtime.
|
| EndpointType |
Defines an endpoint implementation type
|
| GlobalMessageListener |
This interface permits implementors to register a global message listener
which will be notified for all the web services requests and responses
on installed and enabled Web Services.
|
| HttpRequestInfo |
|
| HttpResponseInfo |
|
| HttpTransportInfo |
Superclass for all HTTP related transport information.
|
| MessageListener |
This listener interface provides ability to listen to web services
requests or responses.
|
| MessageTrace |
|
| MessageTraceImpl |
An invocation trace contains the timestamp os a particular
message invocation, the stringified SOAP request and
response or the SOAP Faults if the invocation resulted in one.
|
| MonitorContext |
|
| ThreadLocalInfo |
This class encapsulates all information contained in the thread local
for servlet invocations to trace the messages.
|
| TransportInfo |
Super interface for all transport dependent information
|
| TransportType |
Defines the possible transport type for an endpoint
|
| WebServiceEngine |
This interface holds all behaviour associated with the
web service engine.
|
| WebServiceEngineImpl |
This class acts as a factory to create TracingSystemHandler instances.
|