Package com.ibm.ccd.ui.mediator

Interface Summary
IMediatorResultState Represents the result state of the WS call made on WPC
ISoapMessageKeys provides the tagnames bound to the xmls for WPC soapcalls
IWPCMediator Represents the business functions available on the WPC.
 

Class Summary
ConfigManager Represents the Config Information related to the Mediator and others.
SoapInvoker Provides the support for the SOAP calls made on WPC Uses Axis API and supports attacments(in doc mode), rpc and doc.
SoapResponse encapuslates the WPC soap service response and provides the data XML and attachments.
UniqueIdGenerator Provides the functionality of generation unique Identities over space and time using AXIS UUIDGen framework.
WPCMediator Implementation for the interface IWPCMediator and provides the functional integration with WPC by exchaning and transforming the Business object from UI to xml for WPC and vice-versa.
WPCMediatorInitializer This servlet initalizes the ConfigManager ( which depends on ServletContext to resolve config file path) and WPCMediator and keeps their references ( not allowing to garbage collect) Note : Ensure this as start-up on load (deployment config.
WPCNotificationBean Represents the WPC Notification element and provides the support to set/get the type, message , details as a hashmap
WSHelper  
XMLHelper  
 

Exception Summary
WPCMediatorException Represents the exception thrown by the WPC both at system level and application level