Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractEmulatorContext - Class in org.apache.synapse.commons.emulator.core
 
AbstractEmulatorContext() - Constructor for class org.apache.synapse.commons.emulator.core.AbstractEmulatorContext
 
AbstractEvaluatorSerializer - Class in org.apache.synapse.commons.evaluators.config
Provide common methods for EvaluatorSerializer implementations
AbstractEvaluatorSerializer() - Constructor for class org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
A constructor that makes subclasses pick up the correct logger
AbstractProtocolEmulator - Class in org.apache.synapse.commons.emulator.core
 
AbstractProtocolEmulator(Emulator) - Constructor for class org.apache.synapse.commons.emulator.core.AbstractProtocolEmulator
 
AbstractXMLInputFactory - Class in org.apache.synapse.commons.staxon.core.base
Abstract XML input factory.
AbstractXMLInputFactory() - Constructor for class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
AbstractXMLOutputFactory - Class in org.apache.synapse.commons.staxon.core.base
Abstract XML output factory.
AbstractXMLOutputFactory() - Constructor for class org.apache.synapse.commons.staxon.core.base.AbstractXMLOutputFactory
 
AbstractXMLStreamReader<T> - Class in org.apache.synapse.commons.staxon.core.base
Abstract XML stream reader.
AbstractXMLStreamReader(T) - Constructor for class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
Create new reader instance.
AbstractXMLStreamReader(T, Location) - Constructor for class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
Create new reader instance.
AbstractXMLStreamScope - Class in org.apache.synapse.commons.staxon.core.base
Represent document/element scope.
AbstractXMLStreamScope(String) - Constructor for class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
Create root scope.
AbstractXMLStreamScope(NamespaceContext) - Constructor for class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
Create root scope.
AbstractXMLStreamScope(AbstractXMLStreamScope, String, String, String) - Constructor for class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
Create element scope.
AbstractXMLStreamWriter<T> - Class in org.apache.synapse.commons.staxon.core.base
Abstract XML stream writer.
AbstractXMLStreamWriter(T, boolean) - Constructor for class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
Create writer instance.
ACCESS_ALLOWED - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
ACCESS_CONTROLLED - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
ACCESS_DENIED - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
AccessInformation - Class in org.apache.synapse.commons.throttle.core
this returns the throttling access information based on the policy at runtime
AccessInformation() - Constructor for class org.apache.synapse.commons.throttle.core.AccessInformation
 
AccessRateController - Class in org.apache.synapse.commons.throttle.core
Controls the access of remote callers according to the controlling policy .
AccessRateController() - Constructor for class org.apache.synapse.commons.throttle.core.AccessRateController
 
acquireLock(FileSystemManager, FileObject, FileSystemOptions, boolean) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
Acquires a file item lock before processing the item, guaranteing that the file is not processed while it is being uploaded and/or the item is not processed by two listeners
acquireLock(FileSystemManager, FileObject, VFSParamDTO, FileSystemOptions, boolean) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
Acquires a file item lock before processing the item, guaranteing that the file is not processed while it is being uploaded and/or the item is not processed by two listeners
activate(ComponentContext) - Method in class org.apache.synapse.commons.throttle.core.internal.ThrottleServiceComponent
 
add(XMLEvent) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventWriter
 
add(XMLEventReader) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventWriter
 
add(XMLEventReader) - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleEventWriter
 
add(XMLEvent) - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleEventWriter
 
add(XMLEvent) - Method in class org.apache.synapse.commons.staxon.core.util.DOMEventConsumer
 
add(XMLEventReader) - Method in class org.apache.synapse.commons.staxon.core.util.DOMEventConsumer
Add all events from the given reader.
add(XMLEvent) - Method in class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
add(XMLEventReader) - Method in class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
add(XMLEventReader) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLEventWriter
 
add(XMLEvent) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLEventWriter
 
add(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleReplicator
 
add(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleWindowReplicator
 
addAndFlushCallerContext(CallerContext, String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
To add the caller and replicates the states of the given caller
addAndGetDistributedCounter(String, long) - Static method in class org.apache.synapse.commons.throttle.core.SharedParamManager
Add given value to the distribute counter of caller context of given id.
addCallerConfiguration(CallerConfiguration) - Method in class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseThrottleConfiguration
To add a DomainBaseCallerConfiguration
addCallerConfiguration(CallerConfiguration) - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseThrottleConfiguration
To add a IPBaseCallerConfiguration
addCallerConfiguration(CallerConfiguration) - Method in class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseThrottleConfiguration
 
addCallerConfiguration(CallerConfiguration) - Method in interface org.apache.synapse.commons.throttle.core.ThrottleConfiguration
To add a CallerConfiguration - The controlling policy for a caller
addCallerContext(CallerContext, String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
setting callerContext - put callersMap against time and put time against remote caller id (ip/domain)
addCallerContext(String, CallerContext) - Method in class org.apache.synapse.commons.throttle.core.ThrottleDataHolder
 
addConnection(DataSource) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
addDataSourceInformation(DataSourceInformation) - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
Adding a DataSourceInformation instance
addDataSourceInformation(DataSourceInformation) - Method in interface org.apache.synapse.commons.datasource.DataSourceInformationRepositoryListener
Event when adding a DataSourceInformation
addDataSourceInformation(DataSourceInformation) - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryManager
 
addHeaderParameter(String, String) - Method in class org.apache.synapse.commons.emulator.http.producer.HttpResponseContext
 
addMBean(String, Object) - Method in class org.apache.synapse.commons.datasource.DatasourceMBeanRepository
 
addMBean(String, Object) - Method in interface org.apache.synapse.commons.jmx.MBeanRepository
 
addMultiplePath(String) - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleEventWriter
Add path to trigger <?xml-multiple?> PI.
addMultiplePath(String) - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleStreamWriter
Add path to trigger <?xml-multiple?> PI.
addParameter(String, Object) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
addParameter(Parameter) - Method in class org.apache.synapse.commons.throttle.module.ThrottleObserver
 
addProperty(String, String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
AddRootSource - Class in org.apache.synapse.commons.staxon.core.json.stream.util
 
AddRootSource(JsonStreamSource, QName, char) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.util.AddRootSource
 
addThrottleConfiguration(String, ThrottleConfiguration) - Method in class org.apache.synapse.commons.throttle.core.Throttle
Adds a ThrottleConfiguration with the given key - configuration holds all static data for registered callers
addThrottleContext(String, ThrottleContext) - Method in class org.apache.synapse.commons.throttle.core.Throttle
Adds a ThrotleContext with the given key - context holds all runtime data for registered callers
addThrottleContext(ThrottleContext) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContextCleanupTask
 
addThrottleContext(String, ThrottleContext) - Method in class org.apache.synapse.commons.throttle.core.ThrottleDataHolder
 
ADMIN_SERVICE_PARAM_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
Parameter names which are used to identify special services..
allocate(XMLStreamReader) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventAllocator
 
allocate(XMLStreamReader, XMLEventConsumer) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventAllocator
 
allocate() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventReader
 
ALLOW_PARAMETER_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
AND - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
AndEvaluator - Class in org.apache.synapse.commons.evaluators
This encapsulates two or more boolean conditions.
AndEvaluator() - Constructor for class org.apache.synapse.commons.evaluators.AndEvaluator
 
AndFactory - Class in org.apache.synapse.commons.evaluators.config
This factory creates a AndEvaluator.
AndFactory() - Constructor for class org.apache.synapse.commons.evaluators.config.AndFactory
 
AndSerializer - Class in org.apache.synapse.commons.evaluators.config
Serialize the AndEvaluator to the XML configuration defined in the AndFactory.
AndSerializer() - Constructor for class org.apache.synapse.commons.evaluators.config.AndSerializer
 
apiKey2roleMap - Static variable in class org.apache.synapse.commons.throttle.module.utils.impl.DummyHandler
 
append(byte[], byte[]) - Static method in class org.apache.synapse.commons.crypto.Util
Helper method to append encrypted parts to the response.
APPEND - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
appendDecoderResult(HttpResponseContext, HttpObject, ByteBuf) - Method in class org.apache.synapse.commons.emulator.http.producer.HttpResponseInformationProcessor
 
appendResponseContent(Object) - Method in class org.apache.synapse.commons.emulator.http.producer.HttpResponseContext
 
applyPolicy(Policy, AxisDescription) - Method in class org.apache.synapse.commons.throttle.module.ThrottleModule
 
ARRAY - Static variable in class org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
The JSON Key for wrapper type anonymous JSON array
ARRAY_ELEM - Static variable in class org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
The JSON Key for wrapper type anonymous JSON array elements
ARRAY_KEYS - Static variable in class org.apache.synapse.commons.json.jsonprocessor.constants.ValidatorConstants
 
ArrayValidator - Class in org.apache.synapse.commons.json.jsonprocessor.validators
This class will validate json arrays according to the schema.
asBytes(InputStream) - Static method in class org.apache.synapse.commons.util.MiscellaneousUtil
 
ASCII_TYPE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
asyncGetAndAddDistributedCounter(String, long) - Static method in class org.apache.synapse.commons.throttle.core.SharedParamManager
Asynchronously add given value to the distribute counter of caller context of given id.
asyncGetAndAlterDistributedCounter(String, long) - Static method in class org.apache.synapse.commons.throttle.core.SharedParamManager
Asynchronously add given value to the distribute counter of caller context of given id.
attachFileSystemOptions(Map<String, String>, FileSystemManager) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
 
authenticate(Object) - Method in class org.apache.synapse.commons.jmx.JmxSecretAuthenticator
 
authenticateUser(AuthenticationFuture) - Method in class org.apache.synapse.commons.throttle.module.utils.impl.DummyHandler
 
authenticateUser(AuthenticationFuture) - Method in interface org.apache.synapse.commons.throttle.module.utils.UserPriviligesHandler
 
AuthenticationFuture - Interface in org.apache.synapse.commons.throttle.module.utils
 
autoArray(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set autoArray property and return receiver.
AutoArrayTarget - Class in org.apache.synapse.commons.staxon.core.json.stream.util
Target filter to auto-insert array boundaries.
AutoArrayTarget(JsonStreamTarget) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.util.AutoArrayTarget
 
autoPrimitive(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set autoPrimitive property and return receiver.
AutoPrimitiveTarget - Class in org.apache.synapse.commons.staxon.core.json.stream.util
Target-filter to auto-convert string values to primitive (boolean, number, null) values.
AutoPrimitiveTarget(JsonStreamTarget, boolean) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.util.AutoPrimitiveTarget
 

B

BASIC_DATA_SOURCE - Static variable in class org.apache.synapse.commons.datasource.DataSourceInformation
 
BC_FILE - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
BEANSTALK_MANAGER_PROP_NAME - Static variable in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkConstants
ServerContextInformation property name of the BeanstalkManager
BEANSTALK_MBEAN_CATEGORY_NAME - Static variable in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkConstants
Category name for JMX MBeans registered to monitor beanstalks.
BEFORE_EXECUTE_HANDLER - Static variable in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
 
BEFORE_EXECUTE_HANDLER - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
beforeExecute(Importance) - Method in interface org.apache.synapse.commons.executors.BeforeExecuteHandler
This method is called before putting the message in to the queue.
BeforeExecuteHandler - Interface in org.apache.synapse.commons.executors
This class is executed before message is put in to the queue.
beginTransaction() - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
BINARY_TYPE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
bindConnection(Connection) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
BOOLEAN_KEYS - Static variable in class org.apache.synapse.commons.json.jsonprocessor.constants.ValidatorConstants
 
BooleanValidator - Class in org.apache.synapse.commons.json.jsonprocessor.validators
This class validate boolean values against a given schema.
BOUNCY_CASTLE_PROVIDER - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
BouncyCastleProvider "BC"
build() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Build a new configuration.
buildPathRegex(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.IncomingMessage
 

C

C_DOLLOR - Static variable in class org.apache.synapse.commons.json.Constants
The Dollar character
C_DOLLOR - Static variable in class org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
 
C_USOCRE - Static variable in class org.apache.synapse.commons.json.Constants
The underscore character
C_USOCRE - Static variable in class org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
 
CAC_SUFFIX - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
CallerConfiguration - Class in org.apache.synapse.commons.throttle.core
All the configuration data for a caller – this data have been defined according to the policy
CallerConfiguration() - Constructor for class org.apache.synapse.commons.throttle.core.CallerConfiguration
 
CallerConfiguration(long, int, long, String) - Constructor for class org.apache.synapse.commons.throttle.core.CallerConfiguration
The Constructor with all configuration data
CallerConfigurationFactory - Class in org.apache.synapse.commons.throttle.core.factory
Factory for creating a CallerConfiguration
CallerConfigurationFactory() - Constructor for class org.apache.synapse.commons.throttle.core.factory.CallerConfigurationFactory
 
CallerContext - Class in org.apache.synapse.commons.throttle.core
Contains all runtime data for a particular remote caller.
CallerContext(String) - Constructor for class org.apache.synapse.commons.throttle.core.CallerContext
 
CallerContextFactory - Class in org.apache.synapse.commons.throttle.core.factory
Factory for creating a CallerContext
CallerContextFactory() - Constructor for class org.apache.synapse.commons.throttle.core.factory.CallerContextFactory
 
canAccess(ThrottleContext, String, int) - Method in class org.apache.synapse.commons.throttle.core.AccessRateController
To check whether caller can access not not base on the controlling policy
canAccess(ThrottleContext, CallerConfiguration, long) - Method in class org.apache.synapse.commons.throttle.core.CallerContext
Check whether that caller can access or not ,based on current state and pre-defined policy
canAccess(ThrottleContext, String, String) - Method in class org.apache.synapse.commons.throttle.core.RoleBasedAccessRateController
To check whether caller can access not not base on the controlling policy
canSupportAssertion(Assertion) - Method in class org.apache.synapse.commons.throttle.module.ThrottleModule
 
CARBON_TENANT_INFO_INITIATOR - Static variable in class org.apache.synapse.commons.util.ext.TenantInfoInitiatorProvider
 
channelActive(ChannelHandlerContext) - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpResponseProcessHandler
 
ChannelPipelineInitializer - Class in org.apache.synapse.commons.emulator.http
 
ChannelPipelineInitializer(SslContext, EmulatorType) - Constructor for class org.apache.synapse.commons.emulator.http.ChannelPipelineInitializer
 
channelRead(ChannelHandlerContext, Object) - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpResponseProcessHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class org.apache.synapse.commons.emulator.http.producer.HttpResponseProcessHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpResponseProcessHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class org.apache.synapse.commons.emulator.http.producer.HttpResponseProcessHandler
 
checkConnectionAlreadyUse(Connection) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
checkModifier(String) - Method in class org.apache.synapse.commons.templates.uri.parser.Variable
 
CIPHER_ALGORITHM - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
 
CIPHER_ALGORITHM_DEFAULT - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
 
CIPHER_TYPE - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
Cipher type ('symmetric' or 'asymmetric')
cleanExpiredStubsNow() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
 
cleanExpiredStubsNow() - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
 
cleanTenantInfo() - Method in interface org.apache.synapse.commons.util.ext.TenantInfoInitiator
Clean tenant information in the current thread
cleanUpCallers(CallerConfiguration, ThrottleContext, long) - Method in class org.apache.synapse.commons.throttle.core.CallerContext
Clean up the callers - remove all callers that have expired their time window
cleanupCallers(long) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
This method will clean up callers which has next access time below from provided time This will first check the prohibited period and then it will check next access time lesser than unit time before a cleanup a caller
clear() - Method in class org.apache.synapse.commons.datasource.DatasourceMBeanRepository
 
clear() - Method in interface org.apache.synapse.commons.datasource.DataSourceRepository
Clear already registered datasources
clear() - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryManager
Clear all DataSource Repositories
clear() - Method in class org.apache.synapse.commons.datasource.InMemoryDataSourceRepository
 
clear() - Method in class org.apache.synapse.commons.datasource.JNDIBasedDataSourceRepository
 
clear() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
clear() - Method in interface org.apache.synapse.commons.jmx.MBeanRepository
 
clone() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
clone() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
cloneJsonPayload(MessageContext, MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
Clones the JSON stream payload contained in the source message context, if any, to the target message context.
close() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
close() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
close() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventReader
 
close() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventWriter
 
close() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamReader
 
close() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
close() - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner
 
close() - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner2
 
close() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AutoArrayTarget
 
close() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
close() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamTargetDelegate
 
close() - Method in class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
close() - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
CLUSTER_AWARE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
collect(AccessInformation, String, int) - Static method in class org.apache.synapse.commons.throttle.module.utils.StatCollector
 
COMMA_STRING - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
ConcurrentAccessController - Class in org.apache.synapse.commons.throttle.core
Controls the concurrent access through throttle to the system based on policy
ConcurrentAccessController(int) - Constructor for class org.apache.synapse.commons.throttle.core.ConcurrentAccessController
 
ConcurrentAccessReplicator - Class in org.apache.synapse.commons.throttle.core
 
ConcurrentAccessReplicator(ConfigurationContext) - Constructor for class org.apache.synapse.commons.throttle.core.ConcurrentAccessReplicator
 
ConcurrentAccessUpdateClusterMessage - Class in org.apache.synapse.commons.throttle.core
 
ConcurrentAccessUpdateClusterMessage(String, Boolean) - Constructor for class org.apache.synapse.commons.throttle.core.ConcurrentAccessUpdateClusterMessage
 
Condition - Class in org.apache.synapse.commons.evaluators
Encapsulates a condition.
Condition() - Constructor for class org.apache.synapse.commons.evaluators.Condition
 
CONDITION - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
ConditionFactory - Class in org.apache.synapse.commons.evaluators.config
This factory creates a Condition using the following XML configuration.
ConditionFactory() - Constructor for class org.apache.synapse.commons.evaluators.config.ConditionFactory
 
CONDITIONS - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
ConditionSerializer - Class in org.apache.synapse.commons.evaluators.config
Serialize the Condition to the XML configuration defined in the ConditionFactory.
ConditionSerializer() - Constructor for class org.apache.synapse.commons.evaluators.config.ConditionSerializer
 
config - Variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
 
CONFIG_FILE - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
configure(Properties) - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
Configuring DataSourceInformationRepository
CONST - Static variable in class org.apache.synapse.commons.json.jsonprocessor.constants.ValidatorConstants
 
Constants - Class in org.apache.synapse.commons.json
 
Constants - Class in org.apache.synapse.commons.staxon.core.json.stream.impl
 
Constants.SCANNER - Enum in org.apache.synapse.commons.staxon.core.json.stream.impl
 
consume() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
Main method to be implemented by subclasses.
consume() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamReader
 
consume(XMLEventReader) - Static method in class org.apache.synapse.commons.staxon.core.util.DOMEventConsumer
This method will create and populate a Document from the given event reader.
consume(XMLEventReader, DocumentBuilder) - Static method in class org.apache.synapse.commons.staxon.core.util.DOMEventConsumer
This method will create and populate a Document from the given event reader.
consume(XMLEventReader, Node) - Static method in class org.apache.synapse.commons.staxon.core.util.DOMEventConsumer
This method will populate given Node from the given event reader.
consumer() - Method in class org.apache.synapse.commons.emulator.core.AbstractProtocolEmulator
 
consumer() - Method in class org.apache.synapse.commons.emulator.http.HTTPProtocolEmulator
 
contains(Object) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
contains(Object) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
contains(Object) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
context(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
ContextAwareLogger - Class in org.apache.synapse.commons.logger
This class provides the relevant context aware logging wrapper implementation according to the availability of the correlation id in the provided context and based on the expected behavior of the MDC.
ContextAwareLogger() - Constructor for class org.apache.synapse.commons.logger.ContextAwareLogger
 
CONTROL_PARAMETER_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
convert(OMElement, OutputStream, String, String) - Method in interface org.apache.synapse.commons.builders.MessageConverter
Message formatter action.
convert(MessageContext, OutputStream, String, String) - Method in interface org.apache.synapse.commons.builders.MessageConverter
 
convert(OMElement, String, String) - Method in interface org.apache.synapse.commons.builders.MessageConverter
Message formatter action.
convert(MessageContext, String, String) - Method in interface org.apache.synapse.commons.builders.MessageConverter
Message formatter action.
convert(OMElement, OutputStream, String, String) - Method in class org.apache.synapse.commons.builders.SynapseMessageConverter
 
convert(MessageContext, OutputStream, String, String) - Method in class org.apache.synapse.commons.builders.SynapseMessageConverter
 
convert(OMElement, String, String) - Method in class org.apache.synapse.commons.builders.SynapseMessageConverter
 
convert(MessageContext, String, String) - Method in class org.apache.synapse.commons.builders.SynapseMessageConverter
 
convertToBoolean(String) - Static method in class org.apache.synapse.commons.json.jsonprocessor.utils.DataTypeConverter
 
convertToDouble(String) - Static method in class org.apache.synapse.commons.json.jsonprocessor.utils.DataTypeConverter
 
convertToInt(String) - Static method in class org.apache.synapse.commons.json.jsonprocessor.utils.DataTypeConverter
 
Cookie - Class in org.apache.synapse.commons.emulator.http.dsl.dto
 
Cookie(String, String) - Constructor for class org.apache.synapse.commons.emulator.http.dsl.dto.Cookie
 
copy(JsonStreamTarget) - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
Copy events to given target until peek() == JsonStreamToken.NONE.
CORE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
CORE_ATT - Static variable in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
 
CORRELATION_ID - Static variable in class org.apache.synapse.commons.CorrelationConstants
 
CORRELATION_MDC_PROPERTY - Static variable in class org.apache.synapse.commons.CorrelationConstants
 
CorrelationConstants - Class in org.apache.synapse.commons
constants for correlation logging
CorrelationConstants() - Constructor for class org.apache.synapse.commons.CorrelationConstants
 
CorrelationMDCAwareLogger - Class in org.apache.synapse.commons.logger
Responsible for providing wrapper implementation for apache.commons.logging.Log interface.
CorrelationMDCAwareLogger(Object, Log) - Constructor for class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
CorrelationMDCImmediateLogger - Class in org.apache.synapse.commons.logger
Responsible for providing wrapper implementation for CorrelationMDCAwareLogger.
CorrelationMDCImmediateLogger(Object, Log) - Constructor for class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
create(Gson, TypeToken<T>) - Method in class org.apache.synapse.commons.emulator.TreeMapTypeAdapterFactory
 
create(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.AndFactory
 
create(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.EqualFactory
 
create(OMElement) - Method in interface org.apache.synapse.commons.evaluators.config.EvaluatorFactory
Create an evalautor from the given XML configuration
create(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.MatchFactory
 
create(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.NotFactory
 
create(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.OrFactory
 
createAttribute(String, String, String, String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createAttribute(String, String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createAttribute(QName, String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createBinder(JsonXML) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLMapper
 
createCaller(int, String) - Static method in class org.apache.synapse.commons.throttle.core.factory.CallerContextFactory
To create a CallerContext(the run time data holder for a remote caller) for the given throttle type.
createCallerConfiguration(int) - Static method in class org.apache.synapse.commons.throttle.core.factory.CallerConfigurationFactory
To create a CallerConfiguration instance for the given throttle type
createCData(String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createCharacters(String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createComment(String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createCondition(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.ConditionFactory
 
createContext(JsonXML) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLMapper
 
createDataSource(DataSourceInformation) - Static method in class org.apache.synapse.commons.datasource.factory.DataSourceFactory
Factory method to create a DataSource based on provided information which is encapsulated in the DataSourceInformation object.
createDataSourceInformation(String, Properties) - Static method in class org.apache.synapse.commons.datasource.factory.DataSourceInformationFactory
Factory method to create a DataSourceInformation instance based on given properties
createDataSourceInformationList(Properties) - Static method in class org.apache.synapse.commons.datasource.factory.DataSourceInformationListFactory
Factory method for creating a a DataSourceInformation Collection
createDataSourceInformationRepository(Properties) - Static method in class org.apache.synapse.commons.datasource.factory.DataSourceInformationRepositoryFactory
Factory method to create a DataSourceInformationRepository Use 'DataSourceRepositoryManager' as RepositoryListener
createDataSourceInformationRepository(DataSourceInformationRepositoryListener, Properties) - Static method in class org.apache.synapse.commons.datasource.factory.DataSourceInformationRepositoryFactory
Factory method to create a DataSourceInformationRepository
createDTD(String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createElement(Class<?>, Object) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLRootProvider
Create root element for an @XmlRootElement or @XmlType-annotaed type.
createEndDocument() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createEndElement(QName, Iterator) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createEndElement(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createEndElement(String, String, String, Iterator) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createEntityReference(String, EntityDeclaration) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createExecutor(String, OMElement, boolean, Properties) - Static method in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
 
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
createFilteredReader(XMLEventReader, EventFilter) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
createIgnorableSpace(String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createInputFactory(Class<?>, JsonXML) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
createJmxInformation(Properties, String) - Static method in class org.apache.synapse.commons.jmx.JmxInformationFactory
Factory method to create a JmxInformation instance based on given properties
createJsonStreamSource(InputStream) - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonStreamFactoryImpl
 
createJsonStreamSource(InputStream, Constants.SCANNER) - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonStreamFactoryImpl
 
createJsonStreamSource(Reader) - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonStreamFactoryImpl
 
createJsonStreamSource(Reader, Constants.SCANNER) - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonStreamFactoryImpl
 
createJsonStreamSource(InputStream) - Method in class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamFactory
Create stream source.
createJsonStreamSource(InputStream, Constants.SCANNER) - Method in class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamFactory
Create stream source.
createJsonStreamSource(Reader) - Method in class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamFactory
Create stream source.
createJsonStreamSource(Reader, Constants.SCANNER) - Method in class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamFactory
Create stream source.
createJsonStreamTarget(OutputStream, boolean) - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonStreamFactoryImpl
 
createJsonStreamTarget(Writer, boolean) - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonStreamFactoryImpl
 
createJsonStreamTarget(OutputStream, boolean) - Method in class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamFactory
Create stream target.
createJsonStreamTarget(Writer, boolean) - Method in class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamFactory
Create stream target.
createLocalRegistry(int) - Method in class org.apache.synapse.commons.util.RMIRegistryController
Creates a RMI local registry with given port
createMediatorThrottle(Policy) - Static method in class org.apache.synapse.commons.throttle.core.ThrottleFactory
Abstraction for processing mediator policy assertion and create a throttle based on it
createModuleThrottle(Policy) - Static method in class org.apache.synapse.commons.throttle.core.ThrottleFactory
Abstraction for processing module policy assertion and create a throttle based on it
createNamespace(String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createNamespace(String, String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createOperationThrottle(Policy) - Static method in class org.apache.synapse.commons.throttle.core.ThrottleFactory
Abstraction for processing operation policy assertion and create a throttle based on it
createOutputFactory(Class<?>, JsonXML) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
createProcessingInstruction(String, String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createServiceThrottle(Policy) - Static method in class org.apache.synapse.commons.throttle.core.ThrottleFactory
Abstraction for processing service policy assertion and create a throttle based on it
createSpace(String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createStartDocument() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createStartDocument(String, String, boolean) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createStartDocument(String, String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createStartDocument(String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createStartElement(QName, Iterator, Iterator) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createStartElement(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
createThrottleConfiguration(int) - Static method in class org.apache.synapse.commons.throttle.core.factory.ThrottleConfigurationFactory
To create a ThrottleConfiguration for the given throttle type
createThrottleContext(int, ThrottleConfiguration) - Static method in class org.apache.synapse.commons.throttle.core.factory.ThrottleContextFactory
To create a ThrottleContext for the given throttle type Needs to provide a throttle configuration
createXMLEventReader(Reader) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
createXMLEventReader(String, Reader) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
createXMLEventReader(Source) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
createXMLEventReader(InputStream) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
createXMLEventReader(InputStream, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
createXMLEventReader(String, InputStream) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
createXMLEventReader(XMLStreamReader) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
createXMLEventWriter(Result) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLOutputFactory
 
createXMLEventWriter(Writer) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLOutputFactory
 
createXMLEventWriter(XMLStreamWriter) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLOutputFactory
 
createXMLEventWriter(XMLStreamWriter) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
createXMLStreamReader(Source) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
createXMLStreamReader(Class<?>, JsonXML, Reader) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
createXMLStreamReader(InputStream, String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
createXMLStreamReader(String, Reader) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
createXMLStreamReader(Reader) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
createXMLStreamReader(Reader, Constants.SCANNER) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
createXMLStreamReader(InputStream) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
createXMLStreamReader(InputStream, Constants.SCANNER) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
createXMLStreamWriter(Result) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLOutputFactory
 
createXMLStreamWriter(Class<?>, JsonXML, Writer) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
createXMLStreamWriter(OutputStream, String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
CryptoConstants - Interface in org.apache.synapse.commons.crypto
This is a interface to hold required constant values.
CryptoUtil - Class in org.apache.synapse.commons.crypto
This class will provide the required methods to decrypt given encrypted parameter value.
CryptoUtil(Properties) - Constructor for class org.apache.synapse.commons.crypto.CryptoUtil
Public constructor
customRegex(String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set Custom Regex for ignore Auto Primitive mode
CustomRegexIgnoreAutoPrimitiveTarget - Class in org.apache.synapse.commons.staxon.core.json.stream.util
 
CustomRegexIgnoreAutoPrimitiveTarget(JsonStreamTarget, boolean, String) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.util.CustomRegexIgnoreAutoPrimitiveTarget
 
CustomRegexMatchReplaceIgnoreAutoPrimitiveTarget - Class in org.apache.synapse.commons.staxon.core.json.stream.util
 
CustomRegexMatchReplaceIgnoreAutoPrimitiveTarget(JsonStreamTarget, boolean, String, String) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.util.CustomRegexMatchReplaceIgnoreAutoPrimitiveTarget
 
customReplaceRegex(String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
 
customReplaceSequence(String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
 

D

data - Variable in class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource.Value
 
DATA_SOURCE_INFORMATION_REPOSITORY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
DataSourceConstants - Class in org.apache.synapse.commons.datasource
Constants related to the DataSource component
DataSourceConstants() - Constructor for class org.apache.synapse.commons.datasource.DataSourceConstants
 
DataSourceFactory - Class in org.apache.synapse.commons.datasource.factory
Factory for creating a DataSource based on information in DataSourceInformation
DataSourceFinder - Class in org.apache.synapse.commons.datasource
Utility class to locate DataSources from a JNDI tree
DataSourceFinder() - Constructor for class org.apache.synapse.commons.datasource.DataSourceFinder
 
DataSourceInformation - Class in org.apache.synapse.commons.datasource
Encapsulates the All information related to a DataSource
DataSourceInformation() - Constructor for class org.apache.synapse.commons.datasource.DataSourceInformation
 
DataSourceInformationFactory - Class in org.apache.synapse.commons.datasource.factory
Factory to create a DataSourceInformation based on given properties
DataSourceInformationListFactory - Class in org.apache.synapse.commons.datasource.factory
Contains Factory method that use to create List of DataSourceInformations - a DataSourceInformation Collection
DataSourceInformationListFactory() - Constructor for class org.apache.synapse.commons.datasource.factory.DataSourceInformationListFactory
 
DataSourceInformationListSerializer - Class in org.apache.synapse.commons.datasource.serializer
Serializes a list of DataSourceInformation into a properties
DataSourceInformationListSerializer() - Constructor for class org.apache.synapse.commons.datasource.serializer.DataSourceInformationListSerializer
 
DataSourceInformationRepository - Class in org.apache.synapse.commons.datasource
Keep and maintain DataSourceInformation
DataSourceInformationRepository() - Constructor for class org.apache.synapse.commons.datasource.DataSourceInformationRepository
 
DataSourceInformationRepositoryFactory - Class in org.apache.synapse.commons.datasource.factory
Contains Factory methods that use to create DataSourceInformationRepository
DataSourceInformationRepositoryFactory() - Constructor for class org.apache.synapse.commons.datasource.factory.DataSourceInformationRepositoryFactory
 
DataSourceInformationRepositoryListener - Interface in org.apache.synapse.commons.datasource
listen and handle events relating to changes in DataSourceInformationRepository
DataSourceInformationSerializer - Class in org.apache.synapse.commons.datasource.serializer
Serialize a DataSourceInformation to a Properties
DataSourceInformationSerializer() - Constructor for class org.apache.synapse.commons.datasource.serializer.DataSourceInformationSerializer
 
DatasourceMBeanRepository - Class in org.apache.synapse.commons.datasource
Keeps DatasourceMBeans
DataSourceRepository - Interface in org.apache.synapse.commons.datasource
Keep all DataSources defined in the Synapse
DataSourceRepositoryHolder - Class in org.apache.synapse.commons.datasource
Holder for the DataSourceRepository
DataSourceRepositoryManager - Class in org.apache.synapse.commons.datasource
Manages data sources defined in the synapse.
DataSourceRepositoryManager(InMemoryDataSourceRepository, JNDIBasedDataSourceRepository) - Constructor for class org.apache.synapse.commons.datasource.DataSourceRepositoryManager
 
DataTypeConverter - Class in org.apache.synapse.commons.json.jsonprocessor.utils
Handle data type conversions for JSON parser.
DBPoolView - Class in org.apache.synapse.commons.datasource
Data source connection pool stats collector implementation
DBPoolView(String) - Constructor for class org.apache.synapse.commons.datasource.DBPoolView
 
DBPoolViewMBean - Interface in org.apache.synapse.commons.datasource
MBean for retrieving some statistics about the connection pool
deactivate(ComponentContext) - Method in class org.apache.synapse.commons.throttle.core.internal.ThrottleServiceComponent
 
debug(Object) - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
debug(Object, Throwable) - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
debug(Object) - Method in class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
debug(Object, Throwable) - Method in class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
decode(byte[], EncodeDecodeTypes) - Static method in class org.apache.synapse.commons.crypto.EncodeDecodeHelper
Decodes the provided byte array using the specified decoding type.
decodeValue(String) - Method in class org.apache.synapse.commons.templates.uri.parser.Expression
 
decrypt(byte[]) - Method in class org.apache.synapse.commons.crypto.CryptoUtil
Method used to decrypt and encode or decode accordingly.
DEFAULT - Static variable in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
Default configuration:
DEFAULT_CORE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
Default core threads
DEFAULT_FAILED_RECORDS_FILE_DESTINATION - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
The default location to place the record file
DEFAULT_FAILED_RECORDS_FILE_NAME - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
The default name of the failed file
DEFAULT_IC_FACTORY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
DEFAULT_KEEP_ALIVE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
Default keep alive time in seconds
DEFAULT_MAX - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
Default max threads
DEFAULT_MAX_RETRY_COUNT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
DEFAULT_NEXT_RETRY_DURATION - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
DEFAULT_PRIORITY - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
DEFAULT_PROVIDER_PORT - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
DEFAULT_RECONNECT_TIMEOUT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
DEFAULT_RESPONSE_FILE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
DEFAULT_THROTTLE_CLEAN_PERIOD - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
DEFAULT_THROTTLE_CONTEXT_ID - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
DEFAULT_TRANSPORT_FAILED_RECORD_TIMESTAMP_FORMAT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
DEFAULT_TRANSPORT_FILE_SIZE_LIMIT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
DefaultResolver - Class in org.apache.synapse.commons.resolvers
Default Resolver is the class used in general case where any resolver is not used
DefaultResolver() - Constructor for class org.apache.synapse.commons.resolvers.DefaultResolver
 
delistResource(int, long) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
DENY_PARAMETER_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
deserializeParameters(OMElement) - Method in class org.apache.synapse.commons.throttle.module.ThrottleObserver
 
destroy() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
Destroys the beanstalk by un-registering MBeans and cleaning up other resources.
destroy() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkManager
Cleans up resources allocated by this BeanstalkManager.
destroy() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Destroy the executor.
destroy() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
displayStats(int) - Static method in class org.apache.synapse.commons.throttle.module.utils.StatCollector
 
DOMAIN_BASE - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
DOMAIN_BASED_THROTTLE_KEY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
DOMAIN_NAME_PROPERTY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
DomainBaseCallerConfiguration - Class in org.apache.synapse.commons.throttle.core.impl.domainbase
Caller Configuration implementation for domain name based throttle
DomainBaseCallerConfiguration() - Constructor for class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseCallerConfiguration
 
DomainBaseCallerContext - Class in org.apache.synapse.commons.throttle.core.impl.domainbase
Caller Context implementation for domain name based throttle type caller
DomainBaseCallerContext(String) - Constructor for class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseCallerContext
 
DomainBaseThrottleConfiguration - Class in org.apache.synapse.commons.throttle.core.impl.domainbase
Holds all the controlling policy parameter for all domain names
DomainBaseThrottleConfiguration() - Constructor for class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseThrottleConfiguration
 
DomainBaseThrottleContext - Class in org.apache.synapse.commons.throttle.core.impl.domainbase
Holds all the run time data for all domain based remote callers
DomainBaseThrottleContext(ThrottleConfiguration, ThrottleReplicator) - Constructor for class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseThrottleContext
 
DOMEventConsumer - Class in org.apache.synapse.commons.staxon.core.util
DOM event consumer.
DOMEventConsumer(Node) - Constructor for class org.apache.synapse.commons.staxon.core.util.DOMEventConsumer
Create namespace-aware consumer instance.
DOMEventConsumer(Node, boolean) - Constructor for class org.apache.synapse.commons.staxon.core.util.DOMEventConsumer
Create consumer instance.
DOT_STRING - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
drainTo(Collection<? super E>) - Method in interface org.apache.synapse.commons.executors.InternalQueue
Drain items from this queue to the specified collection
drainTo(Collection<? super E>, int) - Method in interface org.apache.synapse.commons.executors.InternalQueue
Drain items from this queue to the specified collection
drainTo(Collection<? super E>) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
We always give high priority to highest priority elements.
drainTo(Collection<? super E>, int) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
We always give high priority to highest priotiry elements.
drainTo(Collection<? super E>) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
drainTo(Collection<? super E>, int) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
drainTo(Collection<? super E>) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
drainTo(Collection<? super E>, int) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
DUMMY_TOKEN - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
Dummy token for token based throttling policy initialization
DummyAuthenticator - Class in org.apache.synapse.commons.throttle.module.utils.impl
 
DummyAuthenticator(String) - Constructor for class org.apache.synapse.commons.throttle.module.utils.impl.DummyAuthenticator
 
DummyHandler - Class in org.apache.synapse.commons.throttle.module.utils.impl
 
DummyHandler() - Constructor for class org.apache.synapse.commons.throttle.module.utils.impl.DummyHandler
 
DYNAMIC_SERVICE_PARAM_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 

E

EBCDIC_TYPE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
EMPTY - Static variable in class org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
 
EMPTY_PREFIX - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
EMPTY_VALUE - Static variable in class org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
 
Emulator - Class in org.apache.synapse.commons.emulator.core
 
Emulator() - Constructor for class org.apache.synapse.commons.emulator.core.Emulator
Constructor of the class.
EmulatorType - Enum in org.apache.synapse.commons.emulator.core
 
enableStatCollection - Static variable in class org.apache.synapse.commons.throttle.module.utils.StatCollector
 
encode(byte[], EncodeDecodeTypes) - Static method in class org.apache.synapse.commons.crypto.EncodeDecodeHelper
Encodes the provided byte array using the specified encoding type.
EncodeDecodeHelper - Class in org.apache.synapse.commons.crypto
This class is a helper class to do encoding and decoding
EncodeDecodeHelper() - Constructor for class org.apache.synapse.commons.crypto.EncodeDecodeHelper
 
EncodeDecodeTypes - Enum in org.apache.synapse.commons.crypto
Created by rajith on 6/27/16.
encodeValue(String) - Method in class org.apache.synapse.commons.templates.uri.parser.Expression
 
encodeValue(String) - Method in class org.apache.synapse.commons.templates.uri.parser.ReservedStringExpression
 
endArray() - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource
endArray() - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamTarget
End array.
endArray() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AutoArrayTarget
 
endArray() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
endArray() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamTargetDelegate
 
endObject() - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource
endObject() - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamTarget
End object.
endObject() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AddRootSource
 
endObject() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AutoArrayTarget
 
endObject() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.RemoveRootTarget
 
endObject() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
endObject() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamTargetDelegate
 
endTransaction(boolean, long) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
engageNotify(AxisDescription) - Method in class org.apache.synapse.commons.throttle.module.ThrottleModule
 
enguage(AxisDescription, ConfigurationContext, Throttle) - Static method in class org.apache.synapse.commons.throttle.module.ThrottleEnguageUtils
 
EnterpriseBeanstalk - Class in org.apache.synapse.commons.beanstalk.enterprise
An enterprise beanstalk is used to retrieve Enterprise JavaBean (EJB) client stubs.
EnterpriseBeanstalk(String, Properties, ScheduledExecutorService) - Constructor for class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
Constructs a new enterprise beanstalk with the given name and properties.
EnterpriseBeanstalkConstants - Interface in org.apache.synapse.commons.beanstalk.enterprise
Holds constants used in the enterprise beanstalk configuration.
EnterpriseBeanstalkManager - Class in org.apache.synapse.commons.beanstalk.enterprise
Manages beanstalks configured in the Synapse Environment.
EnterpriseBeanstalkManager() - Constructor for class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkManager
 
EnterpriseBeanstalkView - Class in org.apache.synapse.commons.beanstalk.enterprise
MBean implementation class that enables monitoring/managing beanstalks via JMX.
EnterpriseBeanstalkViewMBean - Interface in org.apache.synapse.commons.beanstalk.enterprise
MBean interface that enables monitoring/managing beanstalks via JMX.
EnterpriseIntitalContext - Class in org.apache.synapse.commons.beanstalk.enterprise
Enterprise specific Initial context which is avoiding allows to setup the user defined properties to the context
EnterpriseIntitalContext() - Constructor for class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseIntitalContext
 
EnterpriseIntitalContext(Hashtable<?, ?>) - Constructor for class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseIntitalContext
Constructs an initial context using the supplied environment.
ENUM - Static variable in class org.apache.synapse.commons.json.jsonprocessor.constants.ValidatorConstants
 
EQUAL - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
EqualEvaluator - Class in org.apache.synapse.commons.evaluators
Try to see weather a part of the HTTP request is equal to the value provided.
EqualEvaluator() - Constructor for class org.apache.synapse.commons.evaluators.EqualEvaluator
 
EqualFactory - Class in org.apache.synapse.commons.evaluators.config
This factory creates a EqualEvaluator.
EqualFactory() - Constructor for class org.apache.synapse.commons.evaluators.config.EqualFactory
 
EqualSerializer - Class in org.apache.synapse.commons.evaluators.config
Serialize the EqualEvaluator to the XML configuration defined in the EqualFactory.
EqualSerializer() - Constructor for class org.apache.synapse.commons.evaluators.config.EqualSerializer
 
error(Object) - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
error(Object, Throwable) - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
error(Object) - Method in class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
error(Object, Throwable) - Method in class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
evaluate(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.AndEvaluator
 
evaluate(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.EqualEvaluator
 
evaluate(EvaluatorContext) - Method in interface org.apache.synapse.commons.evaluators.Evaluator
Evaluate a boolean expression
evaluate(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.MatchEvaluator
 
evaluate(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.NotEvaluator
 
evaluate(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.OrEvaluator
 
Evaluator - Interface in org.apache.synapse.commons.evaluators
This is the base interface for evaluating boolean expressions.
EvaluatorConstants - Class in org.apache.synapse.commons.evaluators
Constants used through out the evaluators
EvaluatorConstants() - Constructor for class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
EvaluatorConstants.URI_FRAGMENTS - Enum in org.apache.synapse.commons.evaluators
 
EvaluatorContext - Class in org.apache.synapse.commons.evaluators
Holds the information about the HTTP request.
EvaluatorContext(String, Map<String, String>) - Constructor for class org.apache.synapse.commons.evaluators.EvaluatorContext
Creates the Evalutor context with the URL and the set of HTTP headers
EvaluatorException - Exception in org.apache.synapse.commons.evaluators
An Exception used by Evaluators to signal configuration errors as well as execution errors.
EvaluatorException(String, Throwable) - Constructor for exception org.apache.synapse.commons.evaluators.EvaluatorException
 
EvaluatorException(String) - Constructor for exception org.apache.synapse.commons.evaluators.EvaluatorException
 
EvaluatorFactory - Interface in org.apache.synapse.commons.evaluators.config
This should be implemented by the Factories creating evaluators.
EvaluatorFactoryFinder - Class in org.apache.synapse.commons.evaluators.config
Factories for creating Evaluators are found using the evaluator name.
EvaluatorSerializer - Interface in org.apache.synapse.commons.evaluators.config
This interface should be implemented by the classes to serialize the Evaluator object model in to XML configuration.
EvaluatorSerializerFinder - Class in org.apache.synapse.commons.evaluators.config
EvaluatorSerializers for serializing Evaluators are found using the evaluator name.
EventWriterDelegate - Class in org.apache.synapse.commons.staxon.core.util
Filter an XMLEventWriter.
EventWriterDelegate() - Constructor for class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
EventWriterDelegate(XMLEventWriter) - Constructor for class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpResponseProcessHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.synapse.commons.emulator.http.producer.HttpResponseProcessHandler
 
execute(Runnable, int) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Execute a given task with the priority specified.
execute(ConfigurationContext) - Method in class org.apache.synapse.commons.throttle.core.ConcurrentAccessUpdateClusterMessage
 
ExecutorConstants - Class in org.apache.synapse.commons.executors
 
ExecutorConstants() - Constructor for class org.apache.synapse.commons.executors.ExecutorConstants
 
expand(Map<String, String>) - Method in class org.apache.synapse.commons.templates.uri.URITemplate
 
expandAll(Map<String, String>) - Method in class org.apache.synapse.commons.templates.uri.parser.Node
 
Expression - Class in org.apache.synapse.commons.templates.uri.parser
 
Expression(String) - Constructor for class org.apache.synapse.commons.templates.uri.parser.Expression
 
extractCustomerKeyFromAuthHeader(String) - Static method in class org.apache.synapse.commons.throttle.module.utils.Utils
Extract the customer key from the OAuth Authentication header

F

fac - Static variable in class org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
 
FAILED_RECORD_DELIMITER - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
FALSE - Static variable in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource
"false" value
fatal(Object) - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
fatal(Object, Throwable) - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
fatal(Object) - Method in class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
fatal(Object, Throwable) - Method in class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
FILE_LENGTH - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
FILE_NAME - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
FILE_PATH - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
FILE_PROPERTY_PATH - Static variable in class org.apache.synapse.commons.util.FilePropertyLoader
 
FILE_SORT_ORDER - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
FILE_SORT_PARAM - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
File Sorting Parameter and values
FILE_SORT_VALUE_LASTMODIFIEDTIMESTAMP - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
FILE_SORT_VALUE_NAME - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
FILE_SORT_VALUE_SIZE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
FILE_TYPE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
FILE_TYPE_PREFIX - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
FILE_URI - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
FileObjectDataSource - Class in org.apache.synapse.commons.vfs
Data source that reads data from a VFS FileObject.
FileObjectDataSource(FileObject, String) - Constructor for class org.apache.synapse.commons.vfs.FileObjectDataSource
 
FilePropertyLoader - Class in org.apache.synapse.commons.util
File Property loader can be used to load the file property variables.
FilePropertyLoader() - Constructor for class org.apache.synapse.commons.util.FilePropertyLoader
 
FilePropertyResolver - Class in org.apache.synapse.commons.resolvers
File Property resolver can be used to resolve file property variables in the synapse config.
FilePropertyResolver() - Constructor for class org.apache.synapse.commons.resolvers.FilePropertyResolver
 
finalize() - Method in class org.apache.synapse.commons.util.TemporaryData
Deprecated.
 
find(String, Properties) - Static method in class org.apache.synapse.commons.datasource.DataSourceFinder
Find a DataSource using the given name and JNDI environment properties
find(String, Context) - Static method in class org.apache.synapse.commons.datasource.DataSourceFinder
Find a DataSource using the given name and naming context
find(String) - Method in class org.apache.synapse.commons.datasource.RepositoryBasedDataSourceFinder
Find a DataSource using the given name
findEvaluatorFactory(String) - Method in class org.apache.synapse.commons.evaluators.config.EvaluatorFactoryFinder
Retun an EvaluatorFactory for a given Evaluator name.
FixedSizeQueue<E> - Class in org.apache.synapse.commons.executors.queues
A bounded queue implementation for internal queues.
FixedSizeQueue(int, int) - Constructor for class org.apache.synapse.commons.executors.queues.FixedSizeQueue
Create a queue with the given priority and capacity.
flush() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventWriter
 
flush() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
flush() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AutoArrayTarget
 
flush() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamTargetDelegate
 
flush() - Method in class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
flush() - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
flushCallerContext(CallerContext, String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
To replicates the states of the already exist caller
flushStats() - Static method in class org.apache.synapse.commons.throttle.module.utils.StatCollector
 
FORCE_CREATE_FOLDER - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
formatSOAPAction(MessageContext, OMOutputFormat, String) - Method in class org.apache.synapse.commons.formatters.XFormURLEncodedFormatter
 
formatSOAPAction(MessageContext, OMOutputFormat, String) - Method in class org.apache.synapse.commons.json.JsonFormatter
 
formatSOAPAction(MessageContext, OMOutputFormat, String) - Method in class org.apache.synapse.commons.json.JsonStreamFormatter
 
FragmentExpression - Class in org.apache.synapse.commons.templates.uri.parser
 
FragmentExpression(String) - Constructor for class org.apache.synapse.commons.templates.uri.parser.FragmentExpression
 

G

generateJSONInputFactory(Properties) - Static method in class org.apache.synapse.commons.json.JsonUtil
Generate factory that is used to create JSON Readers It uses Configuration that is used to produce XML that has processing instructions in it.
generateJSONOutputFactory(Properties) - Static method in class org.apache.synapse.commons.json.JsonUtil
Generate factory that is used to create JSON Writers It uses configuration that is used to format the JSON output produced by the JSON writer.
generateJSONOutputFactoryWithOveride(Properties) - Static method in class org.apache.synapse.commons.json.JsonUtil
Generate factory that is used to create JSON Writers This is will override the global configration
generateJsonXMLInputFactory(Properties) - Static method in class org.apache.synapse.commons.json.JsonUtil
Generate factory that is used to create JSON Readers.
getAccessState() - Method in class org.apache.synapse.commons.throttle.core.CallerConfiguration
To get access state
getAlias() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getAllDataSourceInformation() - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
Returns all DataSourceInformations in the repository
getAllParameters() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getAndDecrement() - Method in class org.apache.synapse.commons.throttle.core.ConcurrentAccessController
Decrements by one the current value and Returns the previous value
getAPIKey() - Method in interface org.apache.synapse.commons.throttle.module.utils.AuthenticationFuture
 
getAPIKey() - Method in class org.apache.synapse.commons.throttle.module.utils.impl.DummyAuthenticator
 
getAttributeCount() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getAttributeCount() - Method in class org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope
 
getAttributeLocalName(int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getAttributeName(int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getAttributeName(int) - Method in class org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope
 
getAttributeNamespace(int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getAttributePrefix(int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getAttributeType(int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getAttributeValue(int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getAttributeValue(int) - Method in class org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope
 
getAttributeValue(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope
 
getAuthorizedRoles() - Method in interface org.apache.synapse.commons.throttle.module.utils.AuthenticationFuture
 
getAuthorizedRoles() - Method in class org.apache.synapse.commons.throttle.module.utils.impl.DummyAuthenticator
 
getAutoLockReleaseInterval() - Method in class org.apache.synapse.commons.vfs.VFSParamDTO
 
getAvgBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
getAvgBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
 
getAvgUnblockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
getAvgUnblockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
 
getBeanstalk(String) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkManager
Returns the beanstalk with the given name, null if it's not found.
getBeanstalkName() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
 
getBeanstalkName() - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
 
getBeforeExecuteHandler() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Get the handler that is executed before the worker is put in to the queue
getBody() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
getBody() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
getBody() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.OutgoingMessage
 
getBoolean() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamReader
 
getBytes(MessageContext, OMOutputFormat) - Method in class org.apache.synapse.commons.formatters.XFormURLEncodedFormatter
 
getBytes(MessageContext, OMOutputFormat) - Method in class org.apache.synapse.commons.json.JsonFormatter
 
getBytes(MessageContext, OMOutputFormat) - Method in class org.apache.synapse.commons.json.JsonStreamFormatter
 
getCachedStatefulStubCount() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
 
getCachedStatefulStubCount() - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
 
getCachedStatelessStubCount() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
 
getCachedStatelessStubCount() - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
 
getCallerConfiguration(String) - Method in class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseThrottleConfiguration
To get a DomainBaseCallerConfiguration - if a configuration for given key found ,it returns , other wise , the default configuration will return.
getCallerConfiguration(String) - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseThrottleConfiguration
To get a IPBaseCallerConfiguration - if a configuration for given key found ,it returns , other wise , the default configuration will return.
getCallerConfiguration(String) - Method in class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseThrottleConfiguration
 
getCallerConfiguration(String) - Method in interface org.apache.synapse.commons.throttle.core.ThrottleConfiguration
To get a CallerConfiguration - The controlling policy for a caller
getCallerContext(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
To get the runtime states of a remote caller
getCallerContext(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleDataHolder
 
getCapacity() - Method in interface org.apache.synapse.commons.executors.InternalQueue
Return the capacity of the queue
getCapacity() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
getCapacity() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
getCharacterEncodingScheme() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getCharacterOffset() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
getCharOffset() - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner
 
getCharOffset() - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner2
 
getColumnNumber() - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner
 
getColumnNumber() - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner2
 
getColumnNumber() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
getConcurrentAccessController() - Method in class org.apache.synapse.commons.throttle.core.Throttle
Returns the ConcurrentAccessController - this will control all the concurrent access
getConcurrentAccessController(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleDataHolder
 
getConfig() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
getConfigurationContext() - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
 
getConfigurationKeyOfCaller(String) - Method in class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseThrottleConfiguration
To get key for caller configuration if there is a configuration with callerID , it returns otherwise , on the first the ID contains one or more "." ,then recursively try to find the nearest root callerID.
getConfigurationKeyOfCaller(String) - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseThrottleConfiguration
To get key for access configuration
getConfigurationKeyOfCaller(String) - Method in class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseThrottleConfiguration
 
getConfigurationKeyOfCaller(String) - Method in interface org.apache.synapse.commons.throttle.core.ThrottleConfiguration
To get a access key for a caller (In the case of group ID)
getConnection() - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
getConnectionUsage() - Method in class org.apache.synapse.commons.datasource.DBPoolView
 
getConnectionUsage() - Method in interface org.apache.synapse.commons.datasource.DBPoolViewMBean
Connection information as a string
getConsumerContext() - Method in class org.apache.synapse.commons.emulator.http.HTTPProtocolEmulator
 
getContentType(MessageContext, OMOutputFormat, String) - Method in class org.apache.synapse.commons.formatters.XFormURLEncodedFormatter
 
getContentType(MessageContext, OMOutputFormat, String) - Method in class org.apache.synapse.commons.json.JsonFormatter
 
getContentType(MessageContext, OMOutputFormat, String) - Method in class org.apache.synapse.commons.json.JsonStreamFormatter
 
getContentType() - Method in class org.apache.synapse.commons.vfs.FileObjectDataSource
 
getContentType() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
getContext() - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
getCookies() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
getCookies() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
getCore() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Get the core number of threads
getCustomRegex() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
Format output ignoring scientific numbers
getCustomRegex() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
getCustomReplaceRegex() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
 
getCustomReplaceRegex() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
getCustomReplaceSequence() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
 
getCustomReplaceSequence() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
getDataSource(String) - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryManager
Find a DataSource using given name
getDataSourceInformation(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
Get an existing DataSourceInformation instance for the given name
getDataSourceInformationRepository() - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryHolder
 
getDatasourceName() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getDataSourceRepositoryManager() - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryHolder
 
getDeadLockedWorkers() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
getDeadLockedWorkers() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
 
getDefaultCatalog() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getDefaultTransactionIsolation() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getDistributedCounter(String) - Static method in class org.apache.synapse.commons.throttle.core.SharedParamManager
Return hazelcast shared counter for this caller context with given id.
getDriver() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getElementText() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getElementText() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventReader
 
getElementText() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLFilteredEventReader
 
getEncodeDecodeType(String, EncodeDecodeTypes) - Static method in class org.apache.synapse.commons.crypto.Util
Helper method to decide encode decode types.
getEncoding() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getEnterpriseBean(String, String, String) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
Returns a client stub for the EJB with the given class name, bean id and jndi name.
getEvaluator() - Method in class org.apache.synapse.commons.evaluators.Condition
 
getEvaluator(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.EvaluatorFactoryFinder
Retun an EvaluatorFactory for a given Evaluator name.
getEvaluator() - Method in class org.apache.synapse.commons.evaluators.NotEvaluator
 
getEvaluators() - Method in class org.apache.synapse.commons.evaluators.AndEvaluator
 
getEvaluators() - Method in class org.apache.synapse.commons.evaluators.OrEvaluator
 
getEventAllocator() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
getEventData() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getEventName() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getEventType() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getFaultReason() - Method in class org.apache.synapse.commons.throttle.core.AccessInformation
 
getFileName() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Get the file used to store this executor config
getFileName(MessageContext, VFSOutTransportInfo) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
 
getFirstAccessTime() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
getFirstPartOfIPRange() - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseCallerConfiguration
To get First Part of IP Range
getGlobalCounter() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
getHazelCastInstance() - Method in class org.apache.synapse.commons.throttle.core.internal.ThrottleServiceDataHolder
 
getHeader(String) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
Get the HTTP header value for the Header name
getHeaderParameters() - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpRequestContext
 
getHeaderParameters() - Method in class org.apache.synapse.commons.emulator.http.producer.HttpResponseContext
 
getHeaders() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
getHeaders() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
getHeaders() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.OutgoingMessage
 
getHeaders() - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
Get all the HTTP headers
getHost() - Method in class org.apache.synapse.commons.emulator.core.AbstractEmulatorContext
 
getHostName() - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
getHttpEmulatorConsumerInitializer() - Method in class org.apache.synapse.commons.emulator.http.HTTPProtocolEmulator
 
getHttpEmulatorProducerInitializer() - Method in class org.apache.synapse.commons.emulator.http.HTTPProtocolEmulator
 
getHttpMethod() - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpRequestContext
 
getHttpProducerContext() - Method in class org.apache.synapse.commons.emulator.http.HTTPProtocolEmulator
 
getHttpProtocolEmulator() - Method in class org.apache.synapse.commons.emulator.core.Emulator
Get the HTTPProtocolEmulator object.
getHttpVersion() - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpRequestContext
 
getHttpVersion() - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
getID() - Method in class org.apache.synapse.commons.throttle.core.CallerConfiguration
To get ID
getId() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
getID() - Method in class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseCallerConfiguration
 
getID() - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseCallerConfiguration
To get IP Range - Group IP
getID() - Method in class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseCallerConfiguration
 
getId() - Method in class org.apache.synapse.commons.throttle.core.Throttle
Returns the unique identifier for this throttle
getIncoming() - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
getIncoming() - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpProducerContext
 
getInfo() - Method in class org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope
 
getInfo() - Method in class org.apache.synapse.commons.staxon.core.base.XMLStreamWriterScope
 
getInitialSize() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getInOutCorrelation() - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
getInOutCorrelation() - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpProducerContext
 
getInputStream() - Method in class org.apache.synapse.commons.util.TemporaryData
Deprecated.
 
getInputStream() - Method in class org.apache.synapse.commons.vfs.FileObjectDataSource
 
getInstance() - Static method in class org.apache.synapse.commons.datasource.DatasourceMBeanRepository
 
getInstance() - Static method in class org.apache.synapse.commons.datasource.DataSourceRepositoryHolder
 
getInstance() - Static method in class org.apache.synapse.commons.evaluators.config.EvaluatorFactoryFinder
Return and instance of the EvaluatorFactoryFinder.
getInstance() - Static method in class org.apache.synapse.commons.evaluators.config.EvaluatorSerializerFinder
 
getInstance() - Static method in class org.apache.synapse.commons.jmx.MBeanRegistrar
 
getInstance() - Static method in class org.apache.synapse.commons.resolvers.ResolverFactory
This function return an object of Resolver factory
getInstance() - Static method in class org.apache.synapse.commons.throttle.core.internal.ThrottleServiceDataHolder
 
getInstance() - Static method in class org.apache.synapse.commons.throttle.module.utils.StatCollector
 
getInstance() - Static method in class org.apache.synapse.commons.util.FilePropertyLoader
 
getInstance() - Static method in class org.apache.synapse.commons.util.RMIRegistryController
 
getJmxUrl() - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
getJndiPort() - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
getJsonPayload(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns the READ-ONLY input stream of the JSON payload contained in the provided message context.
getKeepAlive() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Get the keep alive time for threads
getLast15MinuteBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
getLast15MinuteBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
 
getLast24HourBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
getLast24HourBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
 
getLast5MinuteBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
getLast5MinuteBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
 
getLast8HourBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
getLast8HourBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
 
getLastChild() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
 
getLastHourBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
getLastHourBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
 
getLastMinuteBlockedWorkerPercentage() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
getLastMinuteBlockedWorkerPercentage() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
 
getLastModified(MessageContext) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
Helper method to get last modified date from msgCtx
getLastResetTime() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
getLastResetTime() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
 
getLength() - Method in class org.apache.synapse.commons.util.TemporaryData
Deprecated.
 
getLimit() - Method in class org.apache.synapse.commons.throttle.core.ConcurrentAccessController
Gets the Max number of access - access limit
getLineNumber() - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner
 
getLineNumber() - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner2
 
getLineNumber() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
getLocalCounter() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
getLocalName() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getLocalName() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
 
getLocation() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getLogger(MessageContext, Log, boolean) - Static method in class org.apache.synapse.commons.logger.ContextAwareLogger
Provides a wrapper implementation for the given logger according to the availability of the correlation id in the axis2 and based on the expected behavior of the Correlation-ID MDC property.
getLogger(HttpContext, Log, boolean) - Static method in class org.apache.synapse.commons.logger.ContextAwareLogger
Provides a wrapper implementation for the given logger according to the availability of the correlation id in the httpcontext and based on the expected behavior of the Correlation-ID MDC property.
getLogicHandler() - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
getMapFromJsonArray(JsonArray) - Static method in class org.apache.synapse.commons.json.jsonprocessor.utils.GSONDataTypeConverter
Given a json array, this method will return the map
getMapFromString(String) - Static method in class org.apache.synapse.commons.json.jsonprocessor.utils.GSONDataTypeConverter
Given a string contains a json array, this method will return the Map.
getMax() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Get the max threads
getMaxActive() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getMaxIdle() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getMaximumRequestPerUnitTime() - Method in class org.apache.synapse.commons.throttle.core.CallerConfiguration
To get Maximum Request
getMaxNonAssociatedCounterCleanupAmount() - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
getMaxOpenPreparedStatements() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getMaxRetryCount() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
getMaxWait() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getMBean(String) - Method in class org.apache.synapse.commons.datasource.DatasourceMBeanRepository
 
getMBean(String) - Method in interface org.apache.synapse.commons.jmx.MBeanRepository
 
getMessageContext() - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
Get the message context associated with this evaluator context
getMethod() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
getMinEvictableIdleTimeMillis() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getMinIdle() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getName() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
Returns the name of the beanstalk.
getName() - Method in class org.apache.synapse.commons.datasource.DBPoolView
 
getName() - Method in interface org.apache.synapse.commons.datasource.DBPoolViewMBean
Data source name
getName() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.Cookie
 
getName() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.Header
 
getName() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.QueryParameter
 
getName() - Method in class org.apache.synapse.commons.evaluators.AndEvaluator
 
getName() - Method in class org.apache.synapse.commons.evaluators.EqualEvaluator
 
getName() - Method in interface org.apache.synapse.commons.evaluators.Evaluator
Name of the evaluator
getName() - Method in class org.apache.synapse.commons.evaluators.MatchEvaluator
 
getName() - Method in class org.apache.synapse.commons.evaluators.NotEvaluator
 
getName() - Method in class org.apache.synapse.commons.evaluators.OrEvaluator
 
getName() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Get the name of the executor
getName() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getName(Class<?>) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLRootProvider
Calculate root element name for an @XmlRootElement or @XmlType-annotaed type.
getName() - Method in class org.apache.synapse.commons.templates.uri.parser.Variable
 
getName() - Method in class org.apache.synapse.commons.vfs.FileObjectDataSource
 
getNamespaceContext() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getNamespaceContext() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
getNamespaceContext() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventWriter
 
getNamespaceContext() - Method in class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
getNamespaceContext() - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
getNamespaceCount() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getNamespaceCount() - Method in class org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope
 
getNamespacePrefix(int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope
 
getNamespaceSeparator() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
Namespace prefix separator.
getNamespaceSeparator() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
getNamespaceURI(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getNamespaceURI(int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getNamespaceURI() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getNamespaceURI() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
 
getNamespaceURI(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
 
getNamespaceURI(int) - Method in class org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope
 
getNamespaceURI(XmlType, XmlSchema) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLRootProvider
 
getNamespaceURI(XmlRootElement, XmlSchema) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLRootProvider
 
getNamespaceURI(XmlElementDecl, XmlSchema) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLRootProvider
 
getNewJsonPayload(MessageContext, InputStream, boolean, boolean) - Static method in class org.apache.synapse.commons.json.JsonUtil
Builds and returns a new JSON payload for a message context with a stream of JSON content.
getNewJsonPayload(MessageContext, String, boolean, boolean) - Static method in class org.apache.synapse.commons.json.JsonUtil
Builds and returns a new JSON payload for a message context with a JSON string.
getNewJsonPayload(MessageContext, byte[], int, int, boolean, boolean) - Static method in class org.apache.synapse.commons.json.JsonUtil
Builds and returns a new JSON payload for a message context with a byte array containing JSON.
getNextQueue() - Method in interface org.apache.synapse.commons.executors.NextQueueAlgorithm
Should return a queue based on some selection criteria and current state of the queues.
getNextQueue() - Method in class org.apache.synapse.commons.executors.PRRNextQueueAlgorithm
 
getNextQueueAlgorithm() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
getNextTimeWindow() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
Returns the next time window
getNotFullCond() - Method in interface org.apache.synapse.commons.executors.InternalQueue
Get not full condition
getNotFullCond() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
getNotFullCond() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
getNumActive() - Method in class org.apache.synapse.commons.datasource.DBPoolView
 
getNumActive() - Method in interface org.apache.synapse.commons.datasource.DBPoolViewMBean
Number of active connections
getNumber() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamReader
 
getNumIdle() - Method in class org.apache.synapse.commons.datasource.DBPoolView
 
getNumIdle() - Method in interface org.apache.synapse.commons.datasource.DBPoolViewMBean
Number of idle connections
getNumTestsPerEvictionRun() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getOID(ObjectName) - Static method in class org.apache.synapse.commons.snmp.SynapseMIBUtils
 
getOutFileName() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
getOutFileSystemOptionsMap() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
getOutFileURI() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
getOutputStream() - Method in class org.apache.synapse.commons.util.TemporaryData
Deprecated.
 
getOutputStream() - Method in class org.apache.synapse.commons.vfs.FileObjectDataSource
 
getParam(String) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
Return the value of a HTTP parameter
getParameter(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getParameter(String) - Method in class org.apache.synapse.commons.throttle.module.ThrottleObserver
 
getParameters() - Method in class org.apache.synapse.commons.throttle.module.ThrottleObserver
 
getParams() - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
Get all the HTTP parameters
getParent() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
 
getParent() - Method in class org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope
 
getParent() - Method in class org.apache.synapse.commons.staxon.core.base.XMLStreamWriterScope
 
getParent() - Method in class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
getParent() - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
getPath() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
getPIData() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getPITarget() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getPort() - Method in class org.apache.synapse.commons.emulator.core.AbstractEmulatorContext
 
getPrefix() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getPrefix() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
 
getPrefix(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
 
getPrefix(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
getPrefix(String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventWriter
 
getPrefix(String, XmlSchema) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLRootProvider
 
getPrefix(String) - Method in class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
getPrefix(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
getPrefixes(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
 
getPriority() - Method in class org.apache.synapse.commons.evaluators.Condition
 
getPriority() - Method in interface org.apache.synapse.commons.executors.Importance
Get the priority
getPriority() - Method in interface org.apache.synapse.commons.executors.InternalQueue
Get the Priority of the queue
getPriority() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
getPriority() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
getProhibitTimePeriod() - Method in class org.apache.synapse.commons.throttle.core.CallerConfiguration
To get prohibit time period
getProperties() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getProperty(String) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
Get the value of the named property
getProperty(String) - Method in interface org.apache.synapse.commons.executors.Importance
Get the property
getProperty(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
getProperty(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLOutputFactory
 
getProperty(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getProperty(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
getProperty(String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventReader
 
getProperty(String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
getProperty(String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
getProperty(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
getProperty(Properties, String, String) - Static method in class org.apache.synapse.commons.util.MiscellaneousUtil
Helper method to get the value of the property from a given property bag
getProperty(Properties, String, T, Class<? extends T>) - Static method in class org.apache.synapse.commons.util.MiscellaneousUtil
Helper method to get the value of the property from a given property bag This method will return a value with the type equal to the type given by the Class type parameter.
getProperty(FileContent, String) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
Get a String property from FileContent message
getPublicId() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
getQueryParameters() - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpRequestContext
 
getQueryParameters() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
getQueue() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Get the queue.
getQueues() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
getReader(InputStream, boolean) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns an XMLStreamReader for a JSON input stream
getReader(InputStream) - Static method in class org.apache.synapse.commons.json.JsonUtil
This method is useful when you need to get an XML reader directly for the input JSON stream
without adding any additional object wrapper elements such as 'jsonObject' and 'jsonArray'.
getReadingDelay() - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
getReconnectTimeout() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
getRegex() - Method in class org.apache.synapse.commons.evaluators.MatchEvaluator
 
getRemoteAccessFile() - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
getRemotePasswordFile() - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
getRemoveAbandonedTimeout() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getRepositoryBasedDataSourceFinder() - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryHolder
 
getRepositoryListener() - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
Gets the existing DataSourceInformationRepositoryListener
getRepositoryType() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getRequestBody() - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpRequestContext
 
getRequestBody() - Method in class org.apache.synapse.commons.emulator.http.producer.HttpResponseContext
 
getResolver(String) - Method in class org.apache.synapse.commons.resolvers.ResolverFactory
This function returns a resolver based on the variable passed
getResponse() - Method in class org.apache.synapse.commons.throttle.core.ConcurrentAccessUpdateClusterMessage
 
getRmiPort() - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
getRoleId() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
getRoles() - Method in class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseCallerConfiguration
 
getScope() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getScope() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
getSecondPartOfIPRange() - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseCallerConfiguration
To get Second Part of IP Range
getSecretInformation() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getSecretInformation() - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
getSendFileSynchronously() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
getSeparator() - Method in class org.apache.synapse.commons.templates.uri.parser.LabelExpression
 
getSeparator() - Method in class org.apache.synapse.commons.templates.uri.parser.PathSegmentExpression
 
getSeparator() - Method in class org.apache.synapse.commons.templates.uri.parser.SimpleStringExpression
 
getSerializer(String) - Method in class org.apache.synapse.commons.evaluators.config.EvaluatorSerializerFinder
 
getSharedTimestamp(String) - Static method in class org.apache.synapse.commons.throttle.core.SharedParamManager
Return hazelcast shared timestamp for this caller context with given id.
getSharedTimestampWithFullId(String) - Static method in class org.apache.synapse.commons.throttle.core.SharedParamManager
Return hazelcast shared timestamp for this caller context with given full id.
getSize() - Method in class org.apache.synapse.commons.vfs.FileObjectDataSource
 
getSource() - Method in class org.apache.synapse.commons.evaluators.source.HeaderTextRetriever
 
getSource() - Method in class org.apache.synapse.commons.evaluators.source.ParameterTextRetriever
 
getSource() - Method in class org.apache.synapse.commons.evaluators.source.PropertyTextRetriever
 
getSource() - Method in class org.apache.synapse.commons.evaluators.source.SOAPEnvelopeTextRetriever
 
getSource() - Method in interface org.apache.synapse.commons.evaluators.source.SourceTextRetriever
 
getSource() - Method in class org.apache.synapse.commons.evaluators.source.URLTextRetriever
 
getSourceText(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.source.HeaderTextRetriever
 
getSourceText(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.source.ParameterTextRetriever
 
getSourceText(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.source.PropertyTextRetriever
 
getSourceText(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.source.SOAPEnvelopeTextRetriever
 
getSourceText(EvaluatorContext) - Method in interface org.apache.synapse.commons.evaluators.source.SourceTextRetriever
 
getSourceText(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.source.URLTextRetriever
 
getSourceTextRetriever(OMElement) - Method in class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
 
getStatefulStubCacheLastAccessTimes() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
 
getStatefulStubCacheLastAccessTimes() - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
 
getStatelessStubCacheLastAccessTimes() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
 
getStatelessStubCacheLastAccessTimes() - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
 
getStatus() - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
getStatusCode() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
getStatusCode() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.OutgoingMessage
 
getSystemId() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
getSystemTime(String) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
 
getTargetAddress(MessageContext, OMOutputFormat, URL) - Method in class org.apache.synapse.commons.formatters.XFormURLEncodedFormatter
 
getTargetAddress(MessageContext, OMOutputFormat, URL) - Method in class org.apache.synapse.commons.json.JsonFormatter
 
getTargetAddress(MessageContext, OMOutputFormat, URL) - Method in class org.apache.synapse.commons.json.JsonStreamFormatter
 
getTenantInfoInitiator() - Static method in class org.apache.synapse.commons.util.ext.TenantInfoInitiatorProvider
Get instance of TenantInfoInitiator loaded based on synapse property path
getText() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getText() - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner
 
getText() - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner2
 
getTextCharacters() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getTextLength() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getTextRetriever() - Method in class org.apache.synapse.commons.evaluators.EqualEvaluator
 
getTextRetriever() - Method in class org.apache.synapse.commons.evaluators.MatchEvaluator
 
getTextStart() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getThrottleCache() - Static method in class org.apache.synapse.commons.throttle.core.ThrottleUtil
 
getThrottleConfiguration(String) - Method in class org.apache.synapse.commons.throttle.core.Throttle
Returns the ThrottleConfiguration for a given key - configuration holds all static data for registered callers
getThrottleConfiguration() - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
To get the ThrottleConfiguration
getThrottleContext(String) - Method in class org.apache.synapse.commons.throttle.core.Throttle
Returns the ThrotleContext for a given key - context holds all runtime data for registered callers
getThrottleContext(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleDataHolder
 
getThrottleContextCleanupTaskInstance() - Static method in class org.apache.synapse.commons.throttle.core.factory.ThrottleContextFactory
Get throttle caller context cleanup task instance implementation
getThrottleContextDistributedCleanupTaskFrequency() - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
getThrottleContextDistributedExpiredInstanceTime() - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
getThrottleDistributedCleanupAmount() - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
getThrottleDistributedCleanupPoolSize() - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
getThrottleDistributedCleanupTaskEnable() - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
getThrottleFrequency() - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
getThrottleId() - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
 
getThrottleProperties() - Method in class org.apache.synapse.commons.throttle.core.internal.ThrottleServiceDataHolder
 
getThrottleType() - Method in class org.apache.synapse.commons.throttle.module.handler.GlobalThrottleHandler
 
getThrottleType() - Method in class org.apache.synapse.commons.throttle.module.handler.OperationLevelThrottleHandler
 
getThrottleType() - Method in class org.apache.synapse.commons.throttle.module.handler.ServiceLevelThrottleHandler
 
getThrottleType() - Method in class org.apache.synapse.commons.throttle.module.handler.ThrottleHandler
 
getThrottleWindowReplicatorInstance() - Static method in class org.apache.synapse.commons.throttle.core.factory.ThrottleContextFactory
Ger throttle window replicator instance to make sure that there will be one throttle replicator in the implementation
getThrottlingKeysToReplicates() - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
getThrottlingPoolSize() - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
getThrottlingReplicationFrequency() - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getTotalWorkerCount() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
getTotalWorkerCount() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
 
getTransaction() - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
getTransactionManager() - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
getType() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getType() - Method in class org.apache.synapse.commons.throttle.core.CallerConfiguration
To get the type of the throttle
getType() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
Gets type of throttle that this caller belong ex : ip/domain
getType() - Method in class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseCallerConfiguration
 
getType() - Method in class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseCallerContext
 
getType() - Method in class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseThrottleConfiguration
 
getType() - Method in class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseThrottleContext
 
getType() - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseCallerConfiguration
 
getType() - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseCallerContext
 
getType() - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseThrottleConfiguration
 
getType() - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseThrottleContext
 
getType() - Method in class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseCallerConfiguration
 
getType() - Method in class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseCallerContext
 
getType() - Method in class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseThrottleConfiguration
 
getType() - Method in class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseThrottleContext
 
getType() - Method in interface org.apache.synapse.commons.throttle.core.ThrottleConfiguration
To get the type of the throttle
getType() - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
 
getUnitTime() - Method in class org.apache.synapse.commons.throttle.core.CallerConfiguration
To get UnitTime
getUnitTime() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
getUri() - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpRequestContext
 
getURI() - Method in interface org.apache.synapse.commons.throttle.module.utils.AuthenticationFuture
 
getURI() - Method in class org.apache.synapse.commons.throttle.module.utils.impl.DummyAuthenticator
 
getUrl() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getUrl() - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
Get the complete URL
getURLOrDefaultInitCtx(String) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseIntitalContext
 
getUuid() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
getValidationQuery() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
getValue() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.Cookie
 
getValue() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.Header
 
getValue() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.QueryParameter
 
getValue() - Method in class org.apache.synapse.commons.evaluators.EqualEvaluator
 
getValue() - Method in class org.apache.synapse.commons.snmp.SynapseMOScalar
 
getValue(String) - Method in class org.apache.synapse.commons.util.FilePropertyLoader
 
getVersion() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
getVirtualRoot() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
JSON documents may have have multiple root properties.
getVirtualRoot() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
getWindowReplicatorFrequency() - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
getWindowReplicatorPoolSize() - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
getWritingDelay() - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
getXmlElementDeclMethod(Class<?>) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLRootProvider
Determine @XmlElementDecl-annotated factory method to create JAXBElement for an @XmlType-annotated type
getXMLReporter() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
getXMLResolver() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
getXmlRootElementName(Class<?>) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLRootProvider
Calculate root element name for an @XmlRootElement-annotated type.
getXmlTypeName(Class<?>) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLRootProvider
Calculate root element name for an @XmlType-annotated type.
GLOBAL_THROTTLE - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
GLOBAL_THROTTLE_ID - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
GLOBAL_THROTTLE_KEY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
GLOBAL_THROTTLE_PATH_PARAM - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
This global throttle path can be used to point to an external global throttle policy using the axis.xml
GlobalThrottleHandler - Class in org.apache.synapse.commons.throttle.module.handler
 
GlobalThrottleHandler() - Constructor for class org.apache.synapse.commons.throttle.module.handler.GlobalThrottleHandler
 
GSONDataTypeConverter - Class in org.apache.synapse.commons.json.jsonprocessor.utils
This class provides functionality to convert between GSON data structures.

H

handleException(String) - Method in class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
 
hasAJsonArray(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns true if the message context contains a JSON payload that is a JSON Array.
hasAJsonObject(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns true if the message context contains a JSON payload that is a JSON Object.
hasAJsonPayload(OMElement) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns whether the provided XML element is an element that stores a sourced JSON payload.
hasAJsonPayload(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns true if the payload stored in the provided message context is used as a JSON streaming payload.
hasBoolean() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamReader
 
hasName() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
hasNext() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
hasNext() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventReader
 
hasNext() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLFilteredEventReader
 
hasNumber() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamReader
 
hasQueryTemplate - Variable in class org.apache.synapse.commons.templates.uri.parser.Node
 
hasQueryTemplate() - Method in class org.apache.synapse.commons.templates.uri.parser.Node
 
hasText() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
Header - Class in org.apache.synapse.commons.emulator.http.dsl.dto
 
Header(String, String) - Constructor for class org.apache.synapse.commons.emulator.http.dsl.dto.Header
 
HEADER - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
HeaderTextRetriever - Class in org.apache.synapse.commons.evaluators.source
 
HeaderTextRetriever(String) - Constructor for class org.apache.synapse.commons.evaluators.source.HeaderTextRetriever
 
HIDDEN_SERVICE_PARAM_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
host(String) - Method in class org.apache.synapse.commons.emulator.core.AbstractEmulatorContext
 
host(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
host(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpProducerContext
 
HttpConsumerContext - Class in org.apache.synapse.commons.emulator.http.dsl
 
HttpConsumerContext(HTTPProtocolEmulator) - Constructor for class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
HttpEmulatorConsumerInitializer - Class in org.apache.synapse.commons.emulator.http.consumer
 
HttpEmulatorConsumerInitializer(HttpConsumerContext) - Constructor for class org.apache.synapse.commons.emulator.http.consumer.HttpEmulatorConsumerInitializer
 
HttpEmulatorProducerInitializer - Class in org.apache.synapse.commons.emulator.http.producer
 
HttpEmulatorProducerInitializer(HttpProducerContext) - Constructor for class org.apache.synapse.commons.emulator.http.producer.HttpEmulatorProducerInitializer
 
HttpProducerContext - Class in org.apache.synapse.commons.emulator.http.dsl
 
HttpProducerContext(HTTPProtocolEmulator) - Constructor for class org.apache.synapse.commons.emulator.http.dsl.HttpProducerContext
 
HTTPProtocolEmulator - Class in org.apache.synapse.commons.emulator.http
 
HTTPProtocolEmulator(Emulator) - Constructor for class org.apache.synapse.commons.emulator.http.HTTPProtocolEmulator
 
HttpRequestContext - Class in org.apache.synapse.commons.emulator.http.consumer
 
HttpRequestContext() - Constructor for class org.apache.synapse.commons.emulator.http.consumer.HttpRequestContext
 
HttpRequestInformationProcessor - Class in org.apache.synapse.commons.emulator.http.consumer
 
HttpRequestInformationProcessor() - Constructor for class org.apache.synapse.commons.emulator.http.consumer.HttpRequestInformationProcessor
 
HttpRequestInformationProcessor - Class in org.apache.synapse.commons.emulator.http.producer
 
HttpRequestInformationProcessor() - Constructor for class org.apache.synapse.commons.emulator.http.producer.HttpRequestInformationProcessor
 
HttpResponseAssertProcessor - Class in org.apache.synapse.commons.emulator.http.producer
 
HttpResponseAssertProcessor() - Constructor for class org.apache.synapse.commons.emulator.http.producer.HttpResponseAssertProcessor
 
HttpResponseContext - Class in org.apache.synapse.commons.emulator.http.producer
 
HttpResponseContext() - Constructor for class org.apache.synapse.commons.emulator.http.producer.HttpResponseContext
 
HttpResponseInformationProcessor - Class in org.apache.synapse.commons.emulator.http.producer
 
HttpResponseInformationProcessor() - Constructor for class org.apache.synapse.commons.emulator.http.producer.HttpResponseInformationProcessor
 
HttpResponseProcessHandler - Class in org.apache.synapse.commons.emulator.http.consumer
 
HttpResponseProcessHandler(HttpConsumerContext) - Constructor for class org.apache.synapse.commons.emulator.http.consumer.HttpResponseProcessHandler
 
HttpResponseProcessHandler - Class in org.apache.synapse.commons.emulator.http.producer
 
HttpResponseProcessHandler(OutgoingMessage) - Constructor for class org.apache.synapse.commons.emulator.http.producer.HttpResponseProcessHandler
 
HttpResponseProcessor - Class in org.apache.synapse.commons.emulator.http.consumer
 
HttpResponseProcessor(HttpConsumerContext) - Constructor for class org.apache.synapse.commons.emulator.http.consumer.HttpResponseProcessor
 
httpVersion(HttpVersion) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 

I

ID - Static variable in class org.apache.synapse.commons.json.Constants
 
ID - Static variable in class org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
 
ID_KEY - Static variable in class org.apache.synapse.commons.json.Constants
 
ID_PARAMETER_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
IDENTITY_KEY_PASSWORD - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
 
IDENTITY_KEY_STORE - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
 
IDENTITY_KEY_STORE_ALIAS - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
 
IDENTITY_KEY_STORE_PARAMETERS - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
 
IDENTITY_KEY_STORE_PASSWORD - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
 
IDENTITY_KEY_STORE_TYPE - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
 
IDENTITY_KEY_STORE_USER_NAME - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
 
IDENTITY_KEY_USER_NAME - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
 
IMPLICIT_MODE - Static variable in class org.apache.synapse.commons.vfs.VFSUtils
FTPS implicit mode
Importance - Interface in org.apache.synapse.commons.executors
This class determines the priority of a Worker.
IncomingMessage - Class in org.apache.synapse.commons.emulator.http.dsl.dto.consumer
 
IncomingMessage() - Constructor for class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.IncomingMessage
 
IncomingMessage - Class in org.apache.synapse.commons.emulator.http.dsl.dto.producer
 
IncomingMessage() - Constructor for class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
incrementAndGet() - Method in class org.apache.synapse.commons.throttle.core.ConcurrentAccessController
Increments by one the current value and Returns the the updated value
incrementGlobalCounter(int) - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
incrementLocalCounter() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
info(Object) - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
info(Object, Throwable) - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
info(Object) - Method in class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
info(Object, Throwable) - Method in class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
init() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
Initialize the current beanstalk by creating the JNDI context, registering the MBean etc.
init(Properties) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkManager
Initializes the beanstalk manager, which creates and initializes beanstalk defined in the given Properties instance.
init(Properties) - Method in class org.apache.synapse.commons.crypto.CryptoUtil
Method to initialise crypto util.
init(Properties) - Method in interface org.apache.synapse.commons.datasource.DataSourceRepository
Initialization with given properties
init(DataSourceInformationRepository, Properties) - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryHolder
Initialize DataSourceInformationRepository.
init(Properties) - Method in class org.apache.synapse.commons.datasource.InMemoryDataSourceRepository
 
init(Properties) - Method in class org.apache.synapse.commons.datasource.JNDIBasedDataSourceRepository
 
init(DataSourceRepositoryManager) - Method in class org.apache.synapse.commons.datasource.RepositoryBasedDataSourceFinder
 
init(OMElement) - Method in class org.apache.synapse.commons.evaluators.Parser
Build the parser from a given XML
init(List<InternalQueue<E>>) - Method in interface org.apache.synapse.commons.executors.NextQueueAlgorithm
Initialized with the queues sorted according to the priority.
init() - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Initialize the executor by using the properties.
init(List<InternalQueue<E>>) - Method in class org.apache.synapse.commons.executors.PRRNextQueueAlgorithm
 
init(ConfigurationContext, AxisModule) - Method in class org.apache.synapse.commons.throttle.module.ThrottleModule
initialize the module
init(AxisConfiguration) - Method in class org.apache.synapse.commons.throttle.module.ThrottleObserver
 
initChannel(SocketChannel) - Method in class org.apache.synapse.commons.emulator.http.ChannelPipelineInitializer
 
initialize() - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpEmulatorConsumerInitializer
 
initialize() - Method in class org.apache.synapse.commons.emulator.http.producer.HttpEmulatorProducerInitializer
 
initialize() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
Consume initial event.
initTenantInfo() - Method in interface org.apache.synapse.commons.util.ext.TenantInfoInitiator
 
initTenantInfo(String) - Method in interface org.apache.synapse.commons.util.ext.TenantInfoInitiator
initialize tenant information of the current thread based on the request URI
InMemoryDataSourceRepository - Class in org.apache.synapse.commons.datasource
Keeps all DataSources in the memory
InMemoryDataSourceRepository() - Constructor for class org.apache.synapse.commons.datasource.InMemoryDataSourceRepository
 
INPUT_ENCODE_TYPE - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
encode type of the given value to be encoded
InternalQueue<E> - Interface in org.apache.synapse.commons.executors
Interface implemented by the internal queues.
invoke(MessageContext) - Method in class org.apache.synapse.commons.throttle.module.handler.GlobalThrottleHandler
 
invoke(MessageContext) - Method in class org.apache.synapse.commons.throttle.module.handler.OperationLevelThrottleHandler
 
invoke(MessageContext) - Method in class org.apache.synapse.commons.throttle.module.handler.ServiceLevelThrottleHandler
 
invoke(MessageContext) - Method in class org.apache.synapse.commons.throttle.module.handler.ThrottleHandler
 
IP_BASE - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
IP_BASED_THROTTLE_KEY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
IPBaseCallerConfiguration - Class in org.apache.synapse.commons.throttle.core.impl.ipbase
Metadata for controls a caller(IP based) - static data -The data have built form processing policy
IPBaseCallerConfiguration() - Constructor for class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseCallerConfiguration
 
IPBaseCallerConfiguration(long, int, long, String) - Constructor for class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseCallerConfiguration
The Constructor with all configuration data
IPBaseCallerContext - Class in org.apache.synapse.commons.throttle.core.impl.ipbase
Caller Context implementation for ip name based throttle type caller
IPBaseCallerContext(String) - Constructor for class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseCallerContext
 
IPBaseThrottleConfiguration - Class in org.apache.synapse.commons.throttle.core.impl.ipbase
 
IPBaseThrottleConfiguration() - Constructor for class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseThrottleConfiguration
 
IPBaseThrottleContext - Class in org.apache.synapse.commons.throttle.core.impl.ipbase
Holds all the run time data for all IP based remote callers
IPBaseThrottleContext(ThrottleConfiguration, ThrottleReplicator) - Constructor for class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseThrottleContext
 
IS_FIXED_ATT - Static variable in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
 
IS_FIXED_SIZE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
isAccessAllowed() - Method in class org.apache.synapse.commons.throttle.core.AccessInformation
 
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
isAJsonPayloadElement(OMElement) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns true if the element passed in as the parameter is an element that contains a JSON stream.
ISALLOW_PARAMETER_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
Deprecated. 
isAppend() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
isAttributeSpecified(int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
isAuthenticate() - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
isAuthenticated() - Method in interface org.apache.synapse.commons.throttle.module.utils.AuthenticationFuture
 
isAuthenticated() - Method in class org.apache.synapse.commons.throttle.module.utils.impl.DummyAuthenticator
 
isAutoArray() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
Trigger arrays automatically?
isAutoArray() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
isAutoLockRelease() - Method in class org.apache.synapse.commons.vfs.VFSParamDTO
 
isAutoLockReleaseSameNode() - Method in class org.apache.synapse.commons.vfs.VFSParamDTO
 
isAutoPrimitive() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
Convert element text to number/boolean/null primitives automatically?
isAutoPrimitive() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
isBindable(Class<?>) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
isCharacters() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
isDebugEnabled() - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
isDefaultAutoCommit() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
isDefaultReadOnly() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
isEmpty() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
isEmptyElement() - Method in class org.apache.synapse.commons.staxon.core.base.XMLStreamWriterScope
 
isEndElement() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
isErrorEnabled() - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
isFailRecord(FileSystemManager, FileObject) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
 
isFailRecord(FileSystemManager, FileObject, FileSystemOptions) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
 
isFatalEnabled() - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
isFileLockingEnabled() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
isFilteredOutService(AxisServiceGroup) - Static method in class org.apache.synapse.commons.throttle.module.ThrottleEnguageUtils
Checks whether the given service group is a special service
isFixedSizeQueues() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
isForceCreateFolder(MessageContext) - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
isForceCreateFolder() - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
isInfoEnabled() - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
isInitialized() - Method in class org.apache.synapse.commons.crypto.CryptoUtil
 
isInitialized() - Method in interface org.apache.synapse.commons.datasource.DataSourceRepository
Explicitly check for init
isInitialized() - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryHolder
 
isInitialized() - Method in class org.apache.synapse.commons.datasource.InMemoryDataSourceRepository
 
isInitialized() - Method in class org.apache.synapse.commons.datasource.JNDIBasedDataSourceRepository
 
isInitialized() - Method in class org.apache.synapse.commons.datasource.RepositoryBasedDataSourceFinder
 
isIpInRange(String, String) - Static method in class org.apache.synapse.commons.throttle.module.utils.Utils
Check whether a given Ip is in a given ip range
isLogAbandoned() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
isMatch(HttpRequestContext) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.IncomingMessage
 
isMultiplePI() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
Whether to use the JsonXMLStreamConstants.MULTIPLE_PI_TARGET processing instruction to indicate an array start.
isMultiplePI() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
isNamespaceDeclarations() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
Whether to write namespace declarations.
isNamespaceDeclarations() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
isParameterLocked(String) - Method in class org.apache.synapse.commons.throttle.module.ThrottleObserver
 
isPiEnabled() - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns the configured value of the parameter (synapse.json.to.xml.process.instruction.enabled).
isPoolPreparedStatements() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
isPreserverNamespacesForJson() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
Preserves the namespace declarations in the JSON output in XML to JSON transformations.
isPreserverNamespacesForJson() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
isPrettyPrint() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
Format output for better readability?
isPrettyPrint() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
isProcessNCNames() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
Builds valid XML NCNames when building XML element names in XML to JSON transformations.
isProcessNCNames() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
isPropertySupported(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
isPropertySupported(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLOutputFactory
 
isPropertySupported(String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
isPropertySupported(String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
isRandomConnectionClose() - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
isReadWriteXmlNil() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
 
isReadWriteXmlNil() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
isReadyToRead(FileObject, Long) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
 
isRemoteSSL() - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
isRemoveAbandoned() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
isRepairingNamespaces() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
Repair namespaces when writing
isRepairingNamespaces() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
isReserved(char) - Method in class org.apache.synapse.commons.templates.uri.parser.ReservedStringExpression
 
isReserved(char) - Method in class org.apache.synapse.commons.templates.uri.parser.SimpleStringExpression
 
isRoot() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
 
isStandalone() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
isStartDocumentRead() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
isStartDocumentWritten() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
isStartElement() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
isStartTagClosed() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
 
isStaticProperty(OMElement) - Static method in class org.apache.synapse.commons.util.PropertyHelper
This method will check the given OMElement represent either a static property or not
isTestOnBorrow() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
isTestOnReturn() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
isTestWhileIdle() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
isThreadHasEnlistment() - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
isTraceEnabled() - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
isWarnEnabled() - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
isWhiteSpace() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
isWriteNullForEmptyElements() - Method in interface org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
Used in XML->JSON conversion.
isWriteNullForEmptyElements() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
iterator() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
iterator() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
iterator() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 

J

JMX_PROTECTED_TOKEN - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
Token for jmx password
JmxConfigurationConstants - Class in org.apache.synapse.commons.jmx
 
JmxConfigurationConstants() - Constructor for class org.apache.synapse.commons.jmx.JmxConfigurationConstants
 
JmxInformation - Class in org.apache.synapse.commons.jmx
 
JmxInformation() - Constructor for class org.apache.synapse.commons.jmx.JmxInformation
 
JmxInformationFactory - Class in org.apache.synapse.commons.jmx
Factory to create a JmxInformation based on given properties.
JmxSecretAuthenticator - Class in org.apache.synapse.commons.jmx
Handles the authentication for JMX management.
JmxSecretAuthenticator(SecretInformation) - Constructor for class org.apache.synapse.commons.jmx.JmxSecretAuthenticator
 
JNDIBasedDataSourceRepository - Class in org.apache.synapse.commons.datasource
Keep all DataSources in the JNDI Tree
JNDIBasedDataSourceRepository() - Constructor for class org.apache.synapse.commons.datasource.JNDIBasedDataSourceRepository
 
JSON_STRING - Static variable in class org.apache.synapse.commons.json.Constants
 
JsonBuilder - Class in org.apache.synapse.commons.json
 
JsonBuilder() - Constructor for class org.apache.synapse.commons.json.JsonBuilder
 
JsonFormatter - Class in org.apache.synapse.commons.json
 
JsonFormatter() - Constructor for class org.apache.synapse.commons.json.JsonFormatter
 
jsonPayloadToByteArray(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns the JSON payload contained in the provided message context as a byte array.
jsonPayloadToString(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns the JSON payload contained in the provided message context as a String.
JsonProcessor - Class in org.apache.synapse.commons.json.jsonprocessor.parser
This class will parse a given JSON input according to a given schema.
JsonProcessorUtils - Class in org.apache.synapse.commons.json.jsonprocessor.utils
 
JsonProcessorUtils() - Constructor for class org.apache.synapse.commons.json.jsonprocessor.utils.JsonProcessorUtils
 
JsonScanner - Class in org.apache.synapse.commons.staxon.core.json.stream.impl
This class is a scanner generated by JFlex 1.4.3 on 10/23/13 10:52 AM from the specification file /home/ishan/wso2/src/pub/platform/branches/4.2.0/dependencies/staxon/1.2.0-wso2v1/core/src/main/jflex/Yylex.flex
JsonScanner(Reader) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JsonScanner(InputStream) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner
Creates a new scanner.
JsonScanner2 - Class in org.apache.synapse.commons.staxon.core.json.stream.impl
This class is a scanner generated by JFlex 1.4.3 on 10/23/13 10:52 AM from the specification file /home/ishan/wso2/src/pub/platform/branches/4.2.0/dependencies/staxon/1.2.0-wso2v1/core/src/main/jflex/Yylex.flex
JsonScanner2(Reader) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner2
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JsonScanner2(InputStream) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner2
Creates a new scanner.
JsonStreamBuilder - Class in org.apache.synapse.commons.json
 
JsonStreamBuilder() - Constructor for class org.apache.synapse.commons.json.JsonStreamBuilder
 
JsonStreamFactory - Class in org.apache.synapse.commons.staxon.core.json.stream
Abstract JSON stream (JsonStreamSource and JsonStreamTarget) factory.
JsonStreamFactory() - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamFactory
 
JsonStreamFactoryImpl - Class in org.apache.synapse.commons.staxon.core.json.stream.impl
Default JsonStreamFactory implementation.
JsonStreamFactoryImpl() - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonStreamFactoryImpl
Create instance.
JsonStreamFactoryImpl(String, String, String) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonStreamFactoryImpl
Create instance.
JsonStreamFormatter - Class in org.apache.synapse.commons.json
 
JsonStreamFormatter() - Constructor for class org.apache.synapse.commons.json.JsonStreamFormatter
 
JsonStreamSource - Interface in org.apache.synapse.commons.staxon.core.json.stream
JSON stream source.
JsonStreamSource.Value - Class in org.apache.synapse.commons.staxon.core.json.stream
Represents a simple value.
JsonStreamTarget - Interface in org.apache.synapse.commons.staxon.core.json.stream
JSON stream target.
JsonStreamToken - Enum in org.apache.synapse.commons.staxon.core.json.stream
JSON stream token.
JsonUtil - Class in org.apache.synapse.commons.json
 
JsonUtil() - Constructor for class org.apache.synapse.commons.json.JsonUtil
 
JsonXML - Annotation Type in org.apache.synapse.commons.staxon.core.json.jaxb
The JsonXML annotation is used to configure the JSON serialization and deserialization process.
JsonXMLBinder - Class in org.apache.synapse.commons.staxon.core.json.jaxb
Read/write instances of JAXB-annotated classes from/to JSON.
JsonXMLBinder() - Constructor for class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
JsonXMLBinder(boolean) - Constructor for class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
JsonXMLBinder(JsonXMLRootProvider, boolean) - Constructor for class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
JsonXMLConfig - Interface in org.apache.synapse.commons.staxon.core.json
Json XML factory configuration interface.
JsonXMLConfigBuilder - Class in org.apache.synapse.commons.staxon.core.json
Configuration builder with "fluid" interface.
JsonXMLConfigBuilder() - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Create a new builder.
JsonXMLConfigBuilder(JsonXMLConfigImpl) - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
 
JsonXMLConfigImpl - Class in org.apache.synapse.commons.staxon.core.json
Simple JSON XML configuration.
JsonXMLConfigImpl() - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
JsonXMLInputFactory - Class in org.apache.synapse.commons.staxon.core.json
XML input factory for streaming from JSON.
JsonXMLInputFactory() - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
JsonXMLInputFactory(JsonStreamFactory) - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
JsonXMLInputFactory(JsonXMLConfig) - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
JsonXMLInputFactory(JsonXMLConfig, JsonStreamFactory) - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
JsonXMLMapper<T> - Class in org.apache.synapse.commons.staxon.core.json.jaxb
Read/write instances of JAXB-annotated classes from/to JSON.
JsonXMLMapper(Class<T>) - Constructor for class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLMapper
 
JsonXMLMapper(Class<T>, JsonXML) - Constructor for class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLMapper
 
JsonXMLOutputFactory - Class in org.apache.synapse.commons.staxon.core.json
XML output factory for streaming to JSON.
JsonXMLOutputFactory() - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
JsonXMLOutputFactory(JsonStreamFactory) - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
JsonXMLOutputFactory(JsonXMLConfig) - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
JsonXMLOutputFactory(JsonXMLConfig, JsonStreamFactory) - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
JsonXMLRootProvider - Class in org.apache.synapse.commons.staxon.core.json.jaxb
Root name/element provider.
JsonXMLRootProvider() - Constructor for class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLRootProvider
 
JsonXMLStreamConstants - Class in org.apache.synapse.commons.staxon.core.json
Constants used by reader and writer classes.
JsonXMLStreamConstants() - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamConstants
 
JsonXMLStreamReader - Class in org.apache.synapse.commons.staxon.core.json
JSON XML stream reader.
JsonXMLStreamReader(JsonStreamSource, boolean, char) - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamReader
Create reader instance.
JsonXMLStreamReader(JsonStreamSource, boolean, char, boolean) - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamReader
Create reader instance.
JsonXMLStreamWriter - Class in org.apache.synapse.commons.staxon.core.json
JSON XML stream writer.
JsonXMLStreamWriter(JsonStreamTarget, boolean, boolean, char, boolean) - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
Create writer instance.
JsonXMLStreamWriter(JsonStreamTarget, boolean, boolean, char, boolean, boolean, boolean) - Constructor for class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
Create writer instance.

K

K_ARRAY - Static variable in class org.apache.synapse.commons.json.Constants
The JSON Key for wrapper type anonymous JSON array
K_ARRAY_ELEM - Static variable in class org.apache.synapse.commons.json.Constants
The JSON Key for wrapper type anonymous JSON array elements
K_OBJECT - Static variable in class org.apache.synapse.commons.json.Constants
The JSON Key for wrapper type JSON Object
KEEP_ALIVE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
KEEP_ALIVE_ATT - Static variable in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
 
KEY_OF_DEFAULT_CONFIGURATION_FOR_OTHER - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 

L

LabelExpression - Class in org.apache.synapse.commons.templates.uri.parser
 
LabelExpression(String) - Constructor for class org.apache.synapse.commons.templates.uri.parser.LabelExpression
 
LAST_MODIFIED - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
Literal - Class in org.apache.synapse.commons.templates.uri.parser
 
Literal(String) - Constructor for class org.apache.synapse.commons.templates.uri.parser.Literal
 
loadProperties(String) - Static method in class org.apache.synapse.commons.util.MiscellaneousUtil
Loads the properties from a given property file path
loadThrottle(MessageContext, int) - Method in class org.apache.synapse.commons.throttle.module.handler.ThrottleHandler
Loads a throttle metadata for a particular throttle type
loadThrottlePropertiesFromConfigurations() - Static method in class org.apache.synapse.commons.throttle.core.ThrottleUtil
This method used to set throttle properties loaded from throttle.properties file in configuration folder
loadXMLConfig(String) - Static method in class org.apache.synapse.commons.util.MiscellaneousUtil
Load a xml configuration file
LOCAL_TYPE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
log - Variable in class org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
 
log - Variable in class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
 
log - Static variable in class org.apache.synapse.commons.transaction.TranscationManger
 
log - Static variable in class org.apache.synapse.commons.util.RMIRegistryController
 
logic(ChannelInboundHandlerAdapter) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
lookUp(String) - Method in interface org.apache.synapse.commons.datasource.DataSourceRepository
Find and Returns an registered DataSource in the DataSourceRegistry
lookUp(String) - Method in class org.apache.synapse.commons.datasource.InMemoryDataSourceRepository
Get a DataSource from Local store
lookUp(String) - Method in class org.apache.synapse.commons.datasource.JNDIBasedDataSourceRepository
Get a DatSource which has been registered in the JNDI tree
lookUp(Context) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 

M

main(String[]) - Static method in class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseThrottleConfiguration
 
main(String[]) - Static method in class org.apache.synapse.commons.throttle.module.utils.StatCollector
 
main(String[]) - Static method in class org.apache.synapse.commons.throttle.module.utils.Utils
 
markFailRecord(FileSystemManager, FileObject) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
 
markFailRecord(FileSystemManager, FileObject, FileSystemOptions) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
 
marshal(Class<?>, JsonXML, Marshaller, XMLStreamWriter, Object) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
maskURLPassword(String) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
Mask the password of the connection url with ***
MATCH - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
matchAll(String, Map<String, String>) - Method in class org.apache.synapse.commons.templates.uri.parser.Node
 
matches(String, Map<String, String>) - Method in class org.apache.synapse.commons.templates.uri.URITemplate
 
MatchEvaluator - Class in org.apache.synapse.commons.evaluators
This evaluator uses regular expressions to match a given HTTP request.
MatchEvaluator() - Constructor for class org.apache.synapse.commons.evaluators.MatchEvaluator
 
MatchFactory - Class in org.apache.synapse.commons.evaluators.config
This Factory creates a MatchEvaluator using the following XML configuration.
MatchFactory() - Constructor for class org.apache.synapse.commons.evaluators.config.MatchFactory
 
MatchSerializer - Class in org.apache.synapse.commons.evaluators.config
Serialize the MatchEvaluator to the XML configuration defined in the MatchFactory.
MatchSerializer() - Constructor for class org.apache.synapse.commons.evaluators.config.MatchSerializer
 
MAX - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
MAX_ATT - Static variable in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
 
MAX_NON_ASSOCIATED_COUNTER_CLEANUP_AMOUNT - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
MAX_RETRY_COUNT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
MAXIMUM_CONCURRENT_ACCESS_PARAMETER_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
MAXIMUM_COUNT_PARAMETER_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
MBeanRegistrar - Class in org.apache.synapse.commons.jmx
 
MBeanRepository - Interface in org.apache.synapse.commons.jmx
 
MEDIATOR_THROTTLE_ASSERTION_QNAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
MessageConversionException - Exception in org.apache.synapse.commons.builders
 
MessageConversionException(Exception) - Constructor for exception org.apache.synapse.commons.builders.MessageConversionException
 
MessageConversionException(String) - Constructor for exception org.apache.synapse.commons.builders.MessageConversionException
 
MessageConverter - Interface in org.apache.synapse.commons.builders
 
MiscellaneousUtil - Class in org.apache.synapse.commons.util
 
modify(String) - Method in class org.apache.synapse.commons.templates.uri.parser.Variable
 
MODULE_THROTTLE_ASSERTION_QNAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
moduleUpdate(AxisEvent, AxisModule) - Method in class org.apache.synapse.commons.throttle.module.ThrottleObserver
 
MULTIPLE_PI_TARGET - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamConstants
The name of the processing instruction used to indicate collections: <?xml-multiple bob?>
multiplePI(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set multiplePI property and return receiver.
MultiPriorityBlockingQueue<E> - Class in org.apache.synapse.commons.executors
This queue implements the BlockingQueue interface.
MultiPriorityBlockingQueue(List<InternalQueue<E>>, boolean, NextQueueAlgorithm<E>) - Constructor for class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
Create a queue with the given queues.

N

NAME - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
name() - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource
Consume JsonStreamToken.NAME token.
name(String) - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamTarget
Write name.
name() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AddRootSource
 
name(String) - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AutoArrayTarget
 
name(String) - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AutoPrimitiveTarget
 
name(String) - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.CustomRegexIgnoreAutoPrimitiveTarget
 
name(String) - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.CustomRegexMatchReplaceIgnoreAutoPrimitiveTarget
 
name(String) - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.RemoveRootTarget
 
name() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
name(String) - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamTargetDelegate
 
NAME_ATT - Static variable in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
 
namespaceDeclarations(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set namespaceDeclarations property and return receiver.
namespaceSeparator(char) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set namespaceSeparator property and return receiver.
newFactory() - Static method in class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamFactory
Create a new instance of a JsonStreamFactory.
newInstance() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventAllocator
 
newJavaScriptSourceReader(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns a reader that can read from the JSON payload contained in the provided message context as a JavaScript source.
The reader returns the '(' character at the beginning of the stream and marks the end with the ')' character.
The reader returned by this method can be directly used with the JavaScript javax.script.ScriptEngine#eval(java.io.Reader) method.
newJsonPayload(MessageContext, InputStream, boolean, boolean) - Static method in class org.apache.synapse.commons.json.JsonUtil
Deprecated.
newJsonPayload(MessageContext, String, boolean, boolean) - Static method in class org.apache.synapse.commons.json.JsonUtil
Deprecated.
newJsonPayload(MessageContext, byte[], int, int, boolean, boolean) - Static method in class org.apache.synapse.commons.json.JsonUtil
Deprecated.
newJsonPayloadReader(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns a new instance of a reader that can read from the JSON payload contained in the provided message context.
next() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
next() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventReader
 
next() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLFilteredEventReader
 
next - Variable in class org.apache.synapse.commons.templates.uri.parser.Node
 
NEXT_QUEUE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
NEXT_QUEUE_ATT - Static variable in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
 
nextEvent() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventReader
 
nextEvent() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLFilteredEventReader
 
NextQueueAlgorithm<E> - Interface in org.apache.synapse.commons.executors
This interface abstracts the algorithm for determining the next internal queue for picking up the message.
nextSymbol() - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner
 
nextSymbol() - Method in class org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner2
 
nextTag() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
nextTag() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventReader
 
nextTag() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLFilteredEventReader
 
Node - Class in org.apache.synapse.commons.templates.uri.parser
 
Node(String) - Constructor for class org.apache.synapse.commons.templates.uri.parser.Node
 
NOMINAL_KEYS - Static variable in class org.apache.synapse.commons.json.jsonprocessor.constants.ValidatorConstants
 
NOT - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
NotEvaluator - Class in org.apache.synapse.commons.evaluators
This encapsulates a boolean expression.
NotEvaluator() - Constructor for class org.apache.synapse.commons.evaluators.NotEvaluator
 
NotFactory - Class in org.apache.synapse.commons.evaluators.config
This Factory creates a NotEvaluator from the following XML configuration.
NotFactory() - Constructor for class org.apache.synapse.commons.evaluators.config.NotFactory
 
NotSerializer - Class in org.apache.synapse.commons.evaluators.config
Serialize the NotEvaluator to the XML configuration defined in the NotFactory.
NotSerializer() - Constructor for class org.apache.synapse.commons.evaluators.config.NotSerializer
 
NULL - Static variable in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource
"null" value
NULL_KEYS - Static variable in class org.apache.synapse.commons.json.jsonprocessor.constants.ValidatorConstants
 
nullNS - Static variable in class org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
 
NullValidator - Class in org.apache.synapse.commons.json.jsonprocessor.validators
This class validate null values against a given schema.
NUMERIC_KEYS - Static variable in class org.apache.synapse.commons.json.jsonprocessor.constants.ValidatorConstants
 
NumericValidator - Class in org.apache.synapse.commons.json.jsonprocessor.validators
validate numeric instances according to the given schema.

O

OBJECT - Static variable in class org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
The JSON Key for wrapper type JSON Object
OBJECT_KEYS - Static variable in class org.apache.synapse.commons.json.jsonprocessor.constants.ValidatorConstants
 
ObjectValidator - Class in org.apache.synapse.commons.json.jsonprocessor.validators
This class will validate json objects according to the schema.
offer(E) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
Add the element if space available in the internal queue corresponding to the priority of the object.
offer(E, long, TimeUnit) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
Try to add the element within the given time period.
offer(E) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
offer(E) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
OPERATION_BASED_THROTTLE - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
OPERATION_THROTTLE_ASSERTION_QNAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
OperationLevelThrottleHandler - Class in org.apache.synapse.commons.throttle.module.handler
 
OperationLevelThrottleHandler() - Constructor for class org.apache.synapse.commons.throttle.module.handler.OperationLevelThrottleHandler
 
operations() - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
operations() - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpProducerContext
 
OR - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
OrEvaluator - Class in org.apache.synapse.commons.evaluators
This encapsulates two or more boolean expressions.
OrEvaluator() - Constructor for class org.apache.synapse.commons.evaluators.OrEvaluator
 
OrFactory - Class in org.apache.synapse.commons.evaluators.config
This factory creates a OrFactory using the following XML configuration.
OrFactory() - Constructor for class org.apache.synapse.commons.evaluators.config.OrFactory
 
org.apache.synapse.commons - package org.apache.synapse.commons
 
org.apache.synapse.commons.beanstalk.enterprise - package org.apache.synapse.commons.beanstalk.enterprise
 
org.apache.synapse.commons.builders - package org.apache.synapse.commons.builders
 
org.apache.synapse.commons.crypto - package org.apache.synapse.commons.crypto
 
org.apache.synapse.commons.datasource - package org.apache.synapse.commons.datasource
 
org.apache.synapse.commons.datasource.factory - package org.apache.synapse.commons.datasource.factory
 
org.apache.synapse.commons.datasource.serializer - package org.apache.synapse.commons.datasource.serializer
 
org.apache.synapse.commons.emulator - package org.apache.synapse.commons.emulator
 
org.apache.synapse.commons.emulator.core - package org.apache.synapse.commons.emulator.core
 
org.apache.synapse.commons.emulator.http - package org.apache.synapse.commons.emulator.http
 
org.apache.synapse.commons.emulator.http.consumer - package org.apache.synapse.commons.emulator.http.consumer
 
org.apache.synapse.commons.emulator.http.dsl - package org.apache.synapse.commons.emulator.http.dsl
 
org.apache.synapse.commons.emulator.http.dsl.dto - package org.apache.synapse.commons.emulator.http.dsl.dto
 
org.apache.synapse.commons.emulator.http.dsl.dto.consumer - package org.apache.synapse.commons.emulator.http.dsl.dto.consumer
 
org.apache.synapse.commons.emulator.http.dsl.dto.producer - package org.apache.synapse.commons.emulator.http.dsl.dto.producer
 
org.apache.synapse.commons.emulator.http.producer - package org.apache.synapse.commons.emulator.http.producer
 
org.apache.synapse.commons.evaluators - package org.apache.synapse.commons.evaluators
 
org.apache.synapse.commons.evaluators.config - package org.apache.synapse.commons.evaluators.config
 
org.apache.synapse.commons.evaluators.source - package org.apache.synapse.commons.evaluators.source
 
org.apache.synapse.commons.executors - package org.apache.synapse.commons.executors
 
org.apache.synapse.commons.executors.config - package org.apache.synapse.commons.executors.config
 
org.apache.synapse.commons.executors.queues - package org.apache.synapse.commons.executors.queues
 
org.apache.synapse.commons.formatters - package org.apache.synapse.commons.formatters
 
org.apache.synapse.commons.jmx - package org.apache.synapse.commons.jmx
 
org.apache.synapse.commons.json - package org.apache.synapse.commons.json
 
org.apache.synapse.commons.json.jsonprocessor.constants - package org.apache.synapse.commons.json.jsonprocessor.constants
 
org.apache.synapse.commons.json.jsonprocessor.exceptions - package org.apache.synapse.commons.json.jsonprocessor.exceptions
 
org.apache.synapse.commons.json.jsonprocessor.parser - package org.apache.synapse.commons.json.jsonprocessor.parser
 
org.apache.synapse.commons.json.jsonprocessor.utils - package org.apache.synapse.commons.json.jsonprocessor.utils
 
org.apache.synapse.commons.json.jsonprocessor.validators - package org.apache.synapse.commons.json.jsonprocessor.validators
 
org.apache.synapse.commons.json.staxon - package org.apache.synapse.commons.json.staxon
 
org.apache.synapse.commons.logger - package org.apache.synapse.commons.logger
 
org.apache.synapse.commons.resolvers - package org.apache.synapse.commons.resolvers
 
org.apache.synapse.commons.snmp - package org.apache.synapse.commons.snmp
 
org.apache.synapse.commons.staxon.core.base - package org.apache.synapse.commons.staxon.core.base
Base framework providing abstract implementations of XMLStreamReader and XMLStreamWriter et al.
org.apache.synapse.commons.staxon.core.event - package org.apache.synapse.commons.staxon.core.event
Implementation of StAX event API.
org.apache.synapse.commons.staxon.core.json - package org.apache.synapse.commons.staxon.core.json
Classes to read and write JSON via StAX.
org.apache.synapse.commons.staxon.core.json.jaxb - package org.apache.synapse.commons.staxon.core.json.jaxb
JAXB support for JSON.
org.apache.synapse.commons.staxon.core.json.stream - package org.apache.synapse.commons.staxon.core.json.stream
JSON streaming backend API.
org.apache.synapse.commons.staxon.core.json.stream.impl - package org.apache.synapse.commons.staxon.core.json.stream.impl
Default implementation of JSON streaming backend API.
org.apache.synapse.commons.staxon.core.json.stream.util - package org.apache.synapse.commons.staxon.core.json.stream.util
JSON streaming filters.
org.apache.synapse.commons.staxon.core.json.util - package org.apache.synapse.commons.staxon.core.json.util
JSON-specific StAX utility classes.
org.apache.synapse.commons.staxon.core.util - package org.apache.synapse.commons.staxon.core.util
 
org.apache.synapse.commons.staxon.core.xml.util - package org.apache.synapse.commons.staxon.core.xml.util
XML-specific StAX utility classes.
org.apache.synapse.commons.templates.uri - package org.apache.synapse.commons.templates.uri
 
org.apache.synapse.commons.templates.uri.parser - package org.apache.synapse.commons.templates.uri.parser
 
org.apache.synapse.commons.throttle.core - package org.apache.synapse.commons.throttle.core
 
org.apache.synapse.commons.throttle.core.factory - package org.apache.synapse.commons.throttle.core.factory
 
org.apache.synapse.commons.throttle.core.impl.domainbase - package org.apache.synapse.commons.throttle.core.impl.domainbase
 
org.apache.synapse.commons.throttle.core.impl.ipbase - package org.apache.synapse.commons.throttle.core.impl.ipbase
 
org.apache.synapse.commons.throttle.core.impl.rolebase - package org.apache.synapse.commons.throttle.core.impl.rolebase
 
org.apache.synapse.commons.throttle.core.internal - package org.apache.synapse.commons.throttle.core.internal
 
org.apache.synapse.commons.throttle.module - package org.apache.synapse.commons.throttle.module
 
org.apache.synapse.commons.throttle.module.handler - package org.apache.synapse.commons.throttle.module.handler
 
org.apache.synapse.commons.throttle.module.utils - package org.apache.synapse.commons.throttle.module.utils
 
org.apache.synapse.commons.throttle.module.utils.impl - package org.apache.synapse.commons.throttle.module.utils.impl
 
org.apache.synapse.commons.transaction - package org.apache.synapse.commons.transaction
 
org.apache.synapse.commons.util - package org.apache.synapse.commons.util
 
org.apache.synapse.commons.util.ext - package org.apache.synapse.commons.util.ext
 
org.apache.synapse.commons.vfs - package org.apache.synapse.commons.vfs
 
ORG_APACHE_SYNAPSE_COMMONS_JSON_JSON_INPUT_STREAM - Static variable in class org.apache.synapse.commons.json.Constants
 
OrSerializer - Class in org.apache.synapse.commons.evaluators.config
Serialize the OrEvaluator to the XML configuration defined in the OrFactory.
OrSerializer() - Constructor for class org.apache.synapse.commons.evaluators.config.OrSerializer
 
OutgoingMessage - Class in org.apache.synapse.commons.emulator.http.dsl.dto.consumer
 
OutgoingMessage() - Constructor for class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
OutgoingMessage - Class in org.apache.synapse.commons.emulator.http.dsl.dto.producer
 
OutgoingMessage() - Constructor for class org.apache.synapse.commons.emulator.http.dsl.dto.producer.OutgoingMessage
 
OUTPUT_ENCODE_TYPE - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
encode type of the final outcome.

P

PARAM - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
ParameterTextRetriever - Class in org.apache.synapse.commons.evaluators.source
 
ParameterTextRetriever(String) - Constructor for class org.apache.synapse.commons.evaluators.source.ParameterTextRetriever
 
parse(EvaluatorContext) - Method in class org.apache.synapse.commons.evaluators.Parser
Parse the HTTP request against the condition set and return the matching priority.
parse(String) - Method in class org.apache.synapse.commons.templates.uri.parser.URITemplateParser
 
parseJson(String, String) - Static method in class org.apache.synapse.commons.json.jsonprocessor.parser.JsonProcessor
This method parse a given JSON string according to the given schema.
Parser - Class in org.apache.synapse.commons.evaluators
This class is used to parse a Given HTTP request against a set of rules.
Parser() - Constructor for class org.apache.synapse.commons.evaluators.Parser
Create a parser with the defualt priority set to -1.
Parser(int) - Constructor for class org.apache.synapse.commons.evaluators.Parser
Create a parser with a default priority.
ParserException - Exception in org.apache.synapse.commons.json.jsonprocessor.exceptions
Exception for data type related errors.
ParserException(String) - Constructor for exception org.apache.synapse.commons.json.jsonprocessor.exceptions.ParserException
 
ParserException(String, Throwable) - Constructor for exception org.apache.synapse.commons.json.jsonprocessor.exceptions.ParserException
 
parseSchemeFileOptions(String, ParameterInclude) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
 
parseSchemeFileOptions(String, Properties) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
 
PASSIVE_MODE - Static variable in class org.apache.synapse.commons.vfs.VFSUtils
Passive mode
PathSegmentExpression - Class in org.apache.synapse.commons.templates.uri.parser
 
PathSegmentExpression(String) - Constructor for class org.apache.synapse.commons.templates.uri.parser.PathSegmentExpression
 
peek() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
peek() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
peek() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
peek() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventReader
 
peek() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLFilteredEventReader
 
peek() - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource
Peek next token.
peek() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AddRootSource
 
peek() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
PER_USER_POOL_DATA_SOURCE - Static variable in class org.apache.synapse.commons.datasource.DataSourceInformation
 
poll(long, TimeUnit) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
Get the element from the top of the queue.
poll() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
Block indefinitely until a object is available for retrieval.
poll() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
poll() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
populateHttpRequest(HttpProducerContext, IncomingMessage) - Method in class org.apache.synapse.commons.emulator.http.producer.HttpRequestInformationProcessor
 
port(int) - Method in class org.apache.synapse.commons.emulator.core.AbstractEmulatorContext
 
port(int) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
port(int) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpProducerContext
 
PRECEDING_DIGIT - Static variable in class org.apache.synapse.commons.json.Constants
Final prefix for local names that have preceding digits
PRECEDING_DIGIT - Static variable in class org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
Final prefix for local names that have preceding digits
PRECEDING_DIGIT_S - Static variable in class org.apache.synapse.commons.json.Constants
Used when the local name starts with a digit character.
PRECEDING_DIGIT_S - Static variable in class org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
Used when the local name starts with a digit character.
PRECEDING_DOLLOR - Static variable in class org.apache.synapse.commons.json.Constants
 
PRECEDING_DOLLOR - Static variable in class org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
 
PRECEDING_DOLLOR_S - Static variable in class org.apache.synapse.commons.json.Constants
Used when the local name starts with the $ character.
PRECEDING_DOLLOR_S - Static variable in class org.apache.synapse.commons.staxon.core.json.stream.impl.Constants
Used when the local name starts with the $ character.
PRESERVE_JSON_STREAM - Static variable in class org.apache.synapse.commons.json.JsonUtil
If this property is set to true the input stream of the JSON payload will be reset after writing to the output stream within the #writeAsJson method.
PRESERVE_SPACES - Static variable in class org.apache.synapse.commons.json.Constants
 
preserverNamespacesForJson(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set preserveNamespaces property and return receiver.
prettyPrint(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set prettyPrint property and return receiver.
PrettyXMLEventWriter - Class in org.apache.synapse.commons.staxon.core.xml.util
Pretty printing XML event writer.
PrettyXMLEventWriter(XMLEventWriter) - Constructor for class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLEventWriter
Create instance using default indentation (\t) and line separator (\n).
PrettyXMLEventWriter(XMLEventWriter, String, String) - Constructor for class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLEventWriter
Create instance.
PrettyXMLStreamWriter - Class in org.apache.synapse.commons.staxon.core.xml.util
Pretty printing XML stream writer.
PrettyXMLStreamWriter(XMLStreamWriter) - Constructor for class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
Create instance using default indentation (\t) and line separator (\n).
PrettyXMLStreamWriter(XMLStreamWriter, String, String) - Constructor for class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
Create instance.
PRIORITY - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
PRIORITY - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
PRIORITY_ATT - Static variable in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
 
PRIORITY_EXECUTOR - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
PriorityExecutor - Class in org.apache.synapse.commons.executors
This is the class used for executing the tasks with a given priority.
PriorityExecutor() - Constructor for class org.apache.synapse.commons.executors.PriorityExecutor
 
PriorityExecutorFactory - Class in org.apache.synapse.commons.executors.config
 
PriorityExecutorFactory() - Constructor for class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
 
PriorityExecutorSerializer - Class in org.apache.synapse.commons.executors.config
 
PriorityExecutorSerializer() - Constructor for class org.apache.synapse.commons.executors.config.PriorityExecutorSerializer
 
process(HttpRequest, HttpRequestContext) - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpRequestInformationProcessor
 
process(HttpRequestContext, ChannelHandlerContext) - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpResponseProcessor
 
process(HttpResponseContext, OutgoingMessage) - Method in class org.apache.synapse.commons.emulator.http.producer.HttpResponseAssertProcessor
 
process(HttpResponse, HttpResponseContext) - Method in class org.apache.synapse.commons.emulator.http.producer.HttpResponseInformationProcessor
 
process(Throttle, MessageContext) - Method in class org.apache.synapse.commons.throttle.module.handler.ThrottleHandler
processing through the throttle 1) concurrent throttling 2) access rate based throttling - domain or ip
processCleanList(long) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
/** processing cleaning list- only process callerContexts which unit time already had over
processDocument(InputStream, String, MessageContext) - Method in class org.apache.synapse.commons.builders.XFormURLEncodedBuilder
 
processDocument(InputStream, String, MessageContext) - Method in class org.apache.synapse.commons.json.JsonBuilder
 
processDocument(InputStream, String, MessageContext) - Method in class org.apache.synapse.commons.json.JsonStreamBuilder
 
processNCNames(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set processNCNames property and return receiver.
processPolicy(Policy) - Static method in class org.apache.synapse.commons.throttle.core.ThrottlePolicyProcessor
Deprecated.
process policy and returns throttle object
producer() - Method in class org.apache.synapse.commons.emulator.core.AbstractProtocolEmulator
 
producer() - Method in class org.apache.synapse.commons.emulator.http.HTTPProtocolEmulator
 
PROHIBIT_TIME_PERIOD_PARAMETER_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
PROP_ACCESS_TO_UNDERLYING_CONNECTION_ALLOWED - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_AUTO_ARRAY - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
Start/end arrays automatically?
PROP_AUTO_PRIMITIVE - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
Convert element text to JSON primitives (number, boolean, null) automatically?
PROP_BASIC_DATA_SOURCE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_CLASS_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_CPDS_ADAPTER - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_CPDS_ADAPTER_DRIVER - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_CPDS_CLASS_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_CPDS_FACTORY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_CPDS_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_CUSTOM_REGEX - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
Convert element text to JSON primitives with ignore given regex (number, boolean, null) automatically?
PROP_CUSTOM_REPLACE_REGEX - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
PROP_CUSTOM_REPLACE_SEQUENCE - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
PROP_DATA_SOURCE_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_DEFAULT_AUTO_COMMIT - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_DEFAULT_CATALOG - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_DEFAULT_MAX_ACTIVE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_DEFAULT_MAX_IDLE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_DEFAULT_MAX_WAIT - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_DEFAULT_READ_ONLY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_DEFAULT_TRANSACTION_ISOLATION - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_DRIVER - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_DRIVER_CLS_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_DS_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_FACTORY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_HOSTNAME - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
Hostname property used to configure JMX Adapter
PROP_IC_FACTORY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_INITIAL_SIZE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_JNDI_ENV - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_JNDI_PORT - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
JNDI port property used for the JMX naming directory (RMI registry)
PROP_LOG_ABANDONED - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_MAX_ACTIVE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_MAX_IDLE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_MAX_OPEN_PREPARED_STATEMENTS - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_MAX_WAIT - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_MIN_IDLE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_MULTIPLE_PI - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
Whether to use the JsonXMLStreamConstants.MULTIPLE_PI_TARGET processing instruction to indicate an array start.
PROP_MULTIPLE_PI - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
Whether to use the JsonXMLStreamConstants.MULTIPLE_PI_TARGET processing instruction target to trigger an array start.
PROP_NAME - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_NAMESPACE_DECLARATIONS - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
Whether to write namespace declarations.
PROP_NAMESPACE_SEPARATOR - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
Namespace prefix separator.
PROP_NAMESPACE_SEPARATOR - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
Namespace prefix separator.
PROP_NUM_TESTS_PER_EVICTION_RUN - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_POOL_PREPARED_STATEMENTS - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_PRETTY_PRINT - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
Format output for better readability?
PROP_PROVIDER_PORT - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_PROVIDER_URL - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_REGISTRY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_REGISTRY_JNDI - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_REGISTRY_MEMORY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_REMOTE_ACCESS_FILE - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
Property for location of remote access file.
PROP_REMOTE_SSL - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
Property to activate remote SSL support (same as com.sun.management.jmxremote.ssl)
PROP_REMOVE_ABANDONED - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_REMOVE_ABANDONED_TIMEOUT - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_RMI_PORT - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
RMI port property used to configure the JMX RMI port (firewalled setup)
PROP_SYNAPSE_PREFIX_DS - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_SYNAPSE_PREFIX_JMX - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
Prefix for all properties in property file
PROP_TEST_ON_BORROW - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_TEST_ON_RETURN - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_TEST_WHILE_IDLE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_THREAD_JMX_ENABLE - Static variable in class org.apache.synapse.commons.jmx.JmxConfigurationConstants
 
PROP_TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_TYPE - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_URL - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_USER - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_VALIDATION_QUERY - Static variable in class org.apache.synapse.commons.datasource.DataSourceConstants
 
PROP_VIRTUAL_ROOT - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
JSON documents may have have multiple root properties.
PROP_VIRTUAL_ROOT - Static variable in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
JSON documents may have have multiple root properties.
PROPERTIES_FILE_PATH_DEFAULT - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
 
PROPERTY - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
PROPERTY - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
PROPERTY_FILE_PATH - Static variable in class org.apache.synapse.commons.util.ext.TenantInfoInitiatorProvider
 
PropertyHelper - Class in org.apache.synapse.commons.util
This class will be used as a Helper class to get the properties loaded while building the Synapse Configuration from the XML
PropertyHelper() - Constructor for class org.apache.synapse.commons.util.PropertyHelper
 
PropertyTextRetriever - Class in org.apache.synapse.commons.evaluators.source
 
PropertyTextRetriever(String) - Constructor for class org.apache.synapse.commons.evaluators.source.PropertyTextRetriever
 
PROTECTION_MODE - Static variable in class org.apache.synapse.commons.vfs.VFSUtils
 
PRRNextQueueAlgorithm<E> - Class in org.apache.synapse.commons.executors
This is a priority based round robin algorithm for getting the next queue
PRRNextQueueAlgorithm() - Constructor for class org.apache.synapse.commons.executors.PRRNextQueueAlgorithm
 
put(E) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
Put the specified value in to the queue.

Q

QueryParameter - Class in org.apache.synapse.commons.emulator.http.dsl.dto
 
QueryParameter(String, String) - Constructor for class org.apache.synapse.commons.emulator.http.dsl.dto.QueryParameter
 
QUEUE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
QUEUES - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 

R

randomConnectionClose(boolean) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
readArray(Class<? extends T>, JsonXML, JAXBContext, Reader) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
readArray(Reader) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLMapper
 
readArray(InputStream) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLMapper
 
readAttr(String, String, String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
Read attribute.
readData(String, Object, int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
Read characters/comment/dtd/entity data.
readEndDocument() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
Read end document.
readEndElementTag() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
Read end element.
readExternalGlobalPolicy(AxisConfiguration) - Static method in class org.apache.synapse.commons.throttle.module.ThrottleEnguageUtils
An external policy can be configured using a parameter in the axis2.xml which points to the absolute path of the policy file.
readFrom(InputStream) - Method in class org.apache.synapse.commons.util.TemporaryData
Deprecated.
Fill this object with data read from a given InputStream.
readingDelay(int) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
readNsDecl(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
Read namespace declaration.
readObject(Class<? extends T>, JsonXML, JAXBContext, Reader) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
readObject(Reader) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLMapper
 
readObject(InputStream) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLMapper
 
readPI(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
Read processing instruction.
readStartDocument(String, String, Boolean) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
Read start document
readStartElementTag(String, String, String, T) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
Read start element.
readWriteXmlNil(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set readWriteXmlNil property and return receiver.
reConfigure(Properties) - Method in interface org.apache.synapse.commons.datasource.DataSourceInformationRepositoryListener
Event when re-configuring the DataSourceInformationRepository
reConfigure(Properties) - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryManager
 
RECONNECT_TIMEOUT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
REGEX - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
register(DataSourceInformation) - Method in interface org.apache.synapse.commons.datasource.DataSourceRepository
Register a DataSource based on given information Information is encapsulated in a DataSourceInformation instance
register(DataSourceInformation) - Method in class org.apache.synapse.commons.datasource.InMemoryDataSourceRepository
Keep DataSource in the Local store.
register(DataSourceInformation) - Method in class org.apache.synapse.commons.datasource.JNDIBasedDataSourceRepository
Register a DataSource in the JNDI tree
registerMBean(Object, String, String) - Method in class org.apache.synapse.commons.jmx.MBeanRegistrar
 
release() - Method in class org.apache.synapse.commons.util.TemporaryData
Deprecated.
 
releaseFail(FileSystemManager, FileObject) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
 
releaseFail(FileSystemManager, FileObject, FileSystemOptions) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
 
releaseLock(FileSystemManager, FileObject, FileSystemOptions) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
Release a file item lock acquired either by the VFS listener or a sender
remainingCapacity() - Method in interface org.apache.synapse.commons.executors.InternalQueue
Remaining capacity of the queue.
remainingCapacity() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
remainingCapacity() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
remainingCapacity() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
remove(Object) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
remove(Object) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
remove(Object) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
remove() - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventReader
 
removeAndDestroyShareParamsOfCaller(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
Removes the caller and destroy shared params of caller
removeAndFlushCaller(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
Removes the caller and replicate the states
removeCaller(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleDataHolder
 
removeCallerContext(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
removing a caller with a given id - caller will remove from clean list
removeConcurrentAccessController(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleDataHolder
 
removeConnectionUsed(long) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
removeCounter(String) - Static method in class org.apache.synapse.commons.throttle.core.SharedParamManager
Destroy hazelcast global counter, if it's local then remove the map entry
removeDataSourceInformation(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
Removing a DataSourceInformation instance by name
removeDataSourceInformation(DataSourceInformation) - Method in interface org.apache.synapse.commons.datasource.DataSourceInformationRepositoryListener
Event when removing a DataSourceInformation instance
removeDataSourceInformation(DataSourceInformation) - Method in class org.apache.synapse.commons.datasource.DataSourceRepositoryManager
 
removeEnterpriseBean(String, String) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
Remove the specified client stub from the cache.
removeExpiredBeans() - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalk
Removes expired stateless and stateful bean stubs from the cache.
removeJsonPayload(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
Removes the existing JSON payload of a message context if any.
This method can only remove a JSON payload that has been set with JsonUtil.getNewJsonPayload(org.apache.axis2.context.MessageContext, java.io.InputStream, boolean, boolean) and its variants.
removeJsonStream(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
Removes the JSON stream from the the MessageContext This method is used to remove the outdated JSON stream
removeLocalRegistry(int) - Method in class org.apache.synapse.commons.util.RMIRegistryController
removes if there is a RMI local registry instance
removeMBean(String) - Method in class org.apache.synapse.commons.datasource.DatasourceMBeanRepository
 
removeMBean(String) - Method in interface org.apache.synapse.commons.jmx.MBeanRepository
 
removeParameter(Parameter) - Method in class org.apache.synapse.commons.throttle.module.ThrottleObserver
 
removeRepositoryListener() - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
Remove existing DataSourceInformationRepositoryListener
RemoveRootTarget - Class in org.apache.synapse.commons.staxon.core.json.stream.util
 
RemoveRootTarget(JsonStreamTarget, QName, char) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.util.RemoveRootTarget
 
removeStatefulStub(String, String) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
 
removeStatefulStub(String, String) - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
 
removeStatelessStub(String) - Method in class org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkView
 
removeStatelessStub(String) - Method in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkViewMBean
 
removeTimestamp(String) - Static method in class org.apache.synapse.commons.throttle.core.SharedParamManager
Destroy hazelcast shared timggestamp counter, if it's local then remove the map entry
removeTimestampWithFullId(String) - Static method in class org.apache.synapse.commons.throttle.core.SharedParamManager
Destroy hazelcast shared timggestamp counter with full id, if it's local then remove the map entry
removeTransaction(long) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
repairingNamespaces(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set repairingNamespaces property and return receiver.
replaceEnclosingQuotes(String) - Static method in class org.apache.synapse.commons.json.jsonprocessor.utils.JsonProcessorUtils
Replaces enclosing quotes
replicate(String, Boolean) - Method in class org.apache.synapse.commons.throttle.core.ConcurrentAccessReplicator
 
replicateTimeWindow(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
Replicate the time window of this caller
REPLY_FILE_NAME - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
REPLY_FILE_URI - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
RepositoryBasedDataSourceFinder - Class in org.apache.synapse.commons.datasource
Finds a DataSource from DataSource Repositories
RepositoryBasedDataSourceFinder() - Constructor for class org.apache.synapse.commons.datasource.RepositoryBasedDataSourceFinder
 
request() - Static method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.IncomingMessage
 
request() - Static method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
RequestProcessor - Class in org.apache.synapse.commons.emulator
Class responsible for removing the unwanted whitespaces in any type of inputs.
require(int, String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
ReservedStringExpression - Class in org.apache.synapse.commons.templates.uri.parser
 
ReservedStringExpression(String) - Constructor for class org.apache.synapse.commons.templates.uri.parser.ReservedStringExpression
 
reset() - Method in class org.apache.synapse.commons.datasource.DBPoolView
 
reset() - Method in interface org.apache.synapse.commons.datasource.DBPoolViewMBean
reset statistics
reset() - Method in class org.apache.synapse.commons.jmx.ThreadingView
 
reset() - Method in interface org.apache.synapse.commons.jmx.ThreadingViewMBean
 
resetGlobalCounter() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
resetLocalCounter() - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
resolve() - Method in class org.apache.synapse.commons.resolvers.DefaultResolver
Return the variable passed
resolve() - Method in class org.apache.synapse.commons.resolvers.FilePropertyResolver
file property variable is resolved in this function
resolve() - Method in interface org.apache.synapse.commons.resolvers.Resolver
 
resolve() - Method in class org.apache.synapse.commons.resolvers.SystemResolver
environment variable is resolved in this function
Resolver - Interface in org.apache.synapse.commons.resolvers
Interface which can be used to resolve variables in the synapse config.
ResolverException - Exception in org.apache.synapse.commons.resolvers
 
ResolverException() - Constructor for exception org.apache.synapse.commons.resolvers.ResolverException
 
ResolverException(String) - Constructor for exception org.apache.synapse.commons.resolvers.ResolverException
 
ResolverException(String, Exception) - Constructor for exception org.apache.synapse.commons.resolvers.ResolverException
 
ResolverFactory - Class in org.apache.synapse.commons.resolvers
Resolver Factory which can be used to register resolvers and retrieve a resolver for a given type.
resolveUriHost(String) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
Function to resolve hostname of the vfs uri
resolveUriHost(String, StringBuilder) - Static method in class org.apache.synapse.commons.vfs.VFSUtils
Function to resolve the hostname of uri to ip for following vfs protocols.
respond(OutgoingMessage) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
respond(OutgoingMessage) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpProducerContext
 
response() - Static method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
response() - Static method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.OutgoingMessage
 
RMIRegistryController - Class in org.apache.synapse.commons.util
Creates and manages RMI registries
ROLE_BASE - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
ROLE_BASED_THROTTLE_KEY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
RoleBaseCallerConfiguration - Class in org.apache.synapse.commons.throttle.core.impl.rolebase
 
RoleBaseCallerConfiguration() - Constructor for class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseCallerConfiguration
 
RoleBaseCallerContext - Class in org.apache.synapse.commons.throttle.core.impl.rolebase
 
RoleBaseCallerContext(String) - Constructor for class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseCallerContext
 
RoleBasedAccessRateController - Class in org.apache.synapse.commons.throttle.core
Controls the access of remote callers according to the controlling policy .
RoleBasedAccessRateController() - Constructor for class org.apache.synapse.commons.throttle.core.RoleBasedAccessRateController
 
RoleBaseThrottleConfiguration - Class in org.apache.synapse.commons.throttle.core.impl.rolebase
 
RoleBaseThrottleConfiguration() - Constructor for class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseThrottleConfiguration
 
RoleBaseThrottleContext - Class in org.apache.synapse.commons.throttle.core.impl.rolebase
 
RoleBaseThrottleContext(ThrottleConfiguration, ThrottleReplicator) - Constructor for class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseThrottleContext
 
rollbackTransaction(boolean, long) - Static method in class org.apache.synapse.commons.transaction.TranscationManger
 
run() - Method in class org.apache.synapse.commons.emulator.core.Emulator
 

S

SCHEME - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
SCHEME_FTP - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
SCHEME_FTPS - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
SCHEME_SFTP - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
SECUREVAULT_ALIAS_ATTRIBUTE - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
Secure vault alias attribute name.
SECUREVAULT_NAMESPACE - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
Secure vault namespace to be used when resolving axis2 config passwords.
SECURITY_PROVIDER - Static variable in interface org.apache.synapse.commons.crypto.CryptoConstants
Security provider, can use providers like BouncyCastle.
send() - Method in class org.apache.synapse.commons.emulator.core.AbstractProtocolEmulator
 
serialize(List<DataSourceInformation>) - Static method in class org.apache.synapse.commons.datasource.serializer.DataSourceInformationListSerializer
Serializes a list of DataSourceInformation into a properties
serialize(DataSourceInformation) - Static method in class org.apache.synapse.commons.datasource.serializer.DataSourceInformationSerializer
Serialize a DataSourceInformation to a Properties
serialize(OMElement, Evaluator) - Method in class org.apache.synapse.commons.evaluators.config.AndSerializer
 
serialize(OMElement, Evaluator) - Method in class org.apache.synapse.commons.evaluators.config.EqualSerializer
 
serialize(OMElement, Evaluator) - Method in interface org.apache.synapse.commons.evaluators.config.EvaluatorSerializer
Serialze an Evaluator configuration to a XML element.
serialize(OMElement, Evaluator) - Method in class org.apache.synapse.commons.evaluators.config.MatchSerializer
 
serialize(OMElement, Evaluator) - Method in class org.apache.synapse.commons.evaluators.config.NotSerializer
 
serialize(OMElement, Evaluator) - Method in class org.apache.synapse.commons.evaluators.config.OrSerializer
 
serialize(OMElement, PriorityExecutor, String) - Static method in class org.apache.synapse.commons.executors.config.PriorityExecutorSerializer
 
serialize(Object) - Static method in class org.apache.synapse.commons.util.MiscellaneousUtil
Helper method to serialize object into a byte array
serializeChild(OMElement, Evaluator) - Method in class org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
 
serializeChildren(OMElement, Evaluator[]) - Method in class org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
 
serializer(OMElement, Condition) - Method in class org.apache.synapse.commons.evaluators.config.ConditionSerializer
 
serializeSourceTextRetriever(SourceTextRetriever, OMElement) - Method in class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorSerializer
 
SERVICE_BASED_THROTTLE - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
SERVICE_THROTTLE_ASSERTION_QNAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
serviceGroupUpdate(AxisEvent, AxisServiceGroup) - Method in class org.apache.synapse.commons.throttle.module.ThrottleObserver
 
ServiceLevelThrottleHandler - Class in org.apache.synapse.commons.throttle.module.handler
 
ServiceLevelThrottleHandler() - Constructor for class org.apache.synapse.commons.throttle.module.handler.ServiceLevelThrottleHandler
 
serviceUpdate(AxisEvent, AxisService) - Method in class org.apache.synapse.commons.throttle.module.ThrottleObserver
 
set(int) - Method in class org.apache.synapse.commons.throttle.core.ConcurrentAccessController
Resets the counter and the limit
SET_CONTENT_TYPE_CHARACTER_ENCODING - Static variable in class org.apache.synapse.commons.json.Constants
 
setAccessAllowed(boolean) - Method in class org.apache.synapse.commons.throttle.core.AccessInformation
 
setAccessState(int) - Method in class org.apache.synapse.commons.throttle.core.CallerConfiguration
To set access state
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setAlias(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setAppend(boolean) - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
setAuthenticate(boolean) - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
setAuthenticated(boolean) - Method in interface org.apache.synapse.commons.throttle.module.utils.AuthenticationFuture
 
setAuthenticated(boolean) - Method in class org.apache.synapse.commons.throttle.module.utils.impl.DummyAuthenticator
 
setAuthorizedRoles(List) - Method in interface org.apache.synapse.commons.throttle.module.utils.AuthenticationFuture
 
setAuthorizedRoles(List) - Method in class org.apache.synapse.commons.throttle.module.utils.impl.DummyAuthenticator
 
setAutoArray(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setAutoLockRelease(boolean) - Method in class org.apache.synapse.commons.vfs.VFSParamDTO
 
setAutoLockReleaseInterval(Long) - Method in class org.apache.synapse.commons.vfs.VFSParamDTO
 
setAutoLockReleaseSameNode(boolean) - Method in class org.apache.synapse.commons.vfs.VFSParamDTO
 
setAutoPrimitive(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setBeforeExecuteHandler(BeforeExecuteHandler) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Set a handler for execute before putting a worker in to the queues.
setConcurrentAccessController(ConcurrentAccessController) - Method in class org.apache.synapse.commons.throttle.core.Throttle
Sets the ConcurrentAccessController - this will control all the concurrent access
setConcurrentAccessController(String, ConcurrentAccessController) - Method in class org.apache.synapse.commons.throttle.core.ThrottleDataHolder
 
setConfigContext(ConfigurationContext) - Method in class org.apache.synapse.commons.throttle.core.ThrottleReplicator
 
setConfigContext(ConfigurationContext) - Method in class org.apache.synapse.commons.throttle.core.ThrottleWindowReplicator
 
setConfigurationContext(ConfigurationContext) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
 
setConsumerContext(HttpConsumerContext) - Method in class org.apache.synapse.commons.emulator.http.ChannelPipelineInitializer
 
setContentType(MessageContext) - Static method in class org.apache.synapse.commons.json.JsonUtil
Sets JSON media type 'application/json' as the message type to the current message context.
setContentType(String) - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
setCore(int) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Set the core number of threads
setCustomRegex(String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setCustomReplaceRegex(String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setCustomReplaceSequence(String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setDatasourceName(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setDefaultAutoCommit(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setDefaultCatalog(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setDefaultNamespace(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
setDefaultNamespace(String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventWriter
 
setDefaultNamespace(String) - Method in class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
setDefaultNamespace(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
setDefaultReadOnly(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setDefaultTransactionIsolation(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setDistributedCounter(String, long) - Static method in class org.apache.synapse.commons.throttle.core.SharedParamManager
Set distribute counter of caller context of given id to the provided value.
setDriver(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setEmulatorType(EmulatorType) - Method in class org.apache.synapse.commons.emulator.core.AbstractProtocolEmulator
 
setEvaluator(Evaluator) - Method in class org.apache.synapse.commons.evaluators.Condition
 
setEvaluator(Evaluator) - Method in class org.apache.synapse.commons.evaluators.NotEvaluator
 
setEvaluators(Evaluator[]) - Method in class org.apache.synapse.commons.evaluators.AndEvaluator
 
setEvaluators(Evaluator[]) - Method in class org.apache.synapse.commons.evaluators.OrEvaluator
 
setEventAllocator(XMLEventAllocator) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
setFaultReason(String) - Method in class org.apache.synapse.commons.throttle.core.AccessInformation
 
setFileName(String) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Set the file used to store the config
setFirstAccessTime(long) - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
setFirstPartOfIPRange(String) - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseCallerConfiguration
To set First Part of IP Range
setForceCreateFolder(boolean) - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
setGlobalCounter(long) - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
setHazelcastInstance(HazelcastInstance) - Method in class org.apache.synapse.commons.throttle.core.internal.ThrottleServiceComponent
Access Hazelcast Instance, which is exposed as an OSGI service.
setHazelCastInstance(HazelcastInstance) - Method in class org.apache.synapse.commons.throttle.core.internal.ThrottleServiceDataHolder
 
setHeaders(Map<String, String>) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
Set the headers
setHostName(String) - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
setID(String) - Method in class org.apache.synapse.commons.throttle.core.CallerConfiguration
To set ID
setID(String) - Method in class org.apache.synapse.commons.throttle.core.impl.domainbase.DomainBaseCallerConfiguration
 
setID(String) - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseCallerConfiguration
To set IP Range
setID(String) - Method in class org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseCallerConfiguration
 
setId(String) - Method in class org.apache.synapse.commons.throttle.core.Throttle
Sets the unique identifier for this throttle
setInitialSize(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setInstanceProperty(String, Object, Object) - Static method in class org.apache.synapse.commons.util.PropertyHelper
Find and invoke the setter method with the name of form setXXX passing in the value given on the POJO object
setJndiPort(int) - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
setJsonStream(MessageContext, InputStream) - Static method in class org.apache.synapse.commons.json.JsonUtil
Sets the input JSON stream as a property of the MessageContext
setKeepAlive(int) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Set the keep alive time for threads
setLocalCounter(long) - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
setLocation(Location) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
setLogAbandoned(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setMax(int) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Set the max number of threads
setMaxActive(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setMaxIdle(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setMaximumRequestPerUnitTime(int) - Method in class org.apache.synapse.commons.throttle.core.CallerConfiguration
To set Maximum Request
setMaxNonAssociatedCounterCleanupAmount(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
setMaxOpenPreparedStatements(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setMaxRetryCount(int) - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
setMaxWait(long) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setMessageContext(MessageContext) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
Set the current Axis2 MessageContext to this evaluator context
setMinEvictableIdleTimeMillis(long) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setMinIdle(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setMultiplePI(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setName(String) - Method in class org.apache.synapse.commons.datasource.DBPoolView
 
setName(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.Cookie
 
setName(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.Header
 
setName(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.QueryParameter
 
setName(String) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Set the name of the executor
setNamespaceContext(NamespaceContext) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventWriter
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
setNamespaceDeclarations(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setNamespaceSeparator(char) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setNext(Node) - Method in class org.apache.synapse.commons.templates.uri.parser.Node
 
setNextTimeWindow(long) - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
setNotFullCond(Condition) - Method in interface org.apache.synapse.commons.executors.InternalQueue
Get not full condition
setNotFullCond(Condition) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
setNotFullCond(Condition) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
setNumActive(int) - Method in class org.apache.synapse.commons.datasource.DBPoolView
 
setNumIdle(int) - Method in class org.apache.synapse.commons.datasource.DBPoolView
 
setNumTestsPerEvictionRun(int) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setParams(Map<String, String>) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
Set all the HTTP URL parameters
setParent(XMLEventReader) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLFilteredEventReader
 
setParent(XMLEventWriter) - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleEventWriter
 
setParent(XMLStreamWriter) - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleStreamWriter
 
setParent(XMLEventWriter) - Method in class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
setParent(XMLStreamWriter) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
setParent(XMLEventWriter) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLEventWriter
 
setParent(XMLStreamWriter) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
setPoolPreparedStatements(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setPrefix(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
 
setPrefix(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
setPrefix(String, String) - Method in class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventWriter
 
setPrefix(String, String) - Method in class org.apache.synapse.commons.staxon.core.util.EventWriterDelegate
 
setPrefix(String, String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
setPreserverNamespacesForJson(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setPrettyPrint(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setPriority(int) - Method in class org.apache.synapse.commons.evaluators.Condition
 
setPriority(int) - Method in interface org.apache.synapse.commons.executors.Importance
Set the priority
setPriority(int) - Method in interface org.apache.synapse.commons.executors.InternalQueue
Set the priority
setPriority(int) - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
setPriority(int) - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
setProcessNCNames(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setProducerOutgoingMessage(OutgoingMessage) - Method in class org.apache.synapse.commons.emulator.http.ChannelPipelineInitializer
 
setProhibitTimePeriod(long) - Method in class org.apache.synapse.commons.throttle.core.CallerConfiguration
To set Prohibit Time Period
setProperties(Properties) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setProperties(Map<String, Object>) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
Associate a set of properties with this evaluator context
setProperty(String, Object) - Method in interface org.apache.synapse.commons.executors.Importance
Set some properties
setProperty(String, Object) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
setProperty(String, Object) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLOutputFactory
 
setProperty(String, Object) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
setProperty(String, Object) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLOutputFactory
 
setQueue(MultiPriorityBlockingQueue<Runnable>) - Method in class org.apache.synapse.commons.executors.PriorityExecutor
Set the queue.
setReadWriteXmlNil(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setReconnectTimeout(long) - Method in class org.apache.synapse.commons.vfs.VFSOutTransportInfo
 
setRegex(Pattern) - Method in class org.apache.synapse.commons.evaluators.MatchEvaluator
 
setRemoteAccessFile(String) - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
setRemotePasswordFile(String) - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
setRemoteSSL(boolean) - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
setRemoveAbandoned(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setRemoveAbandonedTimeout(long) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setRepairingNamespaces(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setRepositoryListener(DataSourceInformationRepositoryListener) - Method in class org.apache.synapse.commons.datasource.DataSourceInformationRepository
Sets a DataSourceInformationRepositoryListener instance
setRepositoryType(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setRmiPort(int) - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
setRoleId(String) - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
setSecondPartOfIPRange(String) - Method in class org.apache.synapse.commons.throttle.core.impl.ipbase.IPBaseCallerConfiguration
To set Second Part Of IP Range
setSecretInformation(SecretInformation) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setSecretInformation(SecretInformation) - Method in class org.apache.synapse.commons.jmx.JmxInformation
 
setSharedTimestamp(String, long) - Static method in class org.apache.synapse.commons.throttle.core.SharedParamManager
Set distribute timestamp of caller context of given id to the provided value.
setSource(String) - Method in class org.apache.synapse.commons.evaluators.source.URLTextRetriever
 
setStatCollectionPeriod(long) - Static method in class org.apache.synapse.commons.throttle.module.utils.StatCollector
 
setStatDisplayWindow(long) - Static method in class org.apache.synapse.commons.throttle.module.utils.StatCollector
 
setStaticProperty(OMElement, Object) - Static method in class org.apache.synapse.commons.util.PropertyHelper
This method will set the static property discribed in the OMElement to the specified object.
setTestOnBorrow(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setTestOnReturn(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setTestWhileIdle(boolean) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setTextRetriever(SourceTextRetriever) - Method in class org.apache.synapse.commons.evaluators.EqualEvaluator
 
setTextRetriever(SourceTextRetriever) - Method in class org.apache.synapse.commons.evaluators.MatchEvaluator
 
setThrottleContextDistributedCleanupTaskFrequency(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
setThrottleContextDistributedExpiredInstanceTime(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
setThrottleDistributedCleanupAmount(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
setThrottleDistributedCleanupPoolSize(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
setThrottleDistributedCleanupTaskEnable(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
setThrottleFrequency(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
setThrottleId(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleContext
 
setThrottleProperties(ThrottleProperties) - Method in class org.apache.synapse.commons.throttle.core.internal.ThrottleServiceDataHolder
 
setThrottlingKeysToReplicates(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
setThrottlingPoolSize(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
setThrottlingReplicationFrequency(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setType(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setUnitTime(long) - Method in class org.apache.synapse.commons.throttle.core.CallerConfiguration
To set Unit Time
setUnitTime(long) - Method in class org.apache.synapse.commons.throttle.core.CallerContext
 
setupDataSourceInformationRepository(DataSourceInformationRepository, Properties) - Static method in class org.apache.synapse.commons.datasource.factory.DataSourceInformationRepositoryFactory
Setup an existing datasource information repository adding the provided datasource information.
setUri(String) - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpRequestContext
 
setUrl(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setUrl(String) - Method in class org.apache.synapse.commons.evaluators.EvaluatorContext
Set the URL
setValidationQuery(String) - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
setValue(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.Cookie
 
setValue(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.Header
 
setValue(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.QueryParameter
 
setValue(String) - Method in class org.apache.synapse.commons.evaluators.EqualEvaluator
 
setVariable(String) - Method in class org.apache.synapse.commons.resolvers.DefaultResolver
sets the input value
setVariable(String) - Method in class org.apache.synapse.commons.resolvers.FilePropertyResolver
set file property variable which needs to resolved
setVariable(String) - Method in interface org.apache.synapse.commons.resolvers.Resolver
 
setVariable(String) - Method in class org.apache.synapse.commons.resolvers.SystemResolver
set environment variable which needs to resolved
setVariables(String, Map<String, String>) - Method in class org.apache.synapse.commons.templates.uri.parser.ReservedStringExpression
 
setVariables(String, Map<String, String>) - Method in class org.apache.synapse.commons.templates.uri.parser.SimpleStringExpression
 
setVirtualRoot(QName) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setWindowReplicatorFrequency(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
setWindowReplicatorPoolSize(String) - Method in class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
setWriteNullForEmptyElement(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigImpl
 
setXMLReporter(XMLReporter) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
setXMLReporter(XMLReporter) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
setXMLResolver(XMLResolver) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLInputFactory
 
setXMLResolver(XMLResolver) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLInputFactory
 
SFTP_PREFIX - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
SharedParamManager - Class in org.apache.synapse.commons.throttle.core
 
SharedParamManager() - Constructor for class org.apache.synapse.commons.throttle.core.SharedParamManager
 
shutdown() - Method in class org.apache.synapse.commons.emulator.core.AbstractProtocolEmulator
 
shutdown(EmulatorType) - Method in class org.apache.synapse.commons.emulator.core.Emulator
 
shutdown() - Method in class org.apache.synapse.commons.emulator.http.consumer.HttpEmulatorConsumerInitializer
 
shutdown() - Method in class org.apache.synapse.commons.emulator.http.producer.HttpEmulatorProducerInitializer
 
shutdown(ConfigurationContext) - Method in class org.apache.synapse.commons.throttle.module.ThrottleModule
 
shutDown() - Method in class org.apache.synapse.commons.util.RMIRegistryController
Removes all registered RMI registries
SimpleStringExpression - Class in org.apache.synapse.commons.templates.uri.parser
 
SimpleStringExpression(String) - Constructor for class org.apache.synapse.commons.templates.uri.parser.SimpleStringExpression
 
SimpleXMLEventAllocator - Class in org.apache.synapse.commons.staxon.core.event
Simple implementation of XMLEventAllocator.
SimpleXMLEventAllocator() - Constructor for class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventAllocator
 
SimpleXMLEventFactory - Class in org.apache.synapse.commons.staxon.core.event
Simple implementation of XMLEventFactory.
SimpleXMLEventFactory() - Constructor for class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
SimpleXMLEventFactory(Location) - Constructor for class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventFactory
 
SimpleXMLEventReader - Class in org.apache.synapse.commons.staxon.core.event
Simple implementation of XMLEventReader.
SimpleXMLEventReader(XMLStreamReader) - Constructor for class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventReader
 
SimpleXMLEventReader(XMLStreamReader, XMLEventAllocator) - Constructor for class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventReader
 
SimpleXMLEventWriter - Class in org.apache.synapse.commons.staxon.core.event
Simple implementation of XMLEventWriter.
SimpleXMLEventWriter(XMLStreamWriter) - Constructor for class org.apache.synapse.commons.staxon.core.event.SimpleXMLEventWriter
 
SimpleXMLFilteredEventReader - Class in org.apache.synapse.commons.staxon.core.event
Simple implementation of a filtered XMLEventReader.
SimpleXMLFilteredEventReader(XMLEventReader, EventFilter) - Constructor for class org.apache.synapse.commons.staxon.core.event.SimpleXMLFilteredEventReader
 
SIZE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
size() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
size() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
size() - Method in class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
SIZE_ATT - Static variable in class org.apache.synapse.commons.executors.config.PriorityExecutorFactory
 
SNMP_COMMUNITY_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_CONTACT_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_CONTEXT_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_DEFAULT_COMMUNITY_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_DEFAULT_CONTACT_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_DEFAULT_CONTEXT_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_DEFAULT_DESCRIPTION - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_DEFAULT_HOST - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_DEFAULT_LOCATION - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_DEFAULT_PORT - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_DEFAULT_SECURITY_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_DEFAULT_VERSION - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_DESCRIPTION - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_ENABLED - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_HOST - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_LOCATION - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_PORT - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_SECURITY_NAME - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_VERSION - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_VERSION_1 - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMP_VERSION_2_C - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
 
SNMPConstants - Class in org.apache.synapse.commons.snmp
 
SNMPConstants() - Constructor for class org.apache.synapse.commons.snmp.SNMPConstants
 
SOAP - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
SOAPEnvelopeTextRetriever - Class in org.apache.synapse.commons.evaluators.source
 
SOAPEnvelopeTextRetriever(String) - Constructor for class org.apache.synapse.commons.evaluators.source.SOAPEnvelopeTextRetriever
 
SOURCE - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
SourceTextRetriever - Interface in org.apache.synapse.commons.evaluators.source
 
standaloneSet() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
start() - Method in class org.apache.synapse.commons.emulator.core.AbstractProtocolEmulator
 
start() - Method in class org.apache.synapse.commons.snmp.SynapseSNMPAgent
Start the SNMP agent for Synapse.
startArray() - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource
startArray() - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamTarget
Start array.
startArray() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AutoArrayTarget
 
startArray() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
startArray() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamTargetDelegate
 
startObject() - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource
startObject() - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamTarget
Start object
startObject() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AddRootSource
 
startObject() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AutoArrayTarget
 
startObject() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.RemoveRootTarget
 
startObject() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
startObject() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamTargetDelegate
 
statCollectionPeriod - Static variable in class org.apache.synapse.commons.throttle.module.utils.StatCollector
 
StatCollector - Class in org.apache.synapse.commons.throttle.module.utils
 
statDisplayWindow - Static variable in class org.apache.synapse.commons.throttle.module.utils.StatCollector
 
STATEFUL_BEANS_TIMEOUT - Static variable in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkConstants
Cache timeout in minutes for stateful session beans
STATEFUL_BEANS_WARN_LIMIT - Static variable in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkConstants
Warn limit for stateless session beans.
STATELESS_BEANS_TIMEOUT - Static variable in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkConstants
Cache timeout in minutes for stateless session beans
STATELESS_BEANS_WARN_LIMIT - Static variable in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkConstants
Warn limit for stateless session beans.
stop() - Method in class org.apache.synapse.commons.snmp.SynapseSNMPAgent
Stop and shutdown the Synapse SNMP agent.
STREAMING - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
StreamSourceDelegate - Class in org.apache.synapse.commons.staxon.core.json.stream.util
Delegating stream source.
StreamSourceDelegate(JsonStreamSource) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
StreamTargetDelegate - Class in org.apache.synapse.commons.staxon.core.json.stream.util
Delegating stream target.
StreamTargetDelegate(JsonStreamTarget) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.util.StreamTargetDelegate
 
StreamWriterDelegate - Class in org.apache.synapse.commons.staxon.core.util
Filter an XMLStreamWriter.
StreamWriterDelegate() - Constructor for class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
StreamWriterDelegate(XMLStreamWriter) - Constructor for class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
StringValidator - Class in org.apache.synapse.commons.json.jsonprocessor.validators
This class validate strings against the given schema object.
SUBFOLDER_TIMESTAMP - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
SYNAPSE_BEANSTALK_PREFIX - Static variable in interface org.apache.synapse.commons.beanstalk.enterprise.EnterpriseBeanstalkConstants
Prefix for beanstalk related configuration property names in synapse.properties.
SYNAPSE_COMMONS_ENABLE_XML_NIL_READ_WRITE - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_ENABLE_XML_NULL_FOR_EMPTY_ELEMENT - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_BUILD_VALID_NC_NAMES - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_DISABLE_AUTO_PRIMITIVE_CUSTOM_REPLACE_REGEX - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_DISABLE_AUTO_PRIMITIVE_CUSTOM_REPLACE_SEQUENCE - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_OUTPUT_AUTO_PRIMITIVE - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_OUTPUT_DISABLE_AUTO_PRIMITIVE_REGEX - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_OUTPUT_EMPTY_XML_ELEM_TO_EMPTY_STR - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_OUTPUT_ENABLE_NS_DECLARATIONS - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_OUTPUT_JSON_OUT_AUTO_ARRAY - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_OUTPUT_JSON_OUT_MULTIPLE_PI - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_OUTPUT_NAMESPACE_SEP_CHAR - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_OUTPUT_XML_OUT_AUTO_ARRAY - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_OUTPUT_XML_OUT_MULTIPLE_PI - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_COMMONS_JSON_PRESERVE_NAMESPACE - Static variable in class org.apache.synapse.commons.json.Constants
 
SYNAPSE_JSON_TO_XML_PROCESS_INSTRUCTION_ENABLE - Static variable in class org.apache.synapse.commons.json.Constants
Property to inform Staxon library to include xml multiple processing instruction in JSON -> XML transformation
SYNAPSE_NAMESPACE - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
SYNAPSE_OID_BRANCH - Static variable in class org.apache.synapse.commons.snmp.SNMPConstants
This OID branch has been uniquely assigned to the Synapse project by the ASF.
SynapseCommonsException - Exception in org.apache.synapse.commons
 
SynapseCommonsException(String) - Constructor for exception org.apache.synapse.commons.SynapseCommonsException
 
SynapseCommonsException(String, Throwable) - Constructor for exception org.apache.synapse.commons.SynapseCommonsException
 
SynapseCommonsException(Throwable) - Constructor for exception org.apache.synapse.commons.SynapseCommonsException
 
SynapseCommonsException(String, Log) - Constructor for exception org.apache.synapse.commons.SynapseCommonsException
 
SynapseCommonsException(String, Throwable, Log) - Constructor for exception org.apache.synapse.commons.SynapseCommonsException
 
SynapseMessageConverter - Class in org.apache.synapse.commons.builders
 
SynapseMessageConverter() - Constructor for class org.apache.synapse.commons.builders.SynapseMessageConverter
 
SynapseMIBUtils - Class in org.apache.synapse.commons.snmp
Utilities for generating Synapse OIDs and MIB entries
SynapseMIBUtils() - Constructor for class org.apache.synapse.commons.snmp.SynapseMIBUtils
 
SynapseMOScalar - Class in org.apache.synapse.commons.snmp
Synapse managed object scalar implementation.
SynapseMOScalar(OID, ObjectName, String, int) - Constructor for class org.apache.synapse.commons.snmp.SynapseMOScalar
 
SynapseSNMPAgent - Class in org.apache.synapse.commons.snmp
This is the public API for initializing and stopping the Synapse SNMP agent.
SynapseSNMPAgent(Properties) - Constructor for class org.apache.synapse.commons.snmp.SynapseSNMPAgent
 
SystemResolver - Class in org.apache.synapse.commons.resolvers
System resolver can be used to resolve environment variables in the synapse config.
SystemResolver() - Constructor for class org.apache.synapse.commons.resolvers.SystemResolver
 

T

take() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
Get an element.
TemporaryData - Class in org.apache.synapse.commons.util
Deprecated.
this class is deprecated and will be removed from the next release, please use the org.apache.axiom.util.blob.OverflowBlob from axiom instead
TemporaryData(int, int, String, String) - Constructor for class org.apache.synapse.commons.util.TemporaryData
Deprecated.
 
TenantInfoInitiator - Interface in org.apache.synapse.commons.util.ext
 
TenantInfoInitiatorProvider - Class in org.apache.synapse.commons.util.ext
 
text - Variable in class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource.Value
 
TextProcessingEvaluatorFactory - Class in org.apache.synapse.commons.evaluators.config
 
TextProcessingEvaluatorFactory() - Constructor for class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
 
TextProcessingEvaluatorSerializer - Class in org.apache.synapse.commons.evaluators.config
 
TextProcessingEvaluatorSerializer() - Constructor for class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorSerializer
 
ThreadingView - Class in org.apache.synapse.commons.jmx
ThreadingView can be used to monitor a named thread group over JMX.
ThreadingView(String) - Constructor for class org.apache.synapse.commons.jmx.ThreadingView
 
ThreadingView(String, boolean, double) - Constructor for class org.apache.synapse.commons.jmx.ThreadingView
 
ThreadingViewMBean - Interface in org.apache.synapse.commons.jmx
Provides metrics related to a given thread pool or group.
THREADS - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
Throttle - Class in org.apache.synapse.commons.throttle.core
The representation for Throttle - holds the both of runtime and static data.
Throttle() - Constructor for class org.apache.synapse.commons.throttle.core.Throttle
Default Constructor - initiates the context and configuration maps
THROTTLE_ASSERTION_QNAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
Deprecated. 
THROTTLE_CONTEXT_CLEANUP_TASK_FREQUENCY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_CONTEXT_DISTRIBUTED_CLEANUP_TASK_FREQUENCY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_CONTEXT_DISTRIBUTED_EXPIRED_INSTANCE_TIME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_DISTRIBUTED_CLEANUP_AMOUNT - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_DISTRIBUTED_CLEANUP_POOL_SIZE - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_DISTRIBUTED_CLEANUP_TASK_ENABLE - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_INFO_KEY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_MODULE_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_NS - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_NS_PREFIX - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_PROPERTY_PREFIX - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_SHARED_COUNTER_KEY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_TIMESTAMP_KEY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLE_TYPE_ATTRIBUTE_QNAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
ThrottleConfiguration - Interface in org.apache.synapse.commons.throttle.core
The abstraction to holds all the controlling policy parameter
ThrottleConfigurationFactory - Class in org.apache.synapse.commons.throttle.core.factory
Factory for creating a ThrottleConfiguration - holds all callers controle parameters
ThrottleConfigurationFactory() - Constructor for class org.apache.synapse.commons.throttle.core.factory.ThrottleConfigurationFactory
 
ThrottleConstants - Class in org.apache.synapse.commons.throttle.core
 
ThrottleContext - Class in org.apache.synapse.commons.throttle.core
Holds the all runtime data corresponding to call remote callers.
ThrottleContext(ThrottleConfiguration, ThrottleReplicator) - Constructor for class org.apache.synapse.commons.throttle.core.ThrottleContext
default constructor – expects a throttle configuration.
ThrottleContextCleanupTask - Class in org.apache.synapse.commons.throttle.core
This task is responsible for cleanup callers which has expired along with hazelcast shared params
ThrottleContextCleanupTask() - Constructor for class org.apache.synapse.commons.throttle.core.ThrottleContextCleanupTask
 
ThrottleContextFactory - Class in org.apache.synapse.commons.throttle.core.factory
Factory for creating a ThrottleContext - holds all callers runtime data - the current state
ThrottleContextFactory() - Constructor for class org.apache.synapse.commons.throttle.core.factory.ThrottleContextFactory
 
ThrottleDataHolder - Class in org.apache.synapse.commons.throttle.core
This class is used to keep frequently changing Throttle data.
ThrottleDataHolder() - Constructor for class org.apache.synapse.commons.throttle.core.ThrottleDataHolder
 
ThrottleDistributedInstancesCleanupTask - Class in org.apache.synapse.commons.throttle.core
This task is responsible for cleanup callers which has expired along with hazelcast shared params
ThrottleDistributedInstancesCleanupTask() - Constructor for class org.apache.synapse.commons.throttle.core.ThrottleDistributedInstancesCleanupTask
 
ThrottleEnguageUtils - Class in org.apache.synapse.commons.throttle.module
 
ThrottleEnguageUtils() - Constructor for class org.apache.synapse.commons.throttle.module.ThrottleEnguageUtils
 
ThrottleException - Exception in org.apache.synapse.commons.throttle.core
Exception for throttle
ThrottleException() - Constructor for exception org.apache.synapse.commons.throttle.core.ThrottleException
 
ThrottleException(String) - Constructor for exception org.apache.synapse.commons.throttle.core.ThrottleException
 
ThrottleFactory - Class in org.apache.synapse.commons.throttle.core
Factory for creating a throttle instance using throttle policy
ThrottleHandler - Class in org.apache.synapse.commons.throttle.module.handler
 
ThrottleHandler() - Constructor for class org.apache.synapse.commons.throttle.module.handler.ThrottleHandler
 
ThrottleModule - Class in org.apache.synapse.commons.throttle.module
 
ThrottleModule() - Constructor for class org.apache.synapse.commons.throttle.module.ThrottleModule
 
ThrottleObserver - Class in org.apache.synapse.commons.throttle.module
 
ThrottleObserver(ConfigurationContext, Throttle) - Constructor for class org.apache.synapse.commons.throttle.module.ThrottleObserver
 
ThrottlePolicyProcessor - Class in org.apache.synapse.commons.throttle.core
Deprecated.
The class for processing policy that specify throttle configuration
ThrottlePolicyProcessor() - Constructor for class org.apache.synapse.commons.throttle.core.ThrottlePolicyProcessor
Deprecated.
 
ThrottleProperties - Class in org.apache.synapse.commons.throttle.core
 
ThrottleProperties() - Constructor for class org.apache.synapse.commons.throttle.core.ThrottleProperties
 
ThrottleReplicator - Class in org.apache.synapse.commons.throttle.core
 
ThrottleReplicator() - Constructor for class org.apache.synapse.commons.throttle.core.ThrottleReplicator
 
THROTTLES_MAP - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
ThrottleServiceComponent - Class in org.apache.synapse.commons.throttle.core.internal
 
ThrottleServiceComponent() - Constructor for class org.apache.synapse.commons.throttle.core.internal.ThrottleServiceComponent
 
ThrottleServiceDataHolder - Class in org.apache.synapse.commons.throttle.core.internal
 
ThrottleServiceDataHolder() - Constructor for class org.apache.synapse.commons.throttle.core.internal.ThrottleServiceDataHolder
 
ThrottleUtil - Class in org.apache.synapse.commons.throttle.core
 
ThrottleUtil() - Constructor for class org.apache.synapse.commons.throttle.core.ThrottleUtil
 
ThrottleWindowReplicator - Class in org.apache.synapse.commons.throttle.core
 
ThrottleWindowReplicator() - Constructor for class org.apache.synapse.commons.throttle.core.ThrottleWindowReplicator
 
THROTTLING_CACHE - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleUtil
 
THROTTLING_CACHE - Static variable in class org.apache.synapse.commons.throttle.module.handler.ThrottleHandler
 
THROTTLING_CACHE_MANAGER - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleUtil
 
THROTTLING_CACHE_MANAGER - Static variable in class org.apache.synapse.commons.throttle.module.handler.ThrottleHandler
 
THROTTLING_KEYS_TO_REPLICATE - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLING_POOL_SIZE - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
THROTTLING_REPLICATION_FREQUENCY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
toArray(T[]) - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
toArray() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
toJson(OMElement, OutputStream) - Static method in class org.apache.synapse.commons.json.JsonFormatter
toJson(MessageContext, OutputStream) - Static method in class org.apache.synapse.commons.json.JsonStreamFormatter
toJsonStream(OMElement) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns an input stream that contains the JSON representation of an XML element.
toJsonString(OMElement) - Static method in class org.apache.synapse.commons.json.JsonUtil
 
toJsonString(OMElement, JsonXMLOutputFactory) - Static method in class org.apache.synapse.commons.json.JsonUtil
Converts an XML element to its JSON representation and returns it as a String.
token - Variable in class org.apache.synapse.commons.templates.uri.parser.Node
 
TOKEN_BASED_THROTTLE_KEY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
toReadOnlyStream(InputStream) - Static method in class org.apache.synapse.commons.json.JsonUtil
Returns a read only, re-readable input stream for an input stream.
toString() - Method in class org.apache.synapse.commons.datasource.DataSourceInformation
 
toString() - Method in class org.apache.synapse.commons.executors.MultiPriorityBlockingQueue
 
toString() - Method in class org.apache.synapse.commons.executors.queues.FixedSizeQueue
 
toString() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamReader
 
toString() - Method in enum org.apache.synapse.commons.staxon.core.json.stream.impl.Constants.SCANNER
 
toString() - Method in class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource.Value
 
toXml(InputStream, boolean) - Static method in class org.apache.synapse.commons.json.JsonBuilder
toXml(InputStream, boolean) - Static method in class org.apache.synapse.commons.json.JsonUtil
Converts a JSON input stream to its XML representation.
trace(Object) - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
trace(Object, Throwable) - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
trace(Object) - Method in class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
trace(Object, Throwable) - Method in class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
TranscationManger - Class in org.apache.synapse.commons.transaction
 
TranscationManger() - Constructor for class org.apache.synapse.commons.transaction.TranscationManger
 
transformElement(OMElement, boolean) - Static method in class org.apache.synapse.commons.json.JsonUtil
Removes XML namespace declarations, and namespace prefixes from an XML element.
transformElement(OMElement, boolean, Map, JsonXMLOutputFactory) - Static method in class org.apache.synapse.commons.json.JsonUtil
Removes XML namespace declarations, and namespace prefixes from an XML element.
TRANSPORT_AUTO_LOCK_RELEASE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
Lock release true/false
TRANSPORT_AUTO_LOCK_RELEASE_INTERVAL - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
Lock release interval
TRANSPORT_AUTO_LOCK_RELEASE_SAME_NODE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
Lock release same node
TRANSPORT_BUILD - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
Fully build the file
TRANSPORT_DISTRIBUTED_LOCK - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
Distributed Lock enable/disable
TRANSPORT_DISTRIBUTED_LOCK_TIMEOUT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
Distributed Lock timeout
TRANSPORT_FAILED_RECORD_NEXT_RETRY_DURATION - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
Once a record/file is marked as failed we'll try again to move the file after this amount of milliseconds
TRANSPORT_FAILED_RECORD_TIMESTAMP_FORMAT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FAILED_RECORDS_FILE_DESTINATION - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
The location to place the property file that contains the failed files
TRANSPORT_FAILED_RECORDS_FILE_NAME - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
If a rename/move operation failed, we'll keep track of a list in a text file and this will provide the ability to configure that property file name
TRANSPORT_FILE_ACTION_AFTER_ERRORS - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_ACTION_AFTER_FAILURE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_ACTION_AFTER_PROCESS - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_CONTENT_TYPE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_COUNT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
This specify the file count that will be processed in a cycle/batch
TRANSPORT_FILE_FILE_NAME_PATTERN - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_FILE_URI - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_INTERVAL - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
This specify the interval between files processed (in milliseconds)
TRANSPORT_FILE_LOCKING - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_LOCKING_DISABLED - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_LOCKING_ENABLED - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_MOVE_AFTER_ERRORS - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_MOVE_AFTER_FAILED_MOVE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
This specify the folder to which a move failed file should be moved to ( in next successful) attempt
TRANSPORT_FILE_MOVE_AFTER_FAILURE - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_MOVE_AFTER_PROCESS - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_MOVE_TIMESTAMP_FORMAT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TRANSPORT_FILE_RESOLVEHOST_DYNAMICALLY - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
This parameter is used decide whether the resolving hostname IP of URIs are done at deployment or dynamically.
TRANSPORT_FILE_SEND_FILE_LOCKING - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
parameter to set synchronous uploading of the files for a file protocol on host basis
TRANSPORT_FILE_SIZE_LIMIT - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
TreeMapTypeAdapterFactory - Class in org.apache.synapse.commons.emulator
Class responsible for holding the JSON data as a tree-map.
TreeMapTypeAdapterFactory() - Constructor for class org.apache.synapse.commons.emulator.TreeMapTypeAdapterFactory
 
trimStrings(String) - Static method in class org.apache.synapse.commons.emulator.RequestProcessor
Remove irrelevant whitespaces from the input string.
TRUE - Static variable in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource
"true" value
TYPE - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
TYPE_KEY - Static variable in class org.apache.synapse.commons.json.jsonprocessor.constants.ValidatorConstants
 

U

UnboundedQueue<E> - Class in org.apache.synapse.commons.executors.queues
An unbounded queue backed by and ArrayList.
UnboundedQueue(int) - Constructor for class org.apache.synapse.commons.executors.queues.UnboundedQueue
 
UNIT_TIME_PARAMETER_NAME - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
unmarshal(Class<? extends T>, JsonXML, Unmarshaller, XMLStreamReader) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
unRegister(String) - Method in interface org.apache.synapse.commons.datasource.DataSourceRepository
Removing datasource
unRegister(String) - Method in class org.apache.synapse.commons.datasource.InMemoryDataSourceRepository
 
unRegister(String) - Method in class org.apache.synapse.commons.datasource.JNDIBasedDataSourceRepository
 
unRegisterMBean(String, String) - Method in class org.apache.synapse.commons.jmx.MBeanRegistrar
 
unsetHazelcastInstance(HazelcastInstance) - Method in class org.apache.synapse.commons.throttle.core.internal.ThrottleServiceComponent
 
updateConnectionUsage(String) - Method in class org.apache.synapse.commons.datasource.DBPoolView
 
updateCounter(boolean) - Method in class org.apache.synapse.commons.throttle.core.ConcurrentAccessController
 
updateJMXUrl() - Method in class org.apache.synapse.commons.jmx.JmxInformation
Builds the JMX URL depending on the existence of RMI port.
URITemplate - Class in org.apache.synapse.commons.templates.uri
 
URITemplate(String) - Constructor for class org.apache.synapse.commons.templates.uri.URITemplate
 
URITemplateException - Exception in org.apache.synapse.commons.templates.uri
 
URITemplateException(String) - Constructor for exception org.apache.synapse.commons.templates.uri.URITemplateException
 
URITemplateException(String, Throwable) - Constructor for exception org.apache.synapse.commons.templates.uri.URITemplateException
 
URITemplateParser - Class in org.apache.synapse.commons.templates.uri.parser
 
URITemplateParser() - Constructor for class org.apache.synapse.commons.templates.uri.parser.URITemplateParser
 
URL - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
URLTextRetriever - Class in org.apache.synapse.commons.evaluators.source
 
URLTextRetriever() - Constructor for class org.apache.synapse.commons.evaluators.source.URLTextRetriever
 
UserPriviligesHandler - Interface in org.apache.synapse.commons.throttle.module.utils
 
Util - Class in org.apache.synapse.commons.crypto
This is a util class to provide required functions.
Util() - Constructor for class org.apache.synapse.commons.crypto.Util
 
Utils - Class in org.apache.synapse.commons.throttle.module.utils
 
Utils() - Constructor for class org.apache.synapse.commons.throttle.module.utils.Utils
 

V

validateArray(Map.Entry<String, JsonElement>, JsonObject) - Static method in class org.apache.synapse.commons.json.jsonprocessor.validators.ArrayValidator
This method will validates an input array according to a given schema.
validateBoolean(JsonObject, String) - Static method in class org.apache.synapse.commons.json.jsonprocessor.validators.BooleanValidator
Validate a boolean string according to a given schema.
validateNominal(JsonObject, String) - Static method in class org.apache.synapse.commons.json.jsonprocessor.validators.StringValidator
Validate a given string against its schema.
validateNull(JsonObject, String) - Static method in class org.apache.synapse.commons.json.jsonprocessor.validators.NullValidator
Validate a null input against schema.
validateNumeric(JsonObject, String) - Static method in class org.apache.synapse.commons.json.jsonprocessor.validators.NumericValidator
Take JSON schema, number as a string input and validate.
validateObject(JsonObject, JsonObject) - Static method in class org.apache.synapse.commons.json.jsonprocessor.validators.ObjectValidator
This method will validate a given JSON input object according to
validatePasswords(String, String) - Static method in class org.apache.synapse.commons.crypto.Util
Helper method to validate store password and key password
ValidatorConstants - Class in org.apache.synapse.commons.json.jsonprocessor.constants
Constants used in JSON parser.
ValidatorException - Exception in org.apache.synapse.commons.json.jsonprocessor.exceptions
Exception for validation rule violations.
ValidatorException(String) - Constructor for exception org.apache.synapse.commons.json.jsonprocessor.exceptions.ValidatorException
 
ValidatorException(String, Throwable) - Constructor for exception org.apache.synapse.commons.json.jsonprocessor.exceptions.ValidatorException
 
VALUE - Static variable in class org.apache.synapse.commons.evaluators.EvaluatorConstants
 
VALUE - Static variable in class org.apache.synapse.commons.executors.ExecutorConstants
 
value() - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource
Consume JsonStreamToken.VALUE token.
Value(String, Number) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource.Value
Create number value
Value(String) - Constructor for class org.apache.synapse.commons.staxon.core.json.stream.JsonStreamSource.Value
Create string value
value(Object) - Method in interface org.apache.synapse.commons.staxon.core.json.stream.JsonStreamTarget
Write value.
value() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AddRootSource
 
value(Object) - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AutoArrayTarget
 
value(Object) - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.AutoPrimitiveTarget
 
value(Object) - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.CustomRegexIgnoreAutoPrimitiveTarget
 
value(Object) - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.CustomRegexMatchReplaceIgnoreAutoPrimitiveTarget
 
value() - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamSourceDelegate
 
value(Object) - Method in class org.apache.synapse.commons.staxon.core.json.stream.util.StreamTargetDelegate
 
valueOf(String) - Static method in enum org.apache.synapse.commons.crypto.EncodeDecodeTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.synapse.commons.emulator.core.EmulatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.synapse.commons.evaluators.EvaluatorConstants.URI_FRAGMENTS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.synapse.commons.staxon.core.json.stream.impl.Constants.SCANNER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.synapse.commons.staxon.core.json.stream.JsonStreamToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.synapse.commons.vfs.VFSConstants.SFTP_FILE_OPTION
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.synapse.commons.crypto.EncodeDecodeTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.synapse.commons.emulator.core.EmulatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.synapse.commons.evaluators.EvaluatorConstants.URI_FRAGMENTS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.synapse.commons.staxon.core.json.stream.impl.Constants.SCANNER
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.synapse.commons.staxon.core.json.stream.JsonStreamToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.synapse.commons.vfs.VFSConstants.SFTP_FILE_OPTION
Returns an array containing the constants of this enum type, in the order they are declared.
Variable - Class in org.apache.synapse.commons.templates.uri.parser
 
Variable(String) - Constructor for class org.apache.synapse.commons.templates.uri.parser.Variable
 
variableList - Variable in class org.apache.synapse.commons.templates.uri.parser.Expression
 
VFS_PREFIX - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
VFSConstants - Class in org.apache.synapse.commons.vfs
 
VFSConstants() - Constructor for class org.apache.synapse.commons.vfs.VFSConstants
 
VFSConstants.SFTP_FILE_OPTION - Enum in org.apache.synapse.commons.vfs
 
VFSOutTransportInfo - Class in org.apache.synapse.commons.vfs
The VFS OutTransportInfo is a holder of information to send an outgoing message (e.g.
VFSOutTransportInfo(String, boolean) - Constructor for class org.apache.synapse.commons.vfs.VFSOutTransportInfo
Constructs the VFSOutTransportInfo containing the information about the file to which the response has to be submitted to.
VFSParamDTO - Class in org.apache.synapse.commons.vfs
 
VFSParamDTO() - Constructor for class org.apache.synapse.commons.vfs.VFSParamDTO
 
VFSUtils - Class in org.apache.synapse.commons.vfs
 
virtualRoot(QName) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set virtualRoot property and return receiver.
virtualRoot(String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set virtualRoot property and return receiver.

W

WAIT_TIME_BEFORE_READ - Static variable in class org.apache.synapse.commons.vfs.VFSConstants
 
warn(Object) - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
warn(Object, Throwable) - Method in class org.apache.synapse.commons.logger.CorrelationMDCAwareLogger
 
warn(Object) - Method in class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
warn(Object, Throwable) - Method in class org.apache.synapse.commons.logger.CorrelationMDCImmediateLogger
 
when(IncomingMessage) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 
when(IncomingMessage) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpProducerContext
 
WINDOW_REPLICATOR_FREQUENCY - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
WINDOW_REPLICATOR_POOL_SIZE - Static variable in class org.apache.synapse.commons.throttle.core.ThrottleConstants
 
withBody(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.IncomingMessage
 
withBody(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
withBody(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
withBody(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.OutgoingMessage
 
withCookie(String, String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
withCookie(String, String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
withCookies(Cookie...) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
withCookies(Cookie...) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
withEmptyBody() - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
withHeader(String, String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.IncomingMessage
 
withHeader(String, String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
withHeader(String, String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
withHeader(String, String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.OutgoingMessage
 
withHeaders(Header...) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
withHeaders(Header...) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
withHeaders(Header...) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.OutgoingMessage
 
withMethod(HttpMethod) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.IncomingMessage
 
withMethod(HttpMethod) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
withPath(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.IncomingMessage
 
withPath(String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
withQueryParameter(String, String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.IncomingMessage
 
withQueryParameter(String, String) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
withQueryParameters(QueryParameter...) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.IncomingMessage
 
withStatusCode(HttpResponseStatus) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.consumer.OutgoingMessage
 
withStatusCode(HttpResponseStatus) - Method in class org.apache.synapse.commons.emulator.http.dsl.dto.producer.OutgoingMessage
 
writeArray(Class<?>, JsonXML, JAXBContext, Writer, Collection<?>) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
writeArray(Writer, Collection<T>) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLMapper
 
writeArray(OutputStream, Collection<T>) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLMapper
 
writeAsJson(MessageContext, OutputStream) - Static method in class org.apache.synapse.commons.json.JsonUtil
Converts the XML payload of a message context into its JSON representation and writes it to an output stream.
If no XML payload is found, the existing JSON payload will be copied to the output stream.
Note that this method removes all existing namespace declarations and namespace prefixes of the payload that is
present in the provided message context.
writeAsJson(OMElement, OutputStream) - Static method in class org.apache.synapse.commons.json.JsonUtil
Converts an XML element to its JSON representation and writes it to an output stream.
Note that this method removes all existing namespace declarations and namespace prefixes of the provided XML element
writeAsJson(OMElement, OutputStream, Map, JsonXMLOutputFactory) - Static method in class org.apache.synapse.commons.json.JsonUtil
Converts an XML element to its JSON representation and writes it to an output stream.
Note that this method removes all existing namespace declarations and namespace prefixes of the provided XML element
writeAttr(String, String, String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
Write attribute.
writeAttr(String, String, String, String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeAttribute(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeAttribute(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeAttribute(String, String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeBoolean(Boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
Write boolean value.
writeCData(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeCData(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeCData(String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeCharacters(Object, int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeCharacters(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeCharacters(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeCharacters(String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeComment(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeComment(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeComment(String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeData(Object, int) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
Write characters/comment/dtd/entity data.
writeData(Object, int) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeDTD(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeDTD(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeEmptyElement(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeEmptyElement(String) - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleStreamWriter
 
writeEmptyElement(String, String) - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeEmptyElement(String, String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeEmptyElement(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeEmptyElement(String, String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeEmptyElement(String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeEndArray() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeEndDocument() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeEndDocument() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeEndDocument() - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeEndElement() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeEndElement() - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleStreamWriter
 
writeEndElement() - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeEndElement() - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeEndElementTag() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
Write end element tag.
writeEndElementTag() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeEntityRef(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeEntityRef(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeNamespace(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeNamespace(String, String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeNamespace(String, String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeNsDecl(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
Write namespace declaration.
writeNsDecl(String, String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeNullForEmptyElement(boolean) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLConfigBuilder
Set writeNullForEmptyElement property and return receiver.
writeNumber(Number) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
Write number value.
writeObject(Class<?>, JsonXML, JAXBContext, Writer, Object) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLBinder
 
writeObject(Writer, T) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLMapper
 
writeObject(OutputStream, T) - Method in class org.apache.synapse.commons.staxon.core.json.jaxb.JsonXMLMapper
 
writePI(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
Read processing instruction.
writePI(String, String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeProcessingInstruction(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeProcessingInstruction(String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeStartArray(String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeStartDocument() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeStartDocument(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeStartDocument() - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeStartDocument(String, String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeStartDocument(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeStartDocument() - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeStartDocument(String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeStartElement(String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeStartElement(String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
 
writeStartElement(String) - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleStreamWriter
 
writeStartElement(String, String) - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleStreamWriter
 
writeStartElement(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleStreamWriter
 
writeStartElement(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeStartElement(String, String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeStartElement(String) - Method in class org.apache.synapse.commons.staxon.core.util.StreamWriterDelegate
 
writeStartElement(String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeStartElement(String, String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.xml.util.PrettyXMLStreamWriter
 
writeStartElementTag(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
Write open start element tag.
writeStartElementTag(String, String, String) - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeStartElementTagEnd() - Method in class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamWriter
Write close start element tag.
writeStartElementTagEnd() - Method in class org.apache.synapse.commons.staxon.core.json.JsonXMLStreamWriter
 
writeTo(MessageContext, OMOutputFormat, OutputStream, boolean) - Method in class org.apache.synapse.commons.formatters.XFormURLEncodedFormatter
 
writeTo(MessageContext, OMOutputFormat, OutputStream, boolean) - Method in class org.apache.synapse.commons.json.JsonFormatter
 
writeTo(MessageContext, OMOutputFormat, OutputStream, boolean) - Method in class org.apache.synapse.commons.json.JsonStreamFormatter
 
writeTo(OutputStream) - Method in class org.apache.synapse.commons.util.TemporaryData
Deprecated.
Write the data to a given output stream.
writingDelay(int) - Method in class org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
 

X

XFormURLEncodedBuilder - Class in org.apache.synapse.commons.builders
Synapse specific message builder for "application/x-www-form-urlencoded" content type.
XFormURLEncodedBuilder() - Constructor for class org.apache.synapse.commons.builders.XFormURLEncodedBuilder
 
XFormURLEncodedFormatter - Class in org.apache.synapse.commons.formatters
Formates the request message as application/x-www-form-urlencoded
XFormURLEncodedFormatter() - Constructor for class org.apache.synapse.commons.formatters.XFormURLEncodedFormatter
 
XMLMultipleEventWriter - Class in org.apache.synapse.commons.staxon.core.json.util
Simple delegate writer which generates <?xml-multiple?> processing instructions when writing a sequence of elements matching some element path.
XMLMultipleEventWriter(XMLEventWriter, boolean, String...) - Constructor for class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleEventWriter
Create instance.
XMLMultipleStreamWriter - Class in org.apache.synapse.commons.staxon.core.json.util
Simple delegate writer which generates <?xml-multiple?> processing instructions when writing a sequence of elements matching some element path.
XMLMultipleStreamWriter(XMLStreamWriter, boolean, String...) - Constructor for class org.apache.synapse.commons.staxon.core.json.util.XMLMultipleStreamWriter
Create instance.
XMLStreamReaderScope<T> - Class in org.apache.synapse.commons.staxon.core.base
 
XMLStreamReaderScope(String, T) - Constructor for class org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope
 
XMLStreamReaderScope(NamespaceContext, T) - Constructor for class org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope
 
XMLStreamReaderScope(XMLStreamReaderScope<T>, String, String, String) - Constructor for class org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope
 
XMLStreamWriterScope<T> - Class in org.apache.synapse.commons.staxon.core.base
 
XMLStreamWriterScope(String, T) - Constructor for class org.apache.synapse.commons.staxon.core.base.XMLStreamWriterScope
 
XMLStreamWriterScope(NamespaceContext, T) - Constructor for class org.apache.synapse.commons.staxon.core.base.XMLStreamWriterScope
 
XMLStreamWriterScope(XMLStreamWriterScope<T>, String, String, String, boolean) - Constructor for class org.apache.synapse.commons.staxon.core.base.XMLStreamWriterScope
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.