| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
ScriptingMarshalerSupport.getScriptCode(ScriptingEndpoint endpoint,
javax.jbi.messaging.MessageExchange exchange)
returns the code of the script as input stream
|
java.io.InputStream |
DefaultScriptingMarshaler.getScriptCode(ScriptingEndpoint endpoint,
javax.jbi.messaging.MessageExchange exchange) |
void |
ScriptingMarshalerSupport.onShutdown(ScriptingEndpoint endpoint)
hook method to allow a custom marshaler to do things on endpoint shutdown
|
void |
DefaultScriptingMarshaler.onShutdown(ScriptingEndpoint endpoint) |
void |
ScriptingMarshalerSupport.onStartup(ScriptingEndpoint endpoint)
hook method to allow a custom marshaler to do things on endpoint startup
|
void |
DefaultScriptingMarshaler.onStartup(ScriptingEndpoint endpoint) |
void |
ScriptingMarshalerSupport.registerUserBeans(ScriptingEndpoint endpoint,
javax.jbi.messaging.MessageExchange exchange,
javax.script.Bindings bindings)
hook method for filling user beans into the available variables from
script
|
void |
DefaultScriptingMarshaler.registerUserBeans(ScriptingEndpoint endpoint,
javax.jbi.messaging.MessageExchange exchange,
javax.script.Bindings bindings) |
Copyright © 2005-2014 FuseSource. All Rights Reserved.