Package org.apache.wsif

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.
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.
 

Class Summary
WSIFConstants Simple class to store constants used by WSIF
WSIFInterceptorConfig The interceptor config contains information that's given to an interceptor at initialization time.
WSIFRequest This class represents a service request coming into WSIF.
WSIFResponse This class represents a service response coming out of WSIF.
WSIFServiceFactory Abstract factory class to create instances of WSIFService.
 

Exception Summary
WSIFException 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.
 



Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.