| | WebCenter Interaction API | |
| IServiceManager.OpenXUIService Method |
This function initializes and returns an IService
.
object OpenXUIService(
IPTSession pSession,
object
vAppData,
object
vsaServiceTypeURIs,
IXPPropertyBag
pPBagParent,
int
lWebServiceID,
int
lTimeoutSeconds);
Parameters
-
pSession
- current user's session
-
vAppData
- typically an
IPTState
to be used in resolve gateway'd URIs
-
vsaServiceTypeURIs
- the URIs for the service to connect to
-
pPBagParent
- a property bag to be passed to the service
-
lWebServiceID
- the associated web service
-
lTimeoutSeconds
- the timeout in seconds
Return Value
an IService
that can be used to get editable properties for a particular service.
See Also
IServiceManager Interface | com.plumtree.server.xui Namespace