Class ExternalLibraryGroovyShellFactory
java.lang.Object
org.qubership.integration.platform.engine.service.externallibrary.ExternalLibraryGroovyShellFactory
- All Implemented Interfaces:
org.apache.camel.language.groovy.GroovyShellFactory
@Component
public class ExternalLibraryGroovyShellFactory
extends Object
implements org.apache.camel.language.groovy.GroovyShellFactory
-
Constructor Summary
ConstructorsConstructorDescriptionExternalLibraryGroovyShellFactory(Optional<ExternalLibraryService> externalLibraryService) -
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.GroovyShellcreateGroovyShell(org.apache.camel.Exchange exchange) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.language.groovy.GroovyShellFactory
getFileName, getVariables
-
Constructor Details
-
ExternalLibraryGroovyShellFactory
@Autowired public ExternalLibraryGroovyShellFactory(Optional<ExternalLibraryService> externalLibraryService)
-
-
Method Details
-
createGroovyShell
public groovy.lang.GroovyShell createGroovyShell(org.apache.camel.Exchange exchange) - Specified by:
createGroovyShellin interfaceorg.apache.camel.language.groovy.GroovyShellFactory
-