Skip navigation links
A B C D E F G H I J L O R S T U 

A

applyPolicy(Policy, AxisDescription) - Method in class org.apache.axis2.scripting.ScriptModule
 

B

bsfEngine - Variable in class org.apache.axis2.scripting.convertors.RBOMElementConvertor
 
BSFENGINE_PROP - Static variable in class org.apache.axis2.scripting.ScriptReceiver
 

C

canSupportAssertion(Assertion) - Method in class org.apache.axis2.scripting.ScriptModule
 
checkModules() - Method in class org.apache.axis2.scripting.ScriptRepositoryListener
 
checkUpdate() - Method in class org.apache.axis2.scripting.ScriptInvoker
 
CONVERTOR_ATTR - Static variable in class org.apache.axis2.scripting.ScriptReceiver
 
CONVERTOR_PROP - Static variable in class org.apache.axis2.scripting.ScriptReceiver
 
ConvertorFactory - Class in org.apache.axis2.scripting.convertors
 
ConvertorFactory() - Constructor for class org.apache.axis2.scripting.convertors.ConvertorFactory
 
createOMElementConvertor(AxisService, String) - Static method in class org.apache.axis2.scripting.convertors.ConvertorFactory
Creates an OMElementConvertor for the script.
createService(File, File) - Method in class org.apache.axis2.scripting.ScriptDeploymentEngine
Creates an Axis2 service for the script

D

DEFAULT_FUNCTION - Static variable in class org.apache.axis2.scripting.ScriptReceiver
 
DefaultOMElementConvertor - Class in org.apache.axis2.scripting.convertors
The DefaultOMElementConvertor converts between Synapse OMElements and Strings
DefaultOMElementConvertor() - Constructor for class org.apache.axis2.scripting.convertors.DefaultOMElementConvertor
 
doDeploy() - Method in class org.apache.axis2.scripting.ScriptDeploymentEngine
 

E

engageNotify(AxisDescription) - Method in class org.apache.axis2.scripting.ScriptModule
 
engine - Variable in class org.apache.axis2.scripting.ScriptInvoker
 

F

findServicesInDirectory() - Method in class org.apache.axis2.scripting.ScriptRepositoryListener
Searches a given folder for script services and adds them to a list in the WSInfolist class.
fromScript(Object) - Method in class org.apache.axis2.scripting.convertors.DefaultOMElementConvertor
 
fromScript(Object) - Method in class org.apache.axis2.scripting.convertors.JSOMElementConvertor
 
fromScript(Object) - Method in interface org.apache.axis2.scripting.convertors.OMElementConvertor
 
fromScript(Object) - Method in class org.apache.axis2.scripting.convertors.RBOMElementConvertor
 
FUNCTION_ATTR - Static variable in class org.apache.axis2.scripting.ScriptReceiver
 

G

getAxis2Convertor(AxisService, String) - Static method in class org.apache.axis2.scripting.convertors.ConvertorFactory
 
getBSFEngine(MessageContext) - Method in class org.apache.axis2.scripting.ScriptReceiver
Gets the BSFEngine for the script service.
getDefaultScriptConvertor(AxisService, String) - Static method in class org.apache.axis2.scripting.convertors.ConvertorFactory
 
getEnvelopeXML() - Method in class org.apache.axis2.scripting.ScriptMessageContext
Get the XML representation of the complete SOAP envelope
getModulesDir() - Method in class org.apache.axis2.scripting.ScriptDeploymentEngine
 
getPayloadXML() - Method in class org.apache.axis2.scripting.ScriptMessageContext
Get the XML representation of SOAP Body payload.
getScriptConvertor(AxisService) - Static method in class org.apache.axis2.scripting.convertors.ConvertorFactory
 
getScriptForWSDL(File) - Method in class org.apache.axis2.scripting.ScriptDeploymentEngine
Gets the script associated with the wsdl.
getScriptServicesDirectory(AxisConfiguration) - Method in class org.apache.axis2.scripting.ScriptModule
Gets the repo directory for the scripts.
getWSDLForScript(File) - Method in class org.apache.axis2.scripting.ScriptDeploymentEngine
Gets the WSDL associated with the script.

H

hotUpdateInterval - Variable in class org.apache.axis2.scripting.ScriptInvoker
 

I

init(ConfigurationContext, AxisModule) - Method in class org.apache.axis2.scripting.ScriptModule
Init by creating and deploying AxisServices for each script
initEngine() - Method in class org.apache.axis2.scripting.ScriptInvoker
 
initScript(MessageContext) - Method in class org.apache.axis2.scripting.ScriptReceiver
Initializes the script service by finding the script source code, compiling it in a BSFEngine, and creating an OMElementConvertor for the script.
invoke(String, Object[]) - Method in class org.apache.axis2.scripting.ScriptInvoker
 
invokeBusinessLogic(MessageContext, MessageContext) - Method in class org.apache.axis2.scripting.ScriptReceiver
Invokes the service by calling the script function

J

JSOMElementConvertor - Class in org.apache.axis2.scripting.convertors
JSObjectConvertor converts between OMElements and JavaScript E4X XML objects
JSOMElementConvertor() - Constructor for class org.apache.axis2.scripting.convertors.JSOMElementConvertor
 

L

lastCheckTime - Variable in class org.apache.axis2.scripting.ScriptInvoker
 
lastModified - Variable in class org.apache.axis2.scripting.ScriptInvoker
 
loadClassPathModules() - Method in class org.apache.axis2.scripting.ScriptRepositoryListener
 
loadRepository(File) - Method in class org.apache.axis2.scripting.ScriptDeploymentEngine
 

O

OMElementConvertor - Interface in org.apache.axis2.scripting.convertors
The OMElementConvertor interface enables customizing the conversion of XML between Synapse and a script language.
org.apache.axis2.scripting - package org.apache.axis2.scripting
 
org.apache.axis2.scripting.convertors - package org.apache.axis2.scripting.convertors
 

R

RBOMElementConvertor - Class in org.apache.axis2.scripting.convertors
OMElementConvertor for Ruby scripts TODO: Right now this goes via Strings and likely isn't very fast There could well be much better ways to do this :)
RBOMElementConvertor() - Constructor for class org.apache.axis2.scripting.convertors.RBOMElementConvertor
 
readScript() - Method in class org.apache.axis2.scripting.ScriptInvoker
Reads the complete script source code into a String
readScript(ClassLoader, String) - Method in class org.apache.axis2.scripting.ScriptReceiver
Reads the complete script source code into a String
readScriptSource(File) - Method in class org.apache.axis2.scripting.ScriptDeploymentEngine
Reads the complete script source code into a String

S

scope - Variable in class org.apache.axis2.scripting.convertors.JSOMElementConvertor
 
SCRIPT_ATTR - Static variable in class org.apache.axis2.scripting.ScriptReceiver
 
SCRIPT_HOT_UPDATE_ - Static variable in class org.apache.axis2.scripting.ScriptDeploymentEngine
 
SCRIPT_SRC_PROP - Static variable in class org.apache.axis2.scripting.ScriptReceiver
 
ScriptDeploymentEngine - Class in org.apache.axis2.scripting
An Axis2 DeploymentEngine subclass for deploying script services supporting hot deploy and hot update.
ScriptDeploymentEngine(AxisConfiguration) - Constructor for class org.apache.axis2.scripting.ScriptDeploymentEngine
 
scriptFile - Variable in class org.apache.axis2.scripting.ScriptInvoker
 
ScriptInvoker - Class in org.apache.axis2.scripting
 
ScriptInvoker(File, int) - Constructor for class org.apache.axis2.scripting.ScriptInvoker
 
ScriptMessageContext - Class in org.apache.axis2.scripting
ScriptMessageContext decorates the Axis2 MessageContext adding methods to use the message payload XML in a way natural to the scripting language.
ScriptMessageContext(MessageContext, OMElementConvertor) - Constructor for class org.apache.axis2.scripting.ScriptMessageContext
 
ScriptModule - Class in org.apache.axis2.scripting
Axis2 module to initialize script services.
ScriptModule() - Constructor for class org.apache.axis2.scripting.ScriptModule
 
ScriptReceiver - Class in org.apache.axis2.scripting
An Axis2 MessageReceiver for invoking script language functions.
ScriptReceiver() - Constructor for class org.apache.axis2.scripting.ScriptReceiver
 
ScriptRepositoryListener - Class in org.apache.axis2.scripting
An Axis2 RepositoryListener subclass for dealing with script services
ScriptRepositoryListener(DeploymentEngine) - Constructor for class org.apache.axis2.scripting.ScriptRepositoryListener
 
setEngine(BSFEngine) - Method in class org.apache.axis2.scripting.convertors.DefaultOMElementConvertor
 
setEngine(BSFEngine) - Method in interface org.apache.axis2.scripting.convertors.OMElementConvertor
 
setEngine(BSFEngine) - Method in class org.apache.axis2.scripting.convertors.RBOMElementConvertor
 
setFaultTo(String) - Method in class org.apache.axis2.scripting.ScriptMessageContext
 
setFrom(String) - Method in class org.apache.axis2.scripting.ScriptMessageContext
 
setPayloadXML(Object) - Method in class org.apache.axis2.scripting.ScriptMessageContext
Set the SOAP body payload from XML
setReplyTo(String) - Method in class org.apache.axis2.scripting.ScriptMessageContext
 
setTo(String) - Method in class org.apache.axis2.scripting.ScriptMessageContext
 
shutdown(ConfigurationContext) - Method in class org.apache.axis2.scripting.ScriptModule
 

T

toScript(OMElement) - Method in class org.apache.axis2.scripting.convertors.DefaultOMElementConvertor
 
toScript(OMElement) - Method in class org.apache.axis2.scripting.convertors.JSOMElementConvertor
 
toScript(OMElement) - Method in interface org.apache.axis2.scripting.convertors.OMElementConvertor
 
toScript(OMElement) - Method in class org.apache.axis2.scripting.convertors.RBOMElementConvertor
 

U

unDeploy() - Method in class org.apache.axis2.scripting.ScriptDeploymentEngine
 
A B C D E F G H I J L O R S T U 
Skip navigation links

Copyright © 2004-2024 The Apache Software Foundation. All Rights Reserved.