|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ScriptingMarshalerSupport
| Method Summary | |
|---|---|
java.io.InputStream |
getScriptCode(ScriptingEndpoint endpoint,
javax.jbi.messaging.MessageExchange exchange)
returns the code of the script as input stream |
void |
onShutdown(ScriptingEndpoint endpoint)
hook method to allow a custom marshaler to do things on endpoint shutdown |
void |
onStartup(ScriptingEndpoint endpoint)
hook method to allow a custom marshaler to do things on endpoint startup |
void |
registerUserBeans(ScriptingEndpoint endpoint,
javax.jbi.messaging.MessageExchange exchange,
javax.script.Bindings bindings)
hook method for filling user beans into the available variables from script |
| Method Detail |
|---|
void onStartup(ScriptingEndpoint endpoint)
throws java.lang.Exception
endpoint - the endpoint
java.lang.Exception - on any exception
void onShutdown(ScriptingEndpoint endpoint)
throws java.lang.Exception
endpoint - the endpoint
java.lang.Exception - on any exception
java.io.InputStream getScriptCode(ScriptingEndpoint endpoint,
javax.jbi.messaging.MessageExchange exchange)
throws java.io.IOException
endpoint - the endpointexchange - the message exchange
java.io.IOException
void registerUserBeans(ScriptingEndpoint endpoint,
javax.jbi.messaging.MessageExchange exchange,
javax.script.Bindings bindings)
endpoint - the endpointexchange - the exchangebindings - the bindings
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||