org.apache.wsif |
|
Java Source File Name | Type | Comment |
WSIFConstants.java | Class | |
WSIFCorrelationId.java | Interface | A WSIFCorrelationId is used to identify asynchronous
requests so that a request can be matched to its response. |
WSIFCorrelationService.java | Interface | A WSIFCorrelationService is used for asynchronous requests
to correlate a response with the instance of the handler
that issued the request. |
WSIFException.java | Class | A WSIFException is used to indicate something going wrong
within the Web service invocation framework and not something
that is related to the service invocation itself.
author: Paul Fremantle author: Alekander Slominski author: Matthew J. |
WSIFInterceptor.java | Interface | An interceptor gets the opportunity to pre- or post-process
a service request or response, respectively, that's travelling
through the WSIF. |
WSIFInterceptorConfig.java | Class | The interceptor config contains information that's given to
an interceptor at initialization time. |
WSIFMessage.java | Interface | A WSIFMessage is a an interface representing a WSDL Message.
In WSDL, a Message describes the abstract type of the input
or output to an operation. |
WSIFOperation.java | Interface | A WSIFOperation is a handle on a particular operation of a portType
that can be used to invoke web service methods. |
WSIFPort.java | Interface | A WSIFPort represents the handle by which the operations
from the of the of this WSIFPort can be
executed. |
WSIFRequest.java | Class | This class represents a service request coming into WSIF. |
WSIFResponse.java | Class | This class represents a service response coming out of WSIF. |
WSIFResponseHandler.java | Interface | A WSIFResponseHandler is used for asynchronous requests. |
WSIFService.java | Interface | A WSIFService is a factory via which WSIFPorts
are retrieved. |
WSIFServiceFactory.java | Class | Abstract factory class to create instances of WSIFService. |