Interface Summary |
WSIFCorrelationId |
A WSIFCorrelationId is used to identify asynchronous
requests so that a request can be matched to its response. |
WSIFCorrelationService |
A WSIFCorrelationService is used for asynchronous requests
to correlate a response with the instance of the handler
that issued the request. |
WSIFInterceptor |
An interceptor gets the opportunity to pre- or post-process
a service request or response, respectively, that's travelling
through the WSIF. |
WSIFMessage |
A WSIFMessage is a an interface representing a WSDL Message. |
WSIFMessageFactory |
|
WSIFOperation |
A WSIFOperation is a handle on a particular operation of a portType
that can be used to invoke web service methods. |
WSIFPort |
A WSIFPort represents the handle by which the operations
from the of the of this WSIFPort can be
executed. |
WSIFResponseHandler |
A WSIFResponseHandler is used for asynchronous requests. |
WSIFService |
A WSIFService is a factory via which WSIFPorts
are retrieved. |