|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServiceManager
IServiceManager allows clients to create IService objects.
In particular IServiceManager is responsible for setting up the requested
IService with the correct XSL file and transformer.
IService| Method Summary | |
|---|---|
void |
Initialize(java.lang.String bstrXSLTFile)
Initialize the service manager with the given XSL file. |
java.lang.Object |
OpenXUIService(IPTSession pSession,
java.lang.Object vAppData,
java.lang.Object vsaServiceTypeURIs,
com.plumtree.openfoundation.util.IXPPropertyBag pPBagParent,
int lWebServiceID,
int lTimeoutSeconds)
This function initializes and returns an IService. |
void |
Refresh(java.lang.String bstrServiceURI)
Currently unimplemented, Refresh would be used to load
static content for the service into the Plumtree Image Server. |
| Method Detail |
|---|
void Initialize(java.lang.String bstrXSLTFile)
bstrXSLTFile - String representing the full path to the XSL file.void Refresh(java.lang.String bstrServiceURI)
Refresh would be used to load
static content for the service into the Plumtree Image Server.
bstrServiceURI - DOCUMENT_ME
java.lang.Object OpenXUIService(IPTSession pSession,
java.lang.Object vAppData,
java.lang.Object vsaServiceTypeURIs,
com.plumtree.openfoundation.util.IXPPropertyBag pPBagParent,
int lWebServiceID,
int lTimeoutSeconds)
IService.
pSession - current user's sessionvAppData - typically an IPTState to be used in resolve gateway'd URIsvsaServiceTypeURIs - the URIs for the service to connect topPBagParent - a property bag to be passed to the servicelWebServiceID - the associated web servicelTimeoutSeconds - the timeout in seconds
IService that can be used to get editable properties for a particular service.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||