Uses of Class
org.apache.servicemix.scripting.ScriptingEndpoint

Uses of ScriptingEndpoint in org.apache.servicemix.scripting
 

Methods in org.apache.servicemix.scripting with parameters of type ScriptingEndpoint
 java.io.InputStream DefaultScriptingMarshaler.getScriptCode(ScriptingEndpoint endpoint, javax.jbi.messaging.MessageExchange exchange)
           
 java.io.InputStream ScriptingMarshalerSupport.getScriptCode(ScriptingEndpoint endpoint, javax.jbi.messaging.MessageExchange exchange)
          returns the code of the script as input stream
 void DefaultScriptingMarshaler.onShutdown(ScriptingEndpoint endpoint)
           
 void ScriptingMarshalerSupport.onShutdown(ScriptingEndpoint endpoint)
          hook method to allow a custom marshaler to do things on endpoint shutdown
 void DefaultScriptingMarshaler.onStartup(ScriptingEndpoint endpoint)
           
 void ScriptingMarshalerSupport.onStartup(ScriptingEndpoint endpoint)
          hook method to allow a custom marshaler to do things on endpoint startup
 void DefaultScriptingMarshaler.registerUserBeans(ScriptingEndpoint endpoint, javax.jbi.messaging.MessageExchange exchange, javax.script.Bindings bindings)
           
 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
 



Copyright © 2005-2013 FuseSource. All Rights Reserved.