Package com.portal.web.comp
Interface PContentOpInvokerBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PContentOpInvokerBeanImpl
An interface to invoke content opcodes.
- Version:
- %version: 3 % %date_modified: Wed Jan 23 12:40:25 2002 %
- Author:
- usha
-
Method Summary
Modifier and TypeMethodDescriptioninvokeContentOp
(String input, String opcodeName) Invoke the content op and return results
-
Method Details
-
invokeContentOp
Invoke the content op and return results- Parameters:
input
- - input flistopcodeName
- - name of opcode to be invoked- Returns:
- String - return flist as String
- Throws:
RemoteException
-