IBM Branch Transformation Toolkit Javadoc

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.
 

Field Detail

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
Method Detail

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 performed
parts - A Hashtable to store the parameter for a process
Returns:
Object A object which need to be serializable
Throws:
java.lang.Exception

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005