|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ScriptingEndpoint in org.apache.servicemix.scripting |
|---|
| Methods in org.apache.servicemix.scripting with parameters of type ScriptingEndpoint | |
|---|---|
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)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||