JavascriptSender
instead@Deprecated public class RhinoPipe extends FixedForwardPipe
parameterNamesMustBeUnique
log
LONG_DURATION_MONITORING_EVENT, MESSAGE_SIZE_MONITORING_EVENT, PIPE_EXCEPTION_MONITORING_EVENT
Constructor and Description |
---|
RhinoPipe()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
configure()
Deprecated.
Checks for correct configuration, and translates the fileName to a file,
to check existence.
|
PipeRunResult |
doPipe(Message message,
PipeLineSession session)
Deprecated.
This is where the action takes place.
|
String |
getFileName()
Deprecated.
|
String |
getjsfunctionArguments()
Deprecated.
|
String |
getjsfunctionName()
Deprecated.
|
String |
getSessionKey()
Deprecated.
|
boolean |
isDebug()
Deprecated.
|
boolean |
isLookupAtRuntime()
Deprecated.
|
void |
setDebug(boolean b)
Deprecated.
when set
true or set to something else then \"true\", (even set to the empty string), the debugging is not active |
void |
setFileName(String fileName)
Deprecated.
name of the file containing the Java-script Functions as base input
|
void |
setjsfunctionArguments(String jsfunctionArguments)
Deprecated.
The arguments to run the function in the java-script library to run
|
void |
setjsfunctionName(String jsfunctionName)
Deprecated.
The name of the function in the java-script library to run
|
void |
setLookupAtRuntime(boolean b)
Deprecated.
when set
true , the lookup of the file will be done at runtime instead of at configuration time |
void |
setSessionKey(String newSessionKey)
Deprecated.
|
getParameterValue, setIfParam, setIfValue, setOnlyIfSessionKey, setOnlyIfValue, setSkipOnEmptyInput, setUnlessSessionKey, setUnlessValue, skipPipe
addParameter, consumesSessionVariable, createBean, findForward, getAdapter, getEventSourceName, getForwards, getInSizeStatDummyObject, getOutSizeStatDummyObject, getParameterList, getParameterOverriddenAttributeValue, getParameterValueList, hasSizeStatistics, registerEvent, registerForward, setApplicationContext, setChompCharSize, setDurationThreshold, setElementToMove, setElementToMoveChain, setElementToMoveSessionKey, setEmptyInputReplacement, setGetInputFromFixedValue, setGetInputFromSessionKey, setHideRegex, setLocker, setLogIntermediaryResults, setMaxThreads, setName, setPreserveInput, setRemoveCompactMsgNamespaces, setRestoreMovedElements, setSecLogSessionKeys, setSizeStatistics, setStoreResultInSessionKey, setWriteToSecLog, start, stop, throwEvent
configureTransactionAttributes, isTransacted, isTransacted, setTransacted, setTransactionTimeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChompCharSize, getDurationThreshold, getElementToMove, getElementToMoveChain, getElementToMoveSessionKey, getEmptyInputReplacement, getGetInputFromFixedValue, getGetInputFromSessionKey, getLocker, getSecLogSessionKeys, getStoreResultInSessionKey, isPreserveInput, isRemoveCompactMsgNamespaces, isRestoreMovedElements, isWriteToSecLog, setPipeLine
getMaxThreads
getName
getApplicationContext, getName
getConfigurationClassLoader
getName
getTransactionAttribute, getTransactionTimeout, getTxDef, setTransactionAttribute
public void configure() throws ConfigurationException
Pipeline
.configure
in interface IConfigurable
configure
in interface IPipe
configure
in class FixedForwardPipe
ConfigurationException
public PipeRunResult doPipe(Message message, PipeLineSession session) throws PipeRunException
AbstractPipe
doPipe
in interface IPipe
doPipe
in class AbstractPipe
PipeRunException
public void setDebug(boolean b)
true
or set to something else then \"true\", (even set to the empty string), the debugging is not activepublic boolean isDebug()
public void setFileName(String fileName)
public String getFileName()
public void setjsfunctionName(String jsfunctionName)
public String getjsfunctionName()
public void setjsfunctionArguments(String jsfunctionArguments)
public String getjsfunctionArguments()
public void setLookupAtRuntime(boolean b)
true
, the lookup of the file will be done at runtime instead of at configuration timepublic boolean isLookupAtRuntime()
public void setSessionKey(String newSessionKey)
public String getSessionKey()
Copyright © 2023 Frank!Framework. All rights reserved.