org.apache.wsif.base |
|
Java Source File Name | Type | Comment |
PrivateCompositeExtensionRegistry.java | Class | This is utility class that allows to aggregate multiple
extensions registries into one. |
WSIFClientProxy.java | Class | WSIFClientProxy is a dynamic proxy (or stub) used by the
WSIFServiceImpl when the application is using the stubs to
invoke the web service. |
WSIFDefaultCorrelationService.java | Class | WSIFDefaultCorrelationService provides a default implementation of a
WSIFCorrelationService using a Hashmap as the backing store. |
WSIFDefaultMessage.java | Class | A DefaultWSIFMessage is a default implementation of
WSIFMessage holding a collection of WSIFParts corresponding
to the parts of a message as defined in WSDL.
author: Paul Fremantle author: Alekander Slominski author: Matthew J. |
WSIFDefaultOperation.java | Class | |
WSIFDefaultPort.java | Class | A DefaultWSIFPort is a default implementation of WSIFPort
all methods are implemented except execute*.
author: Paul Fremantle author: Alekander Slominski author: Matthew J. |
WSIFObjectInputStream.java | Class | Class FObjectInputStream overloads the class ObjectInputStream
to solve the bug reported under BugID
4171142 . |
WSIFServiceFactoryImpl.java | Class | |
WSIFServiceImpl.java | Class | An entry point to dynamic WSDL invocations. |