IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.jsf
Class JSFInvokerAdaptor

java.lang.Object
  extended by com.ibm.btt.jsf.JSFInvokerAdaptor

public class JSFInvokerAdaptor
extends java.lang.Object

JSFInvokerAdaptor is a bridge to call BTT Invoker.


Constructor Summary
JSFInvokerAdaptor()
          Construsts one default JSFInvokerAdaptor instance.
JSFInvokerAdaptor(java.lang.String invokerId)
          Construsts one JSFInvokerAdaptor instance with the specified invoker ID.
 
Method Summary
 java.lang.Object execute(java.lang.Object[] params)
          Invoke the BTT Invoker instance with the specified parameters.
 java.lang.String getInvokerId()
          get the invoker ID.
 void setInvokerId(java.lang.String invokerId)
          set the invoker ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSFInvokerAdaptor

public JSFInvokerAdaptor()
                  throws BTTJSFException
Construsts one default JSFInvokerAdaptor instance.

Throws:
BTTJSFException

JSFInvokerAdaptor

public JSFInvokerAdaptor(java.lang.String invokerId)
Construsts one JSFInvokerAdaptor instance with the specified invoker ID.

Parameters:
invokerId -
Method Detail

getInvokerId

public java.lang.String getInvokerId()
get the invoker ID.

Returns:

setInvokerId

public void setInvokerId(java.lang.String invokerId)
set the invoker ID.

Parameters:
invokerId -

execute

public java.lang.Object execute(java.lang.Object[] params)
                         throws java.lang.Exception
Invoke the BTT Invoker instance with the specified parameters.

Parameters:
params -
Returns:
Throws:
java.lang.Exception

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009