public abstract class Service extends Object
Modifier and Type | Field and Description |
---|---|
static String |
sCoreNameSpace
The XML Namespace for the core of CWS services.
|
Constructor and Description |
---|
Service()
Construct the service.
|
Service(com.opentext.livelink.service.core.IServiceContext serviceContext)
Construct the service with the specified IServiceContext.
|
Service(com.opentext.livelink.service.core.IServiceContext serviceContext,
com.opentext.livelink.service.core.IRequestContext requestContext)
Construct the service with the specified IServiceContext and IRequestContext.
|
Modifier and Type | Method and Description |
---|---|
com.opentext.livelink.service.core.IRequestContext |
getRequestContext() |
void |
setRequestContext(com.opentext.livelink.service.core.IRequestContext requestContext)
Set the IRequestContext for using this service.
|
void |
setServiceContext(com.opentext.livelink.service.core.IServiceContext serviceContext)
Set the IServiceContext for using this service.
|
public static final String sCoreNameSpace
public Service()
public Service(com.opentext.livelink.service.core.IServiceContext serviceContext)
public Service(com.opentext.livelink.service.core.IServiceContext serviceContext, com.opentext.livelink.service.core.IRequestContext requestContext)
public void setServiceContext(com.opentext.livelink.service.core.IServiceContext serviceContext)
serviceContext
- the IServiceContext that represents the context for calling the servicepublic void setRequestContext(com.opentext.livelink.service.core.IRequestContext requestContext)
requestContext
- the IRequestContext that represents the request context for calling the servicepublic com.opentext.livelink.service.core.IRequestContext getRequestContext()
© Copyright 2017 OpenText Corp. All Rights Reserved.