com.ibm.btt.services
Interface BTTService
- All Known Implementing Classes:
- BTTServiceImpl, GenericPool
- public interface BTTService
The BTTService interface is the interface of all Composer service, which is Web Service,
in Composer 5.0
Field Summary |
static java.lang.String |
COMPID
|
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.Object |
processRequest(java.lang.String opName,
java.util.Hashtable parts)
Command interface for the service. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
COMPID
public static final java.lang.String COMPID
- See Also:
- Constant Field Values
processRequest
public java.lang.Object processRequest(java.lang.String opName,
java.util.Hashtable parts)
throws java.lang.Exception
- Command interface for the service.
- Parameters:
opName
- An operation name to indicate which process will be performedparts
- A Hashtable to store the parameter for a process
- Returns:
- Object A object which need to be serializable
- Throws:
java.lang.Exception
(c) Copyright IBM Corporation 1998, 2005