Sonic ESB API
A B C D E F G H I J L M N O P R S T U V W X

A

abortContainer() - Method in interface com.sonicsw.esb.mgmtapi.runtime.IContainerRuntimeAPI
 
abortContainer() - Method in interface com.sonicsw.xq.XQLifeCycleManager
A service can use this API to stop the ESB container it is hosted in.
abortProcesses(String[]) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IContainerRuntimeAPI
Abort ESB processes
abortService() - Method in interface com.sonicsw.xq.XQLifeCycleManager
Abort the service.
abortServices(String[]) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IContainerRuntimeAPI
Abort ESB services
AbstractSFCServiceImpl - Class in com.sonicsw.esb.service.common.impl
 
AbstractSFCServiceImpl() - Constructor for class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
Constructs a service instance.
AbstractXQService - Class in com.sonicsw.esb.service.common.impl.core
Base implementation of XQService that integrates some non-public ESB APIs.
AbstractXQService() - Constructor for class com.sonicsw.esb.service.common.impl.core.AbstractXQService
 
addAddress(XQAddress) - Method in interface com.sonicsw.xq.XQEnvelope
Adds an address to the set of "To:" addresses.
addAddresses(List<XQAddress>) - Method in interface com.sonicsw.xq.XQEnvelope
Adds all of the addresses in a list of addresses to the set of "To:" addresses.
addESBContainerToMFContainer(String, String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
add an ESB container to the MF container identified by name
addExitAddress(IAddress) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Add a new exit destination to the set of addresses outputs from the process are delivered to.
addExitAddress(IAddress) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
Add the specified address to the set of exit endpoints for this service.
addExitEndpoint(XQAddress) - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
addFault(XQEnvelope) - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Adds the specified envelope to the faultbox.
addFault(XQMessage) - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Wraps the specified message in an envelope and adds it to the faultbox.
addFault(XQEnvelope) - Method in interface com.sonicsw.xq.XQServiceContext
Adds the specified envelope to the faultbox for delivery by the SonicXQ framework to the pre-specified fault destination.
addFault(XQMessage) - Method in interface com.sonicsw.xq.XQServiceContext
Adds the specified fault to the faultbox for delivery by the SonicXQ framework.
addIncomingToOutbox() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Add the incoming message envelope to the outbox.
addNotification(INotificationInfo) - Method in interface com.sonicsw.esb.service.common.impl.core.MetricsRegistrar
Register a notification.
addOutgoing(XQEnvelope) - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Adds the specified envelope to the outbox.
addOutgoing(XQMessage) - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Wraps the specified message in an envelope and adds it to the outbox.
addOutgoing(XQEnvelope) - Method in interface com.sonicsw.xq.XQServiceContext
Adds the specified envelope to the outbox for delivery by the SonicXQ framework.
addOutgoing(XQMessage) - Method in interface com.sonicsw.xq.XQServiceContext
Adds the specified message to the outbox for delivery by the SonicXQ framework.
addPart(XQPart) - Method in interface com.sonicsw.xq.XQMessage
Adds a part to the XQMessage.
addPartAt(XQPart, int) - Method in interface com.sonicsw.xq.XQMessage
Adds a part to the XQMessage.
addProcess(IProcessConfig, int) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Deploy a process into this container.
ADDRESS_ENDPOINT - Static variable in interface com.sonicsw.xq.XQConstants
XQAddress object references an ENDPOINT
ADDRESS_EXPRESSION - Static variable in interface com.sonicsw.xq.XQConstants
XQAddress object references an Expression
ADDRESS_PROCESS - Static variable in interface com.sonicsw.xq.XQConstants
XQAddress object references a PROCESS
ADDRESS_REPLY_TO - Static variable in interface com.sonicsw.xq.XQConstants
XQAddress object references a REPLY_TO address
ADDRESS_SERVICE - Static variable in interface com.sonicsw.xq.XQConstants
XQAddress object references a SERVICE
ADDRESS_STRING_ENDPOINT - Static variable in interface com.sonicsw.xq.XQConstants
String name for an ENDPOINT address used in XQAddress The constant value is "ENDPOINT".
ADDRESS_STRING_EXPRESSION - Static variable in interface com.sonicsw.xq.XQConstants
String name for a EXPRESSION address used in XQAddress The constant value is "EXPRESSION".
ADDRESS_STRING_PROCESS - Static variable in interface com.sonicsw.xq.XQConstants
String name for a PROCESS address used in XQAddress The constant value is "PROCESS".
ADDRESS_STRING_REPLY_TO - Static variable in interface com.sonicsw.xq.XQConstants
String name for a REPLY_TO address used in XQAddress The constant value is "REPLY_TO".
ADDRESS_STRING_SERVICE - Static variable in interface com.sonicsw.xq.XQConstants
String name for a SERVICE address used in XQAddress The constant value is "SERVICE".
ADDRESS_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
addService(IServiceApplicationConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Deploy a service or process into this container (Advanced Use).
addService(String, int) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Deploy a service into this container.
addToContainer(IContainerConfig, int) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Add to the container who's configuration was specified
addToContainer(IContainerConfig, int) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
Add to the container who's configuration was specified
ALL_PARTS - Static variable in interface com.sonicsw.xq.XQConstants
XQMessage Part index value, signifying all parts.
ALO_QOS - Static variable in interface com.sonicsw.xq.XQConstants
Int value of a QoS level supported by SonicESB endpoints and asynchronous dispatch API.
asMap() - Static method in class com.sonicsw.esb.service.common.SFCDiagnosticContext
 
AT_LEAST_ONCE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IQos
 
AT_LEAST_ONCE - Static variable in class com.sonicsw.xq.XQQualityofService
 
AVERAGE - Static variable in class com.sonicsw.esb.service.common.metrics.MetricType
 

B

BE_QOS - Static variable in interface com.sonicsw.xq.XQConstants
Int value of a QoS level supported by SonicESB endpoints and asynchronous dispatch API.
BEAN_CONFIG_LOCATIONS - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
Spring bean XML configuration locations.
BEST_EFFORT - Static variable in interface com.sonicsw.esb.mgmtapi.config.IQos
 
BEST_EFFORT - Static variable in class com.sonicsw.xq.XQQualityofService
 
BOOLEAN_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
buildAverageMetric(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricsBuilder
Builds a simple metric which computes the average value since the last metric reset.
buildMaxValueMetric(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricsBuilder
Builds a simple metric which keeps track of the highest value since the last metric reset.
buildMetric(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricsBuilder
Builds a simple value metric.
buildMinValueMetric(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricsBuilder
Builds a simple metric which keeps track of the lowest value since the last metric reset.
buildPerMinuteRateMetric(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricsBuilder
Builds an historical metric to measure a per-minute rate.
buildPerSecondRateMetric(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricsBuilder
Builds an historical metric to measure a per-second rate.
buildRollingAverageMetric(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricsBuilder
Builds an historical metric which computes the average increment over a collection interval.
buildRollingMaxValueMetric(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricsBuilder
Builds an historical metric which keeps track of the highest value over a collection interval.
buildRollingMinValueMetric(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricsBuilder
Builds an historical metric which keeps track of the lowest value over a collection interval.
buildTotalValueMetric(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricsBuilder
Builds a simple metric which keeps a running total of all values.

C

call(XQMessage, long) - Method in interface com.sonicsw.xq.adapter.XQMessageAdapter
Sends a message and receives the response from the EIS
call(XQMessage, long) - Method in interface com.sonicsw.xq.XQEndpoint
Sends a message to the endpoint and waits for a reply.
canTransitionTo(XQState) - Method in class com.sonicsw.xq.XQState
Indicates whether it is valid to transition from this state to the given target state.
CBR - Class in com.sonicsw.xq.service.cbr
 
CBRFactory - Class in com.sonicsw.xq.service.cbr
 
CBRService - Class in com.sonicsw.xq.service.cbr
 
CBRService() - Constructor for class com.sonicsw.xq.service.cbr.CBRService
Default contructor for the CBRService.
Check - Class in com.sonicsw.esb.service.common.util
Static utilities for checking object state.
CheckArg - Class in com.sonicsw.esb.service.common.util
Static utilities for checking method arguments.
clearAddresses() - Method in interface com.sonicsw.xq.XQEnvelope
Clears the set of "To:" addresses for this envelope.
clearExitAddresses() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Empty out the set of exit destinations.
clearExitAddresses() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
clear the set of exit endpoints.
clearFaults() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Clears the faultbox of all envelopes.
clearFaults() - Method in interface com.sonicsw.xq.XQServiceContext
Clears the faultbox of all envelopes.
clearHistory() - Method in class com.sonicsw.esb.service.common.util.spring.DuplicateAwareApplicationContext
Clears the history of overridden component names.
clearLogFiles(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Clear the current log and archived rolling logs of the container.
clearLogFiles(String) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IMonitoredContainerRuntimeAPI
Invoke the Agent's JMX clearLogFile operation, which deletes the current log file and the archived ones
clearOutgoing() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Clears the outbox of all envelopes.
clearOutgoing() - Method in interface com.sonicsw.xq.XQServiceContext
Clears the outbox of all envelopes.
clone() - Method in interface com.sonicsw.esb.service.common.impl.ContextAwareVariableResolver
Clones the resolver so that a new instance can be obtained for each thread, before the context is set.
clone() - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver
 
clone() - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver
 
clone() - Method in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver
 
clone() - Method in interface com.sonicsw.xq.XQCloneable
Create a clone of the object
cloneEndpointConfig(String, String) - Method in interface com.sonicsw.xq.XQEndpointManager
Clone an configured endpoint configuration, and create a new transient endpoint configuration.
cloneEntryEndpointConfig(String) - Method in interface com.sonicsw.xq.XQEndpointManager
Clone the container configured entry endpoint configuration for this service , and create a new transient endpoint configuration.
com.sonicsw.esb.mgmtapi - package com.sonicsw.esb.mgmtapi
 
com.sonicsw.esb.mgmtapi.config - package com.sonicsw.esb.mgmtapi.config
 
com.sonicsw.esb.mgmtapi.runtime - package com.sonicsw.esb.mgmtapi.runtime
 
com.sonicsw.esb.service.common - package com.sonicsw.esb.service.common
Provides interfaces for creating an ESB service implementation that extends the Sonic Foundation Classes
com.sonicsw.esb.service.common.impl - package com.sonicsw.esb.service.common.impl
Provides an abstract base implementation of SFCService and supporting classes
com.sonicsw.esb.service.common.impl.core - package com.sonicsw.esb.service.common.impl.core
Provides an abstraction layer for ESB core APIs used by the Sonic Foundation Classes that are not part of the public/documented XQ API.
com.sonicsw.esb.service.common.metrics - package com.sonicsw.esb.service.common.metrics
Provides interfaces and classes for metrics and notifications.
com.sonicsw.esb.service.common.util - package com.sonicsw.esb.service.common.util
Provides utility classes for SFC services
com.sonicsw.esb.service.common.util.spring - package com.sonicsw.esb.service.common.util.spring
Provides utilities for integrating with Spring
com.sonicsw.esb.service.common.util.variables - package com.sonicsw.esb.service.common.util.variables
Provides utilities for finding and resolving variables in string content
com.sonicsw.xq - package com.sonicsw.xq
Sonic ESB API.
com.sonicsw.xq.adapter - package com.sonicsw.xq.adapter
 
com.sonicsw.xq.service.cbr - package com.sonicsw.xq.service.cbr
 
com.sonicsw.xq.service.xform - package com.sonicsw.xq.service.xform
 
COMMAND_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
compareTo(VersionNumber) - Method in class com.sonicsw.esb.service.common.VersionNumber
 
compareTo(Object) - Method in class com.sonicsw.xq.XQState
 
compile(Executable) - Method in class com.sonicsw.xq.service.xform.MessageExtension
 
ContainerDeploymentParameterVariableResolver - Class in com.sonicsw.esb.service.common.impl
 
ContainerDeploymentParameterVariableResolver() - Constructor for class com.sonicsw.esb.service.common.impl.ContainerDeploymentParameterVariableResolver
Default constructor.
ContainerDeploymentParameterVariableResolver(IComponentContext) - Constructor for class com.sonicsw.esb.service.common.impl.ContainerDeploymentParameterVariableResolver
 
ContainerDeploymentParameterVariableResolver.ContainerDeploymentParameterVariable - Class in com.sonicsw.esb.service.common.impl
 
ContainerMetricsHandler - Interface in com.sonicsw.esb.service.common.metrics
A MetricsHandler for registering container metrics.
contains(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
Indicates whether the specified parameter exists in this parameter set.
containsHeader(String) - Method in interface com.sonicsw.xq.XQMessage
Indicates whether a header value exists.
containsParameter(String, int) - Method in interface com.sonicsw.xq.XQParameters
Check if the specified parameter exists.
containsVariables(String) - Method in interface com.sonicsw.esb.service.common.util.variables.VariableParser
Returns true if the given content contains one or more variable tokens.
containsVariables(String) - Method in class com.sonicsw.esb.service.common.util.variables.VariableParserImpl
 
CONTENT_ID_FAULT - Static variable in interface com.sonicsw.xq.XQConstants
CONTENT_ID_FAULT Content ID of faults expected by the Web Service invocation steps used in ESB Processes.
CONTENT_TYPE_ANYTEXT - Static variable in interface com.sonicsw.xq.XQConstants
Prefix used for message or message part that contains any text data.
CONTENT_TYPE_BPHEADER - Static variable in interface com.sonicsw.xq.XQConstants
Message or message part contains a SonicXQ Business Process Header The constant value is "application/x-sonicxq-bpheader; version=2.0".
CONTENT_TYPE_BPHEADER_OLD - Static variable in interface com.sonicsw.xq.XQConstants
Message or message part contains a pre-XQ1.5 SonicXQ Business Process Header The constant value is "application/x-sonicxq-bpheader".
CONTENT_TYPE_BYTES - Static variable in interface com.sonicsw.xq.XQConstants
Message or message part contains binary data.
CONTENT_TYPE_FAULTHEADER - Static variable in interface com.sonicsw.xq.XQConstants
Message or message part contains a SonicXQ Business Process Header related to fault handling The constant value is "application/x-sonicfault-bpheader; version=2.0".
CONTENT_TYPE_HTML - Static variable in interface com.sonicsw.xq.XQConstants
Message or message part contains html data.
CONTENT_TYPE_TEXT - Static variable in interface com.sonicsw.xq.XQConstants
Message or message part contains text data.
CONTENT_TYPE_XML - Static variable in interface com.sonicsw.xq.XQConstants
Message or message part contains XML data.
CONTEXT - Static variable in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver.ProcessContextVariable
 
ContextAwareVariableResolver - Interface in com.sonicsw.esb.service.common.impl
VariableResolver that depends on service context.
ContextAwareVariableResolverFactory - Class in com.sonicsw.esb.service.common.impl
Decorates a VariableResolverFactory to add support for resolvers that depend on the current SFC context.
ContextAwareVariableResolverFactory(VariableResolverFactory) - Constructor for class com.sonicsw.esb.service.common.impl.ContextAwareVariableResolverFactory
 
COUNT - Static variable in class com.sonicsw.esb.service.common.metrics.MetricType
 
COUNTER - Static variable in class com.sonicsw.esb.service.common.metrics.UpdateMode
 
create() - Method in class com.sonicsw.xq.service.cbr.CBRFactory
 
create(String, String, Object[]) - Method in class com.sonicsw.xq.service.cbr.CBRFactory
 
create() - Method in class com.sonicsw.xq.service.xform.XformFactory
 
create(String, String, Object[]) - Method in class com.sonicsw.xq.service.xform.XformFactory
 
createAddress(String, int) - Method in interface com.sonicsw.xq.XQAddressFactory
Create an new XQAddress with the specified name and type.
createAddress(String, String) - Method in interface com.sonicsw.xq.XQAddressFactory
Creates a new XQAddress.
createAPI(String, String, String, String) - Method in class com.sonicsw.esb.mgmtapi.ESBAPIFactory
Create and connect an instance of an ESBAPI to the identified domain
createConnectionConfig(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Create a new un-configured connection configuration.
createConnectionType(String) - Static method in class com.sonicsw.esb.mgmtapi.config.IConnectionConfig.ConnectionType
 
createContextVariable(String) - Method in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver
 
createDefaultEnvelope() - Method in interface com.sonicsw.xq.XQEnvelopeFactory
Creates an envelope w/ no content destined for the default address.
createDefaultEnvelope(XQMessage) - Method in interface com.sonicsw.xq.XQEnvelopeFactory
Creates an envelope containing the specified message destined for the default address.
createEndpoint(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Create a new Endpoint configuration
createEndpointAddress(String) - Method in interface com.sonicsw.xq.XQAddressFactory
Create a new Endpoint XQAddress.
createEndpointType(String) - Static method in class com.sonicsw.esb.mgmtapi.config.IEndpointConfig.EndpointType
 
createESBAPIFactory() - Static method in class com.sonicsw.esb.mgmtapi.ESBAPIFactory
Create an instance of the ESBAPIFactory, with default values.
createESBContainer(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
Create a new XQ Container configuration
createFaultEnvelope() - Method in interface com.sonicsw.xq.XQEnvelopeFactory
Creates an envelope w/ no content destined for the fault address.
createFaultEnvelope(XQMessage) - Method in interface com.sonicsw.xq.XQEnvelopeFactory
Creates an envelope containing the specified message destined for the fault address.
createFaultParameterVariable(String) - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver
 
createHeaderVariable(String) - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver
 
createInflightPropsVariable(String) - Method in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver
 
createInputParameterVariable(String) - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver
 
createListener() - Method in interface com.sonicsw.xq.adapter.XQMessageListenerFactory
creates a listener for a particular dispatch.
createMessage() - Method in interface com.sonicsw.xq.adapter.XQMessageAdapter
creates the default message implementation for the adapter.
createMessage(Object) - Method in interface com.sonicsw.xq.adapter.XQMessageAdapter
translates the native message format into an XQMessage
createMessage() - Method in interface com.sonicsw.xq.XQEndpoint
Create an XQMessage that is (possibly) optimized for this endpoint.
createMessage() - Method in interface com.sonicsw.xq.XQMessageFactory
Create a new XQMessage.
createMessage(XQMessage) - Method in interface com.sonicsw.xq.XQMessageFactory
Create a new XQMessage which is a clone of the specified message.
createMessage(XQEndpoint) - Method in interface com.sonicsw.xq.XQMessageFactory
Create a new XQMessage based on the specified XQEndpoint.
createOutputParameterVariable(String) - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver
 
createPart(Object, String) - Method in interface com.sonicsw.xq.XQMessage
Creates a part with the specified content and content-type.
createPart() - Method in interface com.sonicsw.xq.XQMessage
Creates an empty part.
createPartByIndexVariable(int) - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver
 
createPartVariable(String) - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver
 
createProcessAddress(String) - Method in interface com.sonicsw.xq.XQAddressFactory
Create a new XQProcessAddress.
createProcessAddress(String, String) - Method in interface com.sonicsw.xq.XQAddressFactory
Create a new Process XQProcessAddress.
createSelfAddressedEnvelope() - Method in interface com.sonicsw.xq.XQEnvelopeFactory
Creates an envelope w/ no content destined for the self address, to be sent to the originating service's own service method.
createSelfAddressedEnvelope(XQMessage) - Method in interface com.sonicsw.xq.XQEnvelopeFactory
Creates an envelope containing the specified message destined for the self address, to be sent to the originating service's own service method.
createServiceAddress(String) - Method in interface com.sonicsw.xq.XQAddressFactory
Create a new Service XQAddress.
createServiceConfig(String, String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Create a new XQ Service configuration.
createServiceContext(XQServiceContext) - Method in interface com.sonicsw.esb.service.common.impl.SFCServiceContextFactory
 
createSubscriptionSpec() - Method in interface com.sonicsw.xq.adapter.XQMessageAdapter
creates a Map of Resource Adapter specific subscription properties
createTargetedEnvelope(XQAddress) - Method in interface com.sonicsw.xq.XQEnvelopeFactory
Creates an envelope w/ no message destined for the specified address.
createTargetedEnvelope(XQAddress, XQMessage) - Method in interface com.sonicsw.xq.XQEnvelopeFactory
Creates an envelope containing the specified message destined for the specified address.
createTransientEndpoint(IEndpointConfig) - Method in interface com.sonicsw.xq.XQEndpointManager
Creates a transient endpoint from an endpoint configuration and register the endpoint with the service endpoint manager
createVariable(String) - Method in class com.sonicsw.esb.service.common.impl.ContainerDeploymentParameterVariableResolver
 
createVariable(String) - Method in class com.sonicsw.esb.service.common.impl.TestResolver
 
createVariable(String, String) - Method in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver
 
createVariable(String, String, boolean) - Method in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver
 
createVariable(String) - Method in class com.sonicsw.esb.service.common.util.variables.SystemPropertyVariableResolver
 

D

decide(LoggingEvent) - Method in class com.sonicsw.esb.service.common.util.MDCFilter
 
DECISION_NODE - Static variable in interface com.sonicsw.xq.XQConstants
Itinerary constant used in SonicESB processes to identify a process step.
deleteConnectionConfig(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Delete the given connection configuration.
deleteElement(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
TODO: temporary, for debugging
deleteEndpoint(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Delete the specified endpoint from the dS
deleteESBContainer(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
Delete the specified XQ Container from the dS
deleteProcess(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfigAPI
 
deleteServiceConfig(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Delete the service named configuration
deleteServiceType(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Delete the named service type.
DESTINATION_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
destroy() - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
destroy() - Method in interface com.sonicsw.xq.adapter.XQMessageAdapter
frees up resources that are no longer needed.
destroy() - Method in class com.sonicsw.xq.service.cbr.CBRService
Destroys the CBRService.
destroy() - Method in class com.sonicsw.xq.service.xform.TransformationService
Destroys the TransformationService.
destroy() - Method in interface com.sonicsw.xq.XQService
Called by the SonicXQ framework when the service is no longer needed.
DIFFERENCE - Static variable in class com.sonicsw.esb.service.common.metrics.UpdateMode
 
disableInstanceMetric(IMetricIdentity) - Method in class com.sonicsw.esb.service.common.impl.core.AbstractXQService
 
disableInstanceMetric(IMetricIdentity) - Method in interface com.sonicsw.esb.service.common.impl.core.MetricsRegistrar
 
disableInstanceMetric(IMetricIdentity) - Method in interface com.sonicsw.esb.service.common.impl.core.MetricsRegistrar.InstanceMetricCapable
 
disableSubstitution() - Method in interface com.sonicsw.esb.service.common.SFCParameters
Disables variable substitution for this set of parameters.
dispatch(XQEnvelope) - Method in interface com.sonicsw.xq.XQDispatch
Dispatches a message to all addresses in an envelope with XQQualityofService.BEST_EFFORT.
dispatch(XQEnvelope, XQQualityofService) - Method in interface com.sonicsw.xq.XQDispatch
Dispatches a message to all addresses in an envelope with a specified XQQualityofService.When sending involves JMS Endpoints the following applies.
dispose() - Method in interface com.sonicsw.esb.mgmtapi.ESBAPI
Cleanup the resources used by the API instance (JMX/JMS connections).
doDestroy() - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
Perform service-specific destroy tasks.
doDestroy() - Method in interface com.sonicsw.esb.service.common.SFCService
 
doesPartExist(String) - Method in interface com.sonicsw.xq.XQMessage
Returns true if a part with the given content-Id exists in the message, false otherwise.
doInit(SFCInitializationContext) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
Perform service-specific initialization.
doInit(SFCInitializationContext) - Method in interface com.sonicsw.esb.service.common.SFCService
 
doNotCreateApplicationContexts() - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
For testing outside of Spring: prevent the creation of any new application contexts.
doService(SFCServiceContext, XQEnvelope) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
Handles an incoming message envelope.
doService(SFCServiceContext, XQEnvelope) - Method in interface com.sonicsw.esb.service.common.SFCService
 
doStart() - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
Perform service-specific start tasks.
doStart() - Method in interface com.sonicsw.esb.service.common.SFCService
 
doStop() - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
Perform service-specific stop tasks.
doStop() - Method in interface com.sonicsw.esb.service.common.SFCService
 
DOUBLE_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
DSDATA_PROVIDER_URL - Static variable in interface com.sonicsw.xq.XQConstants
A property key used to specify the location of the Directory Service The constant value is "providerURL".
DuplicateAwareApplicationContext - Class in com.sonicsw.esb.service.common.util.spring
Application context that keeps track of components that are registered and then later overridden.
DuplicateAwareApplicationContext() - Constructor for class com.sonicsw.esb.service.common.util.spring.DuplicateAwareApplicationContext
 
DuplicateAwareApplicationContext(ApplicationContext) - Constructor for class com.sonicsw.esb.service.common.util.spring.DuplicateAwareApplicationContext
 
DYNAMIC - Static variable in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver
 

E

enableInstanceMetric(IMetricIdentity) - Method in class com.sonicsw.esb.service.common.impl.core.AbstractXQService
 
enableInstanceMetric(IMetricIdentity) - Method in interface com.sonicsw.esb.service.common.impl.core.MetricsRegistrar
 
enableInstanceMetric(IMetricIdentity) - Method in interface com.sonicsw.esb.service.common.impl.core.MetricsRegistrar.InstanceMetricCapable
 
enableSubstitution() - Method in interface com.sonicsw.esb.service.common.SFCParameters
Enables variable substitution for this set of parameters.
END_DELIM - Static variable in class com.sonicsw.esb.service.common.util.variables.VariableConstants
Delimiter identifying the end of a variable token.
ENDPOINT_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
ENUM_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
equals(Object) - Method in class com.sonicsw.esb.service.common.VersionNumber
 
ESB_MAJOR_MINOR - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
 
ESBAPI - Interface in com.sonicsw.esb.mgmtapi
This interface provides access to the sub-components of the ESB API.
ESBAPIContext - Class in com.sonicsw.esb.mgmtapi
Management operation context.
ESBAPIContext(String) - Constructor for class com.sonicsw.esb.mgmtapi.ESBAPIContext
 
ESBAPIException - Exception in com.sonicsw.esb.mgmtapi
Report exceptions encountered by ESBAPI methods.
ESBAPIException(Exception, ESBAPIContext) - Constructor for exception com.sonicsw.esb.mgmtapi.ESBAPIException
 
ESBAPIException(String, ESBAPIContext) - Constructor for exception com.sonicsw.esb.mgmtapi.ESBAPIException
 
ESBAPIException(ESBAPIContext) - Constructor for exception com.sonicsw.esb.mgmtapi.ESBAPIException
 
ESBAPIException(Exception) - Constructor for exception com.sonicsw.esb.mgmtapi.ESBAPIException
 
ESBAPIException(String) - Constructor for exception com.sonicsw.esb.mgmtapi.ESBAPIException
 
ESBAPIFactory - Class in com.sonicsw.esb.mgmtapi
A factory for ESBAPI instances.
ESBArtifactInfo - Interface in com.sonicsw.esb.mgmtapi.runtime
Encapsulates all the relevant runtime information about the artifacts (services and processes) deployed to an ESB container
ESCAPE - Static variable in class com.sonicsw.esb.service.common.util.variables.VariableConstants
Character used to escape special characters within a variable.
escape(String) - Static method in class com.sonicsw.esb.service.common.util.variables.VariableConstants
Escape all characters in the given content.
EXACTLY_ONCE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IQos
 
EXACTLY_ONCE - Static variable in class com.sonicsw.xq.XQQualityofService
 
EXACTLY_ONCE_FAILURE - Static variable in interface com.sonicsw.xq.XQErrorCodes
Indicates that a processing error occurred in the service framework while sending a message to a service's endpoint and the QoS of the service was EXACTLY_ONCE .
EXO_QOS - Static variable in interface com.sonicsw.xq.XQConstants
Int value of a QoS level supported by SonicESB endpoints and asynchronous dispatch API.
exportConnection(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Export the specified connection configuration
exportEndpoint(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Export the specified endpoint configuration
exportESBContainer(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
Export the specified ESBContainer configuration
exportProcess(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfigAPI
 
exportService(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Export the specified Service configuration.
exportServiceType(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Export the specified Service type.

F

FANOUT_NODE - Static variable in interface com.sonicsw.xq.XQConstants
Itinerary constant used in SonicESB processes to identify a process step.
FAULT - Static variable in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver.InterfaceParameterVariable
 
FILE_RESOURCE_LIST_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
FILE_RESOURCE_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
FileChangeManager - Interface in com.sonicsw.esb.service.common.impl.core
Provides support for tracking file change notifications.
FileChangeManager.FileChangeHandler - Interface in com.sonicsw.esb.service.common.impl.core
 
FileChangeManagerImpl - Class in com.sonicsw.esb.service.common.impl.core
Default FileChangeMangaer implementation that delegates to XQContainer to handle sonicfs file change notifications.
FileChangeManagerImpl() - Constructor for class com.sonicsw.esb.service.common.impl.core.FileChangeManagerImpl
 
FLOAT_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
FLOW_TO_DISK_OFF - Static variable in interface com.sonicsw.esb.mgmtapi.config.IJMSTopicEndpointConfig
 
FLOW_TO_DISK_ON - Static variable in interface com.sonicsw.esb.mgmtapi.config.IJMSTopicEndpointConfig
 
FLOW_TO_DISK_USE_BROKER_SETTING - Static variable in interface com.sonicsw.esb.mgmtapi.config.IJMSTopicEndpointConfig
 
fromInt(int) - Static method in class com.sonicsw.esb.mgmtapi.config.IAddress.AddressType
Lookup the AddressType enumeration value from the integer constant.
fromString(String) - Static method in class com.sonicsw.esb.mgmtapi.config.IAddress.AddressType
Lookup the AddressType enumeration value from the name.
fromString(String) - Static method in class com.sonicsw.esb.mgmtapi.config.IConnectionConfig.ConnectionType
 
fromString(String) - Static method in class com.sonicsw.esb.mgmtapi.config.IEndpointConfig.EndpointDestinationType
 
fromString(String) - Static method in class com.sonicsw.esb.mgmtapi.config.IEndpointConfig.EndpointType
 
fromString(String) - Static method in class com.sonicsw.esb.mgmtapi.config.IParameter.ParameterType
 
fromString(String) - Static method in class com.sonicsw.esb.mgmtapi.config.IQos.QOSLevel
 

G

get() - Static method in class com.sonicsw.esb.service.common.SFCDiagnosticContext
 
get(short) - Static method in class com.sonicsw.xq.XQState
 
getAbsoluteServiceInstanceName() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns the 'absolute name' of this service instance, which consists of: domain.mfContainer.esbContainer.service
getAccessor(String) - Method in interface com.sonicsw.xq.XQAccessorFactory
Create an Accessor with the specified name
getAccessorFactory() - Method in interface com.sonicsw.xq.XQServiceContext
Returns an XQAccessorFactory appropriate to this context.
getActionalConfig() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Retrieve the Actional related configuration.
getAdapter(IConnectionConfig.ConnectionType) - Method in interface com.sonicsw.esb.mgmtapi.config.IConnectionConfig
Return a type interface to match the requested type.
getAdapter() - Method in interface com.sonicsw.esb.mgmtapi.config.IConnectionConfig
Use the configured connection type to retrieve a typed interface for manipulating the connection configuration. if a type is not configured, null is returned.
getAdapter(IEndpointConfig.EndpointDestinationType) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
Obtain a type specific interface according to the requested endpoint type
getAdapter() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
Obtain a type specific interface according to endpoints currently configured type.
getAddresses() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IAddressParameter
 
getAddresses() - Method in interface com.sonicsw.xq.XQEnvelope
Returns an Iterator containing the "To:" addresses of this envelope.
getAddressFactory() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns an address factory appropriate for this context.
getAddressFactory() - Method in interface com.sonicsw.xq.XQContext
Returns an XQAddressFactory appropriate to this context.
getAddressType() - Method in interface com.sonicsw.esb.mgmtapi.config.IAddress
Get the type of the address.
getAllExceptions() - Method in exception com.sonicsw.xq.XQDispatchException
Returns the array of exception(s) that resulted when asynchronous dispatches to multiple addresses failed, depending on the dispatch QoS.
getAllInfo(int) - Method in interface com.sonicsw.xq.XQParameters
Get a list of XQParameterInfo structures for all parameters of the specified type.
getAllInfo() - Method in interface com.sonicsw.xq.XQParameters
Get a Map of all parameters defined in this XQParameters object.
getAllMFContainers() - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
 
getArchiveName() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Get the archive name containing the container implementation (Advanced use!).
getArtifacts() - Method in interface com.sonicsw.esb.mgmtapi.runtime.IContainerRuntimeAPI
List all the artifacts (services and processes) deployed in this ESB container.
getAsAddress() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
generate a representation of this endpoint suitable for use in the setting destinations for various artifacts, e.g.
getAsAddress() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Get the process's address for use in API calls which require an address.
getAsAddress() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
Get the service's address for use in API calls which require an address.
getAsTypedParameter(IParameter.ParameterType) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
Return an object implementing the appropriate interface of IxxxParameter, which allows setting and querying values in a typed manner.
getAsTypedParameter() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
Return an instance of a type specific parameter, based on the configured parameter type (e.g. an instance of IIntegerParameter assuming the parameter is of type integer).
getAutoStartContainers() - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Return the list of monitored containers which will get checked for startup when the Workbench starts.
getBooleanHeader(String) - Method in interface com.sonicsw.xq.XQMessage
Retrieves a user-defined Message header from the XQMessage, if the named boolean header has been set on the message by the sender or the ESB framework.
getBooleanParameter(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
 
getBooleanParameter(String, int) - Method in interface com.sonicsw.xq.XQParameters
Get a parameter as a boolean based on its name and type.
getBrokerURLs() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getBuild() - Method in class com.sonicsw.esb.service.common.VersionNumber
 
getBuildNumber() - Static method in class com.sonicsw.esb.service.common.Version
 
getByteHeader(String) - Method in interface com.sonicsw.xq.XQMessage
Retrieves a user-defined Message header from the XQMessage, if the named byte header has been set on the message by the sender or the ESB framework.
getByteParameter(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
 
getByteParameter(String, int) - Method in interface com.sonicsw.xq.XQParameters
Get a parameter as a byte based on its name and type.
getCachePassword(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Return the cache password of the container, or null if it's not set
getClassname() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig
Retrieve the implementation class name for the given service type.
getClasspathElements() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Get the prepend classpath elements.
getClasspathURLs() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig.ClassLoaderConfiguration
 
getComponentMap(String, String) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Get the components of the given type which are hosted in the container
getComponents(String, String) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Get the components of the given type which are hosted in the container
getCompositeStepName() - Method in interface com.sonicsw.xq.XQProcessContinuation
Returns the name of the step to be continued.
getCompressionFactory() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getConcurrentDurable() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSTopicEndpointConfig
See the MQ Application Programming Guide book.
getConnection() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
Retrieve the connection name this endpoint is using.
getConnection() - Method in interface com.sonicsw.xq.adapter.XQAdapterContext
Gets a reference to the XQConnection that si valid for this adapter.
getConnectionConfig() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
Retrieve the connection configuration used by this endpoint.
getConnectionConfig(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
 
getConnectionFactory() - Method in interface com.sonicsw.xq.adapter.XQConnection
obtains a reference to the connection factory.
getConnectionType() - Method in interface com.sonicsw.esb.mgmtapi.config.IConnectionConfig
Identifies the connection type of this connection configuration.
getConnectTimeout() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getContainerCacheDirectory(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Return the absolute value of the container cache directory.
getContainerClasspath() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
 
getContainerClasspath() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig
 
getContainerConfigAPI() - Method in interface com.sonicsw.esb.mgmtapi.ESBAPI
Obtain a connected instance of the Container configuration API.
getContainerMetricsHandler() - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
getContainerRuntimeAPI(String, String) - Method in interface com.sonicsw.esb.mgmtapi.ESBAPI
Obtain a connected instance of the Container runtime API (only with running domain manager).
getContainerRuntimeID(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Return the runtime id of the container, in the form .
getContainersUsingConection(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Retrieve a list of all the containers configured to use the named connection as one of their connections (i.e.
getContainerWorkingDirectory(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Get the working directory of the container from its configuration
getContent() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IXMLResourceParameter
 
getContent() - Method in interface com.sonicsw.xq.XQPart
Gets the content of the part as an Object.
getContentId() - Method in interface com.sonicsw.xq.XQPart
Gets the content-id from the part header.
getContents(Resource) - Static method in class com.sonicsw.esb.service.common.util.spring.ResourceUtils
Reads the contents of a resource in to a byte array.
getContentType() - Method in interface com.sonicsw.xq.XQPart
Gets the Content-Type from the part header.
getContext() - Method in exception com.sonicsw.esb.mgmtapi.ESBAPIException
 
getCopyright() - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
getCopyright() - Method in class com.sonicsw.esb.service.common.impl.SimpleServiceDescriptor
 
getCopyright() - Method in interface com.sonicsw.esb.service.common.SFCServiceDescriptor
Provides the copyright string for this service type.
getCorrelationId() - Method in interface com.sonicsw.xq.XQMessage
Get the CorrelationID for this message.
getCorrelationId() - Method in interface com.sonicsw.xq.XQMessageFactory
Gets the CorrelationID for this messageFactory
getCurrentContainerState() - Method in interface com.sonicsw.xq.XQLifeCycleManager
Returns the current state of the ESB container
getCurrentJMSConnection() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Returns the JMS Connection associated with the current dispatch.
getCurrentJMSConnection() - Method in interface com.sonicsw.xq.XQServiceContext
Returns the JMS Connection associated with the current dispatch.
getCurrentJMSSession() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Returns the JMS Session associated with the current dispatch.
getCurrentJMSSession() - Method in interface com.sonicsw.xq.XQServiceContext
Returns the JMS Session associated with the current dispatch.
getCurrentListener() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Returns the id of the current listener thread.
getCurrentListener() - Method in interface com.sonicsw.xq.XQServiceContext
gets the id of the listener thread that is executing the service() method.
getCurrentProcessName() - Method in interface com.sonicsw.xq.XQProcessContinuation
Returns the name of the current (inner most) process to be continued.
getCurrentServiceState() - Method in interface com.sonicsw.xq.XQLifeCycleManager
Returns the current state of the ESB service
getCurrentState() - Method in interface com.sonicsw.esb.mgmtapi.runtime.ESBArtifactInfo
Returns the current state of the artifact.
getDataHandler() - Method in interface com.sonicsw.xq.XQPart
This method provides the mechanism to get this part's content.
getDefault() - Static method in class com.sonicsw.esb.service.common.VersionNumber
Returns the default version number of 1.0.0.
getDefaultMetricsProvider() - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
getDefaultNotificationsProvider() - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
getDescr() - Method in class com.sonicsw.esb.mgmtapi.ESBAPIContext
 
getDescription() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
getDescription() - Method in class com.sonicsw.esb.mgmtapi.ESBAPIContext
 
getDescription() - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
getDescription() - Method in interface com.sonicsw.xq.XQProcessContext
Returns the process description.
getDestinationName() - Method in interface com.sonicsw.esb.mgmtapi.config.IAddress
Get the name of the destination of the address.
getDestinationName() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig
 
getDestinationType() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
 
getDiagnosticContextFactory() - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
getDispatcher() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns a XQDispatch object that can be used for asynchronous message dispatch.
getDispatcher() - Method in interface com.sonicsw.xq.XQInitContext
Returns a XQDispatch interface that can be used for service extensions dispatch mechanism.
getDispatcher() - Method in interface com.sonicsw.xq.XQServiceContext
Returns a XQDispatch interface that can be used for service extensions dispatch mechanism.
getDisplayName() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
getDisplayName() - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
getDisplayName() - Method in class com.sonicsw.esb.service.common.impl.SimpleServiceDescriptor
 
getDisplayName() - Method in interface com.sonicsw.esb.service.common.SFCServiceDescriptor
Provides the display name of this service type.
getDisplayString() - Method in class com.sonicsw.esb.service.common.VersionNumber
 
getDomainName() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns the current domain name.
getDoubleHeader(String) - Method in interface com.sonicsw.xq.XQMessage
Retrieves a user-defined Message header from the XQMessage, if the named double header has been set on the message by the sender or the ESB framework.
getDoubleParameter(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
 
getDoubleParameter(String, int) - Method in interface com.sonicsw.xq.XQParameters
Get a parameter as a double based on its name and type.
getDurableSubscriptionName() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSTopicEndpointConfig
See the MQ Application Programming Guide book.
getEndpoint(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Retrieve the configuration details for a given endpoint.
getEndpoint(String) - Method in interface com.sonicsw.xq.XQEndpointManager
Retrieves an endpoint handle(XQEndpoint) designated by the specified name.
getEndpointConfigAPI() - Method in interface com.sonicsw.esb.mgmtapi.ESBAPI
Obtain a connected instance of the Endpoint configuration API.
getEndpointConfigType() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
 
getEndpointManager() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns an XQEndpointManager that can be used for operations related to endpoints.
getEndpointManager() - Method in interface com.sonicsw.xq.XQInitContext
Returns an XQEndpointManager that can be used for operations related to endpoints.
getEndpointsUsingConnection(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Retrieve a list of all the endpoints configured to use the named connection.
getEndpointType() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
 
getEntryEndpoint(XQMessage) - Method in interface com.sonicsw.xq.XQEndpointManager
Helper method to determine the entry endpoint through which a message was received
getEntryEndpoint() - Method in interface com.sonicsw.xq.XQServiceContext
Returns the name of the entry endpoint that dispatched this service.
getEntryEndpointConfig() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
getEntryEndpointConfig() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
 
getEnvelopeFactory() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns an envelope factory appropriate for this context.
getEnvelopeFactory() - Method in interface com.sonicsw.xq.XQContext
Returns an XQEnvelopeFactory appropriate to this context.
getErrorID() - Method in exception com.sonicsw.xq.XQException
Gets the exception's error code.
getESBContainer(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
Retrieve the configuration details for a given ESB container.
getESBContainerName() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns the current ESB container name.
getESBTypeInfo() - Method in interface com.sonicsw.esb.mgmtapi.runtime.ESBArtifactInfo
Returns the ESB configuration type information.
getEventAddress() - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
getExclusionList() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig.ClassLoaderConfiguration
The set of prefixes of class names which will not be searched in the above class-path.
getExitAddresses() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
getExitAddresses() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
 
getExitEndpoints() - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
getExtensionClass(String) - Method in class com.sonicsw.xq.service.xform.TransformationElementFactory
Identify the class to be used for stylesheet elements with a given local name.
getFailedEnvelopes() - Method in exception com.sonicsw.xq.XQDispatchException
Returns an array of failed envelope(s) depending on the dispatch QoS.
getFaultAddress() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
getFaultAddress() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
 
getFaultAddress() - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
getFaultCode() - Method in interface com.sonicsw.xq.XQFaultProcessContext
 
getFaultHandlerAddress() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
getFaultMessage() - Method in interface com.sonicsw.xq.XQFaultProcessContext
 
getFaultName() - Method in interface com.sonicsw.xq.XQFaultProcessContext
 
getFaultSourceContainerName() - Method in interface com.sonicsw.xq.XQFaultProcessContext
 
getFaultSourceHostName() - Method in interface com.sonicsw.xq.XQFaultProcessContext
 
getFaultSourceProcessName() - Method in interface com.sonicsw.xq.XQFaultProcessContext
 
getFaultSourceServiceName() - Method in interface com.sonicsw.xq.XQFaultProcessContext
 
getFaultSourceStepName() - Method in interface com.sonicsw.xq.XQFaultProcessContext
 
getFaultSourceTopProcessName() - Method in interface com.sonicsw.xq.XQFaultProcessContext
 
getFirstIncoming() - Method in interface com.sonicsw.xq.XQServiceContext
Returns the first envelope in the inbox.
getFloatHeader(String) - Method in interface com.sonicsw.xq.XQMessage
Retrieves a user-defined Message header from the XQMessage, if the named float header has been set on the message by the sender or the ESB framework.
getFloatParameter(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
 
getFloatParameter(String, int) - Method in interface com.sonicsw.xq.XQParameters
Get a parameter as a float based on its name and type.
getFlowToDisk() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSTopicEndpointConfig
See IJMSTopicEndpointConfig.FLOW_TO_DISK_USE_BROKER_SETTING IJMSTopicEndpointConfig.FLOW_TO_DISK_ON and IJMSTopicEndpointConfig.FLOW_TO_DISK_OFF
getHeader() - Method in interface com.sonicsw.xq.XQPart
Gets the Header for the Part.
getHeaderNames() - Method in interface com.sonicsw.xq.XQMessage
Returns an Iterator for all the header names.
getHeaderValue(String) - Method in interface com.sonicsw.xq.XQMessage
Get the value of the named header.
getHistoryMode() - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
getHTTPDefaultConnection() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Get the connection name used by the container for HTTP requests.
getHTTPDefaultConnectionConfig() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Get the connection configuration used by the container for HTTP requests.
getID() - Method in interface com.sonicsw.xq.XQProcessContinuation
Returns the unique ID for the continuation.
getInflightProperties() - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
getInfo(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
Provides access to the standard XQParameterInfo for the specified parameter.
getInfo(String, int) - Method in interface com.sonicsw.xq.XQParameters
Get the full information structure for the specified parameter.
getInitializationContext() - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
getInitialValue() - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
getInputSource() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IXMLResourceParameter
 
getInstanceClasspath() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
 
getInstanceClasspath() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig
 
getInteractorFactory() - Method in interface com.sonicsw.xq.XQInitContext
Returns an ESBInteractorFactory appropriate to this context.
getInterfaceLocator() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig
 
getIntHeader(String) - Method in interface com.sonicsw.xq.XQMessage
Retrieves a user-defined Message header from the XQMessage, if the named integer header has been set on the message by the sender or the ESB framework.
getIntParameter(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
 
getIntParameter(String, int) - Method in interface com.sonicsw.xq.XQParameters
Get a parameter as an int based on its name and type.
getInvocationContext() - Method in interface com.sonicsw.xq.XQServiceContext
Returns an Invocation Context object associated with this service invocation.
getIsTemporary() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig
 
getJmsConnectionID() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getJMSDefaultConnection() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Get the Bus connection name used by the container.
getJMSDefaultConnectionConfig() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Get the Bus connection configuration used by the container.
getKey() - Method in class com.sonicsw.esb.service.common.util.MDCFilter
 
getKeys() - Method in interface com.sonicsw.xq.XQHeader
Gets the list of all header fields.
getLastError() - Method in interface com.sonicsw.esb.mgmtapi.runtime.ESBArtifactInfo
Returns the most recent error (if any) for this artifact.
getLevel() - Method in interface com.sonicsw.xq.XQProcessContinuation
Get the level for this continuation
getLifeCycle() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns an XQLifeCycleManager object that can be used for managing the life cycle of this container.
getLifeCycle() - Method in interface com.sonicsw.xq.XQInitContext
Returns a XQLifeCycleManager interface that can be used for managing the life cycle of an ESB container and ESB service.
getLinkedException() - Method in exception com.sonicsw.xq.XQException
Gets the exception linked to this one.
getListenerCount() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceApplicationConfig
 
getLocalizedMessage() - Method in exception com.sonicsw.xq.XQException
Get the localized error message.
getLog() - Method in interface com.sonicsw.xq.XQContext
Returns a logging object.
getLog4jConfiguration() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Get the optional log4j configuration.
getLoginSPIClassName() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getLongDesc() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
getLongHeader(String) - Method in interface com.sonicsw.xq.XQMessage
Retrieves a user-defined Message header from the XQMessage, if the named long header has been set on the message by the sender or the ESB framework.
getLongParameter(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
 
getLongParameter(String, int) - Method in interface com.sonicsw.xq.XQParameters
Get a parameter as a long based on its name and type.
getLowerBound() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IDoubleParamater
 
getLowerBound() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IFloatParamater
 
getLowerBound() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IIntegerParamater
 
getLowerBound() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.ILongParamater
 
getMajor() - Method in class com.sonicsw.esb.service.common.VersionNumber
 
getMajorVersion() - Static method in class com.sonicsw.esb.service.common.Version
 
getMaxReceiveSessionsPerConnection() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getMaxRedeliveryCount() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getMaxSessionAtLeastOnce() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getMaxSessionBestEffort() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getMaxSessionExactlyOnce() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getMaxWebServiceSessions() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getMessage() - Method in interface com.sonicsw.xq.XQEnvelope
Returns the message that this envelope contains.
getMessage() - Method in exception com.sonicsw.xq.XQException
Gets the error message.
getMessageEnvelope() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Returns the message envelope currently being handled.
getMessageFactory() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns a message factory appropriate for this context.
getMessageFactory() - Method in interface com.sonicsw.xq.XQContext
returns a reference to the XQMessageFactory.
getMessageSelector() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig
 
getMetricDescriptor() - Method in class com.sonicsw.esb.service.common.metrics.NoOpMetric
 
getMetricDescriptor() - Method in interface com.sonicsw.esb.service.common.metrics.SFCMetric
Returns the descriptor for this metric.
getMetricsBuilder() - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
getMetricsRegistrar() - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
getMFContainer(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
Retrieve the Management Bean for a given MF container.
getMFContainerLogFile(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Return the java File object for the current log file for the container.
getMFContainerName() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns the current MF container name.
getMFContainerState(String) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IMonitoredContainerRuntimeAPI
Return the state for the MF container
getMinor() - Method in class com.sonicsw.esb.service.common.VersionNumber
 
getMinorVersion() - Static method in class com.sonicsw.esb.service.common.Version
 
getMitigationContext() - Method in interface com.sonicsw.xq.XQServiceContext
Returns a mitigation context for accessing information about current host conditions.
getMitigationSwitch(String) - Method in interface com.sonicsw.xq.XQMitigationContext
Returns a boolean indicating the status of a mitigation switch.
getMonitoredContainersConfigAPI() - Method in interface com.sonicsw.esb.mgmtapi.ESBAPI
Obtain a connected instance of the Monitored container configuration API (only with running domain manager).
getMonitoredContainersRuntimeAPI() - Method in interface com.sonicsw.esb.mgmtapi.ESBAPI
Obtain a connected instance of the Monitored container runtime API (only with running domain manager) This API is used internally.
getMonitoredMFContainerList() - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Get the list of monitored MF containers with their auto-launch settings
getMonitorInterval() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Gets the interval in seconds over which administrative monitoring of flow control will occur.
getName() - Method in interface com.sonicsw.esb.mgmtapi.config.IBaseConfig
Get the name of the configuration.
getName() - Method in class com.sonicsw.esb.mgmtapi.config.IConnectionConfig.ConnectionType
 
getName() - Method in class com.sonicsw.esb.mgmtapi.config.IEndpointConfig.EndpointDestinationType
 
getName() - Method in class com.sonicsw.esb.mgmtapi.config.IEndpointConfig.EndpointType
 
getName() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
getName() - Method in class com.sonicsw.esb.mgmtapi.config.IParameter.ParameterType
 
getName() - Method in class com.sonicsw.esb.mgmtapi.config.IProcessConfig.TrackingLevel
 
getName() - Method in class com.sonicsw.esb.mgmtapi.config.IQos.QOSLevel
 
getName() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
 
getName() - Method in interface com.sonicsw.esb.mgmtapi.runtime.ESBArtifactInfo
Return the name of the artifact.
getName() - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
getName() - Method in class com.sonicsw.esb.service.common.impl.SimpleServiceDescriptor
 
getName() - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
getName() - Method in interface com.sonicsw.esb.service.common.SFCServiceDescriptor
Provides the name of this service type.
getName() - Method in interface com.sonicsw.xq.XQAddress
Return the name of this XQAddress object
getName() - Method in interface com.sonicsw.xq.XQEndpoint
Returns the string name of the endpoint.
getName() - Method in interface com.sonicsw.xq.XQParameterInfo
Get the name of this parameter info.
getName() - Method in interface com.sonicsw.xq.XQProcessContext
Returns the name of the process.
getNames(int) - Method in interface com.sonicsw.xq.XQParameters
Get a list of the parameter names that are defined of the specified type.
getNextAddresses() - Method in interface com.sonicsw.xq.XQProcessContext
Returns the next addresses from this step in the itinerary.
getNextIncoming() - Method in interface com.sonicsw.xq.XQServiceContext
Returns the next envelope in the inbox.
getNotificationsHandler() - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
getNumberOfListeners() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns the number of listeners for this service instance.
getNumericType() - Method in class com.sonicsw.esb.mgmtapi.config.IAddress.AddressType
 
getNumericValue() - Method in class com.sonicsw.esb.mgmtapi.config.IProcessConfig.TrackingLevel
 
getObjectID() - Method in class com.sonicsw.esb.mgmtapi.ESBAPIContext
 
getObjectId() - Method in class com.sonicsw.esb.mgmtapi.ESBAPIContext
 
getObjectType() - Method in class com.sonicsw.esb.mgmtapi.ESBAPIContext
 
getOperation() - Method in class com.sonicsw.esb.mgmtapi.ESBAPIContext
 
getOriginalProcessContinuation() - Method in interface com.sonicsw.xq.XQFaultProcessContinuation
Return the continuation object for the original process that threw the fault that is being handled by the the fault handler process
getOutputProperty(Controller, String) - Method in class com.sonicsw.xq.service.xform.MessageExtension
 
getOverridenBeanNames() - Method in class com.sonicsw.esb.service.common.util.spring.DuplicateAwareApplicationContext
Returns the set of component names that have been overridden since the history was last cleared.
getParameter(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
 
getParameter(String, String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
 
getParameter(String, int) - Method in interface com.sonicsw.xq.XQParameters
Get a parameter as a String based on its name and type.
getParameter(String, int, String) - Method in interface com.sonicsw.xq.XQParameters
Get a parameter as a String based on its name and type.
getParameterObject(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
 
getParameterObject(String, Object) - Method in interface com.sonicsw.esb.service.common.SFCParameters
 
getParameterObject(String, int) - Method in interface com.sonicsw.xq.XQParameters
Get a parameter as an Object based on its name and type.
getParameterObject(String, int, Object) - Method in interface com.sonicsw.xq.XQParameters
Get a parameter as an Object based on its name and type.
getParameters() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns the service initialization parameters.
getParameters() - Method in interface com.sonicsw.xq.adapter.XQConnection
gets the parameters configured for the connection
getParameters() - Method in interface com.sonicsw.xq.XQContext
Returns parameters required for initialization of a service.
getParameterType() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
getParent() - Method in interface com.sonicsw.xq.XQParameters
Get a reference to a parent XQParameter object.
getPart(int) - Method in interface com.sonicsw.xq.XQMessage
Gets the XQPart from the XQMessage by its index
getPart(String) - Method in interface com.sonicsw.xq.XQMessage
Gets the XQPart from the XQMessage by its Content-Id.
getPartAsDocument(String, boolean) - Method in interface com.sonicsw.xq.XQMessage
Gets the XQPart from the XQMessage by its Content-Id, and returns it as a DOM document.
getPartAsDocument(int, boolean) - Method in interface com.sonicsw.xq.XQMessage
Gets the XQPart from the XQMessage by index, and returns it as a DOM document.
getPartCount() - Method in interface com.sonicsw.xq.XQMessage
Gets the count of the number of Parts for the XQMessage.
getPassword() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getPingInterval() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getPoint() - Method in class com.sonicsw.esb.service.common.VersionNumber
 
getPointVersion() - Static method in class com.sonicsw.esb.service.common.Version
 
getPrefetchCount() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSQueueEndpointConfig
See the MQ Application Programming Guide book.
getPrefetchThreshold() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSQueueEndpointConfig
See the MQ Application Programming Guide book.
getPrintWriter() - Method in interface com.sonicsw.xq.XQLog
Returns a PrintWriter for logging informational messages;
getPriority() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig
 
getProcess(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfigAPI
 
getProcessConfigAPI() - Method in interface com.sonicsw.esb.mgmtapi.ESBAPI
Obtain a connected instance of the Process configuration API.
getProcessContext() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Returns the current process context, or null if the service has not been invoked as part of a process.
getProcessContext() - Method in interface com.sonicsw.xq.XQServiceContext
Returns the current process context.
getProcessContinuation(XQProcessContinuation.Level) - Method in interface com.sonicsw.xq.XQProcessContext
Return a new process continuation object.
getProcessContinuationAddress(XQProcessContinuation) - Method in interface com.sonicsw.xq.XQServiceContext
Return a new XQAddress that will continue the process based on the information contained in the continuation object.
getProcessID() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Return the current process tracking id, or the empty string if not in a process.
getProcessInfo(String) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IContainerRuntimeAPI
Get runtime information about a process deployed in the container.
getProcessInstanceData() - Method in interface com.sonicsw.xq.XQProcessContinuation
Returns additional process instance data.
getProcessName() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Return the current process name, or the empty string if not in a process.
getProcessNames() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
 
getProcessRuntime() - Method in interface com.sonicsw.xq.XQProcessContinuation
Returns the process context information for the process to be continued.
getProcessStepName() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Return the current process step name, or the empty string if not in a process.
getProperty(XPathContext, String, int) - Method in class com.sonicsw.xq.service.xform.HeaderExtension
Retrieves the value of the specified propertyName from the specified part or XQMessage header.
getPropertyEditorClassName() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
getPropertyName() - Method in class com.sonicsw.esb.service.common.impl.ContainerDeploymentParameterVariableResolver.ContainerDeploymentParameterVariable
 
getPropertyName() - Method in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver.PropertyFileVariable
 
getPropertyName() - Method in class com.sonicsw.esb.service.common.util.variables.SystemPropertyVariableResolver.SystemPropertyVariable
 
getQoS() - Method in interface com.sonicsw.xq.XQProcessContext
This method is DEPRECATED.
getQoS() - Method in interface com.sonicsw.xq.XQServiceContext
Returns the operating QoS level of this service.
getQOSLevel() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
Retrieve the QOS associated with this endpoint.
getQOSLevel() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
getQualityofService() - Method in interface com.sonicsw.xq.XQRuntimeProcess
Returns the operating QoS level.
getRawValue() - Method in class com.sonicsw.esb.service.common.metrics.NoOpMetric
 
getRawValue() - Method in interface com.sonicsw.esb.service.common.metrics.SFCMetric
Gets the current value of this metric.
getReconnectTimeout() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getRef() - Method in interface com.sonicsw.xq.XQParameterInfo
Get the reference value for this parameter info.
getReference() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IFileResourceParameter
 
getReference() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IXMLResourceParameter
 
getReference(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
Provides the reference (if any) for the specified parameter.
getRejectedMessageAddress() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
getRejectedMessageAddress() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
 
getReplyTo() - Method in interface com.sonicsw.xq.XQMessage
Get the Reply To address for this message.
getReplyTo() - Method in interface com.sonicsw.xq.XQMessageFactory
Get the Reply To address for this messageFactory
getReplyToAddress() - Method in interface com.sonicsw.xq.XQAddressFactory
Get a reference to the singleton replyto address object.
getResolver(String) - Method in class com.sonicsw.esb.service.common.impl.ContextAwareVariableResolverFactory
 
getResolver(String) - Method in interface com.sonicsw.esb.service.common.util.variables.VariableResolverFactory
Provides a resolver for the given variable, or null if a suitable resolver cannot be provided.
getResolver(String) - Method in class com.sonicsw.esb.service.common.util.variables.VariableResolverFactoryImpl
 
getRMEAddress() - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
getRMEAddress() - Method in interface com.sonicsw.xq.XQServiceContext
Returns the XQAddress of the RME of the service.
getRollingLogs(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Get an array of all the rolling log files in the log file directory of the container.
getRootProcessName() - Method in interface com.sonicsw.xq.XQProcessContinuation
Returns the name of the top parent process to be continued.
getRuntimeIdentity() - Method in class com.sonicsw.xq.XQState
 
getScheme() - Method in class com.sonicsw.esb.service.common.impl.ContainerDeploymentParameterVariableResolver
 
getScheme() - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver
 
getScheme() - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver
 
getScheme() - Method in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver
 
getScheme() - Method in class com.sonicsw.esb.service.common.impl.TestResolver
 
getScheme() - Method in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver
 
getScheme() - Method in class com.sonicsw.esb.service.common.util.variables.SystemPropertyVariableResolver
 
getSelfAddress() - Method in interface com.sonicsw.xq.XQAddressFactory
Get a reference to the self address object.
getSendTimeout() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig
 
getService(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Retrieve the configuration for a particular service or process deployed in the container.
getServiceConfig(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Retrieve the configuration details for a given XQ service configuration.
getServiceConfigAPI() - Method in interface com.sonicsw.esb.mgmtapi.ESBAPI
Obtain a connected instance of the Service configuration API.
getServiceContextFactory() - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
getServiceDelegate() - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
getServiceDescriptor() - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
getServiceInfo(String) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IContainerRuntimeAPI
Get runtime information about a service deployed in the container.
getServiceMetricsHandler() - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
getServiceName() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceApplicationConfig
 
getServiceName() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns the name of this service instance.
getServiceNames() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
 
getServiceType(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Given a service type name, retrieve an object representing its configuration
getServiceTypeConfig() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
 
getServiceTypeName() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns the name of this service type.
getSharedSubscriptions() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSTopicEndpointConfig
See the MQ Application Programming Guide book.
getShortDesc() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
getShortHeader(String) - Method in interface com.sonicsw.xq.XQMessage
Retrieves a user-defined Message header from the XQMessage, if the named short header has been set on the message by the sender or the ESB framework.
getShortParameter(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
 
getShortParameter(String, int) - Method in interface com.sonicsw.xq.XQParameters
Get a parameter as a short based on its name and type.
getSocketConnectTimeout() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getSource() - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver.InterfaceParameterVariable
 
getSource() - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver.MessageVariable
 
getSource() - Method in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver.ProcessContextVariable
 
getSpringConfiguration() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Get the optional spring configuration files.
getSslCACertLocation() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getSslCertForm() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getSslChainFile() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getSslCipherSuite() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getSslPrivateKeyFile() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getSslPrivateKeyPassword() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getSslProviderClassName() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getState() - Method in class com.sonicsw.xq.XQState
 
getStateString() - Method in class com.sonicsw.xq.XQState
 
getStepAddress(String) - Method in interface com.sonicsw.xq.XQProcessContext
Returns the address corresponding to the step name, in the currently executing process.
getStepName() - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
getStepType() - Method in interface com.sonicsw.xq.XQProcessContext
Returns the current step type in the itinerary.
getStringHeader(String) - Method in interface com.sonicsw.xq.XQMessage
Retrieves a user-defined Message header from the XQMessage, if the named string header has been set on the message by the sender or the ESB framework.
getTimestamp() - Method in interface com.sonicsw.xq.XQProcessContext
Returns the timestamp of the current message.
getTimeToLive() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig
 
getTimeToLive() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
getTopProcessName() - Method in interface com.sonicsw.xq.XQProcessContext
Returns the name of the top-level, or root process, in a nested itinerary.
getTrackingDestination() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
getTrackingID() - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
getTrackingLevel() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
getTrackingLevel() - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
getTrackingRulesFile() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
getTTL() - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
getType() - Method in interface com.sonicsw.esb.mgmtapi.config.IBaseConfig
Get the type string of the configuration.
getType() - Method in interface com.sonicsw.esb.mgmtapi.runtime.ESBArtifactInfo
Returns the type of the artifact.
getType() - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver.InterfaceParameterVariable
 
getType() - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver.MessageVariable
 
getType() - Method in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver.ProcessContextVariable
 
getType() - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
getType() - Method in class com.sonicsw.xq.service.cbr.CBRFactory
 
getType() - Method in class com.sonicsw.xq.service.xform.XformFactory
 
getType() - Method in interface com.sonicsw.xq.XQAddress
Return the type of this XQAddress.
getType() - Method in interface com.sonicsw.xq.XQParameterInfo
Get the type of this parameter info.
getTypeClasspath() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
 
getTypeClasspath() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig
 
getTypeName() - Method in class com.sonicsw.esb.mgmtapi.config.IAddress.AddressType
 
getUnits() - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
getUpdateMode() - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
getUpperBound() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IDoubleParamater
 
getUpperBound() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IFloatParamater
 
getUpperBound() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IIntegerParamater
 
getUpperBound() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.ILongParamater
 
getURL() - Method in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver.PropertyFileVariable
 
getUserName() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
getValidMembers() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IEnumParameter
return an unmodifiable map who's keys are enum names, and the values are the corresponding values.
getValue() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IBooleanParam
 
getValue() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IDoubleParamater
 
getValue() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IFloatParamater
 
getValue() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IIntegerParamater
 
getValue() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.ILongParamater
 
getValue() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IStringParameter
 
getValue() - Method in class com.sonicsw.esb.service.common.impl.TestResolver.ValueVariable
 
getValue() - Method in class com.sonicsw.esb.service.common.metrics.HistoryMode
 
getValue() - Method in interface com.sonicsw.esb.service.common.metrics.MetricDescriptor.MetricValueProvider
 
getValue() - Method in class com.sonicsw.esb.service.common.metrics.MetricType
 
getValue() - Method in class com.sonicsw.esb.service.common.metrics.UpdateMode
 
getValue() - Method in class com.sonicsw.esb.service.common.util.MDCFilter
 
getValue(String) - Method in interface com.sonicsw.xq.XQHeader
Gets the value of a header field, or null if it does not exist.
getValue() - Method in interface com.sonicsw.xq.XQParameterInfo
Get the String value for this parameter info.
getValueAsString() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
Only applicable to Init parameters, when obtained from a service configuration.
getValueObject() - Method in interface com.sonicsw.xq.XQParameterInfo
Get the Object value for this parameter info.
getVariable(String) - Method in class com.sonicsw.esb.service.common.impl.ContainerDeploymentParameterVariableResolver
 
getVariable(String) - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver
 
getVariable(String) - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver
 
getVariable(String) - Method in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver
 
getVariable(String) - Method in class com.sonicsw.esb.service.common.impl.TestResolver
 
getVariable(String) - Method in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver
 
getVariable(String) - Method in class com.sonicsw.esb.service.common.util.variables.SystemPropertyVariableResolver
 
getVariable(String) - Method in interface com.sonicsw.esb.service.common.util.variables.VariableFactory
Returns a Variable for the given variable string.
getVariable(String) - Method in interface com.sonicsw.esb.service.common.util.variables.VariableParser
Returns a Variable object for the given variable token.
getVariable(String) - Method in class com.sonicsw.esb.service.common.util.variables.VariableParserImpl
 
getVariableIterator(String) - Method in interface com.sonicsw.esb.service.common.util.variables.VariableParser
Creates an iterator over variable and literal tokens in the given string content.
getVariableIterator(String) - Method in class com.sonicsw.esb.service.common.util.variables.VariableParserImpl
 
getVariableParser() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Returns a variable parser that can be used during initialization.
getVariableParser() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Returns a variable parser that can be used during service and has access to the current message envelope.
getVariableResolverFactory() - Method in interface com.sonicsw.esb.service.common.util.variables.VariableParser
Gets the variable resolver factory used by this parser.
getVariableResolverFactory() - Method in class com.sonicsw.esb.service.common.util.variables.VariableParserImpl
 
getVersion() - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
getVersion() - Method in class com.sonicsw.esb.service.common.impl.SimpleServiceDescriptor
 
getVersion() - Method in interface com.sonicsw.esb.service.common.SFCServiceDescriptor
Provides the version number for this service type.
getWSDLUrl() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
 
getWSDLUrl() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
getWSDLUrl() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
 
getXmlSchemaLocation() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
getXQContainerName() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
 
getXQInitContext() - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
Provides access to the standard XQInitContext.
getXQParameters() - Method in interface com.sonicsw.esb.service.common.SFCParameters
Provides access to the standard XQParameters.
getXQServiceContext() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Provides access to the standard XQServiceContext.

H

handleFileChange(String) - Method in interface com.sonicsw.esb.service.common.impl.core.FileChangeManager.FileChangeHandler
 
handleFileChange(String) - Method in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver
 
hasFaults() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Indicates whether there are any faults currently in the faultbox.
hashCode() - Method in class com.sonicsw.esb.service.common.VersionNumber
 
hasNext() - Method in interface com.sonicsw.esb.service.common.util.variables.VariableIterator
 
hasNextIncoming() - Method in interface com.sonicsw.xq.XQServiceContext
Determines whether or not there are any additional envelopes to be read from the inbox.
hasOutgoing() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Indicates whether there are any messages currently in the outbox.
hasValue() - Method in interface com.sonicsw.xq.XQParameterInfo
Check if this parameter has a value defined.
HEADER - Static variable in class com.sonicsw.esb.service.common.impl.MessageVariableResolver.MessageVariable
 
HEADER_FAULT_CODE - Static variable in interface com.sonicsw.xq.XQConstants
 
HEADER_FAULT_NAME - Static variable in interface com.sonicsw.xq.XQConstants
 
HEADER_FAULT_STRING - Static variable in interface com.sonicsw.xq.XQConstants
 
HeaderExtension - Class in com.sonicsw.xq.service.xform
Saxon extension function that provides access to XQMessage header properties.
HeaderExtension() - Constructor for class com.sonicsw.xq.service.xform.HeaderExtension
Constructor.
HelperFunctions - Class in JavaScript

IMPORTANT:
The methods documented in this class do NOT correspond to Java classes.

HelperFunctions() - Constructor for class JavaScript.HelperFunctions
 
HistoryMode - Class in com.sonicsw.esb.service.common.metrics
Type-safe enumeration of supported statistic update modes.

I

I18nMessage - Class in com.sonicsw.xq.service.xform
Provides an XSLT extension function to look up a message from a resource bundle.
I18nMessage() - Constructor for class com.sonicsw.xq.service.xform.I18nMessage
 
IActionalConfig - Interface in com.sonicsw.esb.mgmtapi.config
Encapsulates all the Actional related configuration
IAddress - Interface in com.sonicsw.esb.mgmtapi.config
An address represents a destination on the ESB.
IAddress.AddressType - Class in com.sonicsw.esb.mgmtapi.config
 
IBaseConfig - Interface in com.sonicsw.esb.mgmtapi.config
Base interface for all ESB configurations.
IConnectionConfig - Interface in com.sonicsw.esb.mgmtapi.config
A connection provides services for containers and endpoints to the underlying messaging fabric.
IConnectionConfig.ConnectionType - Class in com.sonicsw.esb.mgmtapi.config
A type safe enum for all supported Connection types.
IContainerConfig - Interface in com.sonicsw.esb.mgmtapi.config
A container holds service instances and deployed processes.
IContainerConfigAPI - Interface in com.sonicsw.esb.mgmtapi.config
This interface provides a collection of methods to manipulate and query containers configured in the ESB domain.
IContainerRuntimeAPI - Interface in com.sonicsw.esb.mgmtapi.runtime
 
IEndpointConfig - Interface in com.sonicsw.esb.mgmtapi.config
Endpoint configuration is a typed bag of properties.
IEndpointConfig.EndpointDestinationType - Class in com.sonicsw.esb.mgmtapi.config
Type safe enum to represent destination types.
IEndpointConfig.EndpointType - Class in com.sonicsw.esb.mgmtapi.config
A type safe enum identifying supported Endpoint configuration types.
IEndpointConfigAPI - Interface in com.sonicsw.esb.mgmtapi.config
A collection of methods to manipulate Endpoints and Connections.
IJMSConnectionConfig - Interface in com.sonicsw.esb.mgmtapi.config
A facade on IConnectionConfig providing direct access to JMS related configuration values.
IJMSEndpointConfig - Interface in com.sonicsw.esb.mgmtapi.config
A facade on IEndpointConfig providing direct access to JMS related configuration values.
IJMSQueueEndpointConfig - Interface in com.sonicsw.esb.mgmtapi.config
A facade on IEndpointConfig providing direct access to configuration values applicable to JMS queue based endpoints..
IJMSTopicEndpointConfig - Interface in com.sonicsw.esb.mgmtapi.config
A facade on IEndpointConfig providing direct access to configuration values applicable to JMS topic based endpoints..
IMonitoredContainerConfigAPI - Interface in com.sonicsw.esb.mgmtapi.config
 
IMonitoredContainerRuntimeAPI - Interface in com.sonicsw.esb.mgmtapi.runtime
 
importConnection(String, boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Import the specified connection configuration into the DS
importEndpoint(String, boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Import the specified endpoint configuration into the DS
importESBContainer(String, boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
Import the specified ESB Container configuration into the DS
importProcess(String, boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfigAPI
 
importService(String, boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Import the specified XQ service configuration into the DS
importServiceProperties(String, String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Import service properties into the DS.
importServiceType(String, boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
import a new service type from an XML source.
incrementValue() - Method in class com.sonicsw.esb.service.common.metrics.NoOpMetric
 
incrementValue() - Method in interface com.sonicsw.esb.service.common.metrics.SFCMetric
Increments the value for this metric by one.
init(XQInitContext) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
init(XQAdapterContext) - Method in interface com.sonicsw.xq.adapter.XQMessageAdapter
called to initialize the adapter.
init(XQInitContext) - Method in class com.sonicsw.xq.service.cbr.CBRService
Initializes the CBRService with the init params from its configuration.
init(ResourceBundle, IComponentContext) - Static method in class com.sonicsw.xq.service.xform.I18nMessage
 
init(XQInitContext) - Method in class com.sonicsw.xq.service.xform.TransformationService
Initializes the TransformationService with the init params from its configuration.
init(XQParameters, boolean) - Method in class com.sonicsw.xq.service.xform.Xformer
 
init(XQInitContext) - Method in interface com.sonicsw.xq.XQAccessor
performs any initialization tasks for the acessor.
init(XQInitContext) - Method in interface com.sonicsw.xq.XQService
Called by the SonicXQ framework during initialization of this service.
initializeContainerMetrics(MetricsBuilder, MetricsHandler) - Method in interface com.sonicsw.esb.service.common.metrics.MetricsCapable
Hook for registering ESB container metrics.
initializeNotifications(NotificationsHandler) - Method in interface com.sonicsw.esb.service.common.metrics.NotificationsCapable
 
initializeServiceMetrics(MetricsBuilder, MetricsHandler) - Method in interface com.sonicsw.esb.service.common.metrics.MetricsCapable
Hook for registering ESB service metrics.
INLINE_XML_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
INPUT - Static variable in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver.InterfaceParameterVariable
 
INTEGER_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
INTERFACE_IDENTIFIER_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
InterfaceParameterVariableResolver - Class in com.sonicsw.esb.service.common.impl
 
InterfaceParameterVariableResolver() - Constructor for class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver
 
InterfaceParameterVariableResolver(XQServiceContext) - Constructor for class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver
 
InterfaceParameterVariableResolver.InterfaceParameterVariable - Class in com.sonicsw.esb.service.common.impl
 
InterfaceParameterVariableResolver.InterfaceParameterVariable.Type - Class in com.sonicsw.esb.service.common.impl
 
intervalMode() - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
intValue() - Method in class com.sonicsw.xq.XQQualityofService
 
intValueStr() - Method in class com.sonicsw.xq.XQQualityofService
 
invoke(String, HashMap) - Method in interface com.sonicsw.xq.XQAccessor
performs the data acquisition
IParameter - Interface in com.sonicsw.esb.mgmtapi.config
Represent the meta-data and value associate with initialization and runtime parameters associated with a service.
IParameter.IAddressParameter - Interface in com.sonicsw.esb.mgmtapi.config
Convenience interface for Address related parameters (Address, Service, Process)
IParameter.IBooleanParam - Interface in com.sonicsw.esb.mgmtapi.config
Convenience interface for parameters of type Boolean.
IParameter.IDoubleParamater - Interface in com.sonicsw.esb.mgmtapi.config
Convenience interface for parameters of type Double.
IParameter.IEnumParameter - Interface in com.sonicsw.esb.mgmtapi.config
Convenience interface for enumerated parameters
IParameter.IFileResourceParameter - Interface in com.sonicsw.esb.mgmtapi.config
Convenience interface for parameters of type File resource.
IParameter.IFloatParamater - Interface in com.sonicsw.esb.mgmtapi.config
Convenience interface for parameters of type Float.
IParameter.IIntegerParamater - Interface in com.sonicsw.esb.mgmtapi.config
Convenience interface for parameters of type Integer.
IParameter.ILongParamater - Interface in com.sonicsw.esb.mgmtapi.config
Convenience interface for parameters of type Long.
IParameter.IStringParameter - Interface in com.sonicsw.esb.mgmtapi.config
Convenience interface for parameters of type String.
IParameter.IXMLResourceParameter - Interface in com.sonicsw.esb.mgmtapi.config
Convenience interface for parameters of type XML resource.
IParameter.ParameterType - Class in com.sonicsw.esb.mgmtapi.config
 
IProcessConfig - Interface in com.sonicsw.esb.mgmtapi.config
This interface represents an ESB itinerary (also known as an ESB process).
IProcessConfig.TrackingLevel - Class in com.sonicsw.esb.mgmtapi.config
 
IProcessConfigAPI - Interface in com.sonicsw.esb.mgmtapi.config
A collection of methods to manipulate Process related artifacts.
IQos - Interface in com.sonicsw.esb.mgmtapi.config
Quality of Service in the ESB is a measure of the reliability of an interaction.
IQos.QOSLevel - Class in com.sonicsw.esb.mgmtapi.config
 
isContainerAborting() - Method in interface com.sonicsw.xq.XQLifeCycleManager
Returns true if the container is aborting.
isDebugLoggingEnabled() - Method in interface com.sonicsw.xq.XQLog
Returns whether or not debug logging has been enabled.
isDynamic() - Method in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver.PropertyFileVariable
 
isEnableCompression() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
isEnabled() - Method in class com.sonicsw.esb.service.common.metrics.NoOpMetric
 
isEnabled() - Method in interface com.sonicsw.esb.service.common.metrics.SFCMetric
Indicates whether this metric currently enabled.
isEndpointAllowed() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IAddressParameter
 
isEndpointConfigured(String) - Method in interface com.sonicsw.xq.XQEndpointManager
Indicates whether the named endpoint is configured in the Directory Service.
isEndpointDefined(String) - Method in interface com.sonicsw.xq.XQEndpointManager
Indicates whether the named endpoint handle exists.
isEndpointTransient(String) - Method in interface com.sonicsw.xq.XQEndpointManager
Indicates whether the named endpoint is transient.
IServiceApplicationConfig - Interface in com.sonicsw.esb.mgmtapi.config
Represent a process or service deployed in an ESB container.
IServiceConfig - Interface in com.sonicsw.esb.mgmtapi.config
Represent a configured service instance of a particular service type.
IServiceConfigAPI - Interface in com.sonicsw.esb.mgmtapi.config
A collection of methods to manipulate Service related configurations in a Domain.
IServiceTypeConfig - Interface in com.sonicsw.esb.mgmtapi.config
 
IServiceTypeConfig.ClassLoaderConfiguration - Interface in com.sonicsw.esb.mgmtapi.config
A representation of a contribution to a given scope's class-path.
isFTEnabled() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
isGreaterThan(XQProcessContinuation.Level) - Method in enum com.sonicsw.xq.XQProcessContinuation.Level
 
isHiddenParameter() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
isInheritJMSDefaultConnection() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
Does this endpoint inherit the JMS default connection from the ESB container it's deployed in?
isInitParameter() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
isInProcess() - Method in interface com.sonicsw.esb.service.common.SFCServiceContext
Returns true if the current invocation is a step in an ESB process.
isInstanceMetric() - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
isInstruction() - Method in class com.sonicsw.xq.service.xform.MessageExtension
 
isInterceptorEnabled() - Method in interface com.sonicsw.esb.mgmtapi.config.IActionalConfig
Returns the status of whether Actional interceptor is enabled or disabled in this ESB container
isInvert() - Method in class com.sonicsw.esb.service.common.util.MDCFilter
 
isLoadBalancingEnabled() - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
isMFComponentOnline(String, String) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IMonitoredContainerRuntimeAPI
Answer whether the specified component is online.
isPayloadReportingEnabled() - Method in interface com.sonicsw.esb.mgmtapi.config.IActionalConfig
Returns the status of whether the Actional reports the contents of the message payload.
isProcessAllowed() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IAddressParameter
questions about the metadata - what kind of values are allowed.
isReferenceType() - Method in class com.sonicsw.esb.mgmtapi.config.IParameter.ParameterType
 
isRequired() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
isRequired() - Method in class com.sonicsw.esb.service.common.util.MDCFilter
 
isRuntimeParameter() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
isSelfFirst() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig.ClassLoaderConfiguration
Should this contribution behave in a self first manner - if false, parent class-loaders are deferred to. if true, local resources and classes take precedence over ones available in parents' paths.
isServiceAborting() - Method in interface com.sonicsw.xq.XQLifeCycleManager
Returns true if the service is aborting.
isServiceAllowed() - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IAddressParameter
 
isSet(Object, String) - Static method in class com.sonicsw.esb.service.common.util.Check
 
isSubstitutionEnabled() - Method in interface com.sonicsw.esb.service.common.SFCParameters
Indicates whether substitution is currently enabled for this set of parameters.
isVariable(String) - Method in interface com.sonicsw.esb.service.common.util.variables.VariableParser
Returns true if the given content consists of exactly one variable token.
isVariable(String) - Method in class com.sonicsw.esb.service.common.util.variables.VariableParserImpl
 
isXmlType() - Method in class com.sonicsw.esb.mgmtapi.config.IParameter.ParameterType
 
ITINERARY_NODE - Static variable in interface com.sonicsw.xq.XQConstants
This value is NOT returned from the process environment provided by XQProcessContext.getStepType().

J

JavaScript - package JavaScript
 
JMS_CONNECTION_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IConnectionConfig
Constant which represents a SONIC JMS connection type.
JMS_ENDPOINT_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
A constant representing a JMS based endpoint type.
JMS_PROP_PREFIX - Static variable in interface com.sonicsw.xq.XQConstants
Prefix used on all XQ message properties that are added to a JMS message.
JMS_QUEUE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
A constant representing a JMS based endpoint, who's underlying JMS destination is a queue.
JMS_TOPIC - Static variable in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
A constant representing a JMS based endpoint, who's underlying JMS destination is a topic.
JNDI_URL_PREFIX - Static variable in interface com.sonicsw.xq.XQConstants
A URL prefix that indicates the content of the URL is stored in a JNDI store.

L

launchMFContainer(String) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IMonitoredContainerRuntimeAPI
Start the monitored container
listConnections() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
List the define connection configurations' names
listConnectionTypes() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
 
listContainersWithService(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Find all (XQ) containers with a particular service configuration deployed
listContainersWithServiceType(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Find all (XQ) containers with a service configuration deployed of the named service type.
listDeployedContainers(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfigAPI
Search in the configured containers for deployed instances of the given process name.
listEndpoints() - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
List the names of all known endpoints
listESBContainers() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
List the names of all known ESB Containers.
listESBContainersInMFContainer(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
list the ESB containers configured in the MF container
listInitParameters() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
Retrieve the initialization parameters defined by the service type.
listInitParameters() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig
Retrieve the initialization parameters defined by the service type.
listMFContainerLogicalIDsWithESBContainer(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
list logical IDs of all the MF containers an ESB container is deployed in.
listMFContainersWithESBContainer(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
list the names of all MF containers an ESB container is deployed in.
listProcesses() - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfigAPI
 
listRuntimeParameters() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
Retrieve the runtime parameters defined by the service type.
listRuntimeParameters() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig
Retrieve the runtime parameters defined by the service type.
listServiceConfigOfType(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Find all the service configurations in the domain of the given service type, and return an array of their names.
listServiceConfigs() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
return the names of all configured services.
listServiceTypes() - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
list all service types defined in the given domain
logDebug(String) - Method in interface com.sonicsw.xq.XQLog
Writes the debug message into the log.
logDebug(Throwable) - Method in interface com.sonicsw.xq.XQLog
Writes the debug stack trace for the throwable object into the log.
logError(String) - Method in interface com.sonicsw.xq.XQLog
Writes the error message into the log.
logError(Throwable) - Method in interface com.sonicsw.xq.XQLog
Writes the error stack trace for the throwable object into the log.
logInformation(String) - Method in interface com.sonicsw.xq.XQLog
Writes the information message into the log.
logInformation(Throwable) - Method in interface com.sonicsw.xq.XQLog
Writes the information stack trace for the throwable object into the log.
LogUtils - Class in com.sonicsw.esb.service.common.util
 
logWarning(String) - Method in interface com.sonicsw.xq.XQLog
Writes the warning message into the log.
logWarning(Throwable) - Method in interface com.sonicsw.xq.XQLog
Writes the warning stack trace for the throwable object into the log.
LONG_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 

M

main(String[]) - Static method in class com.sonicsw.esb.service.common.util.LogUtils
 
main(String[]) - Static method in class com.sonicsw.esb.service.common.Version
Write version information to stdout.
MAJOR_MINOR_COMPARATOR - Static variable in class com.sonicsw.esb.service.common.VersionNumber
A comparator for doing comparisons that ignore the point and build number.
mapToDelimitedString(String, Map) - Static method in class com.sonicsw.esb.service.common.util.LogUtils
 
MAX - Static variable in class com.sonicsw.esb.service.common.metrics.MetricType
 
MAX - Static variable in class com.sonicsw.esb.service.common.metrics.UpdateMode
 
mayContainTemplateBody() - Method in class com.sonicsw.xq.service.xform.MessageExtension
 
MDCFilter - Class in com.sonicsw.esb.service.common.util
Log filter that denies log events unless a specified name/value pair is set in the mapped diagnostic context for the current thread.
MDCFilter() - Constructor for class com.sonicsw.esb.service.common.util.MDCFilter
 
message(Double, String) - Static method in class com.sonicsw.xq.service.xform.I18nMessage
Retrieves a message from the current resource bundle.
MESSAGE_RECEIPT_FAILURE - Static variable in interface com.sonicsw.xq.XQErrorCodes
Indicates that a processing error occurred in the service framework before a messages was delivered to the service method of a service.
MESSAGE_SEND_FAILURE - Static variable in interface com.sonicsw.xq.XQErrorCodes
Indicates that a processing error occurred in the service framework while sending a message to a service's endpoint.
MessageExtension - Class in com.sonicsw.xq.service.xform
Saxon extension element for creating messages and parts from a stylesheet.
MessageExtension() - Constructor for class com.sonicsw.xq.service.xform.MessageExtension
 
MessageVariableResolver - Class in com.sonicsw.esb.service.common.impl
 
MessageVariableResolver() - Constructor for class com.sonicsw.esb.service.common.impl.MessageVariableResolver
 
MessageVariableResolver(XQMessage) - Constructor for class com.sonicsw.esb.service.common.impl.MessageVariableResolver
 
MessageVariableResolver.MessageVariable - Class in com.sonicsw.esb.service.common.impl
 
MessageVariableResolver.MessageVariable.Type - Class in com.sonicsw.esb.service.common.impl
 
METRIC_AVERAGE_EXECUTION_TIME - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
Metric that tracks the average time (in milliseconds) service takes to execute.
METRIC_AVERAGE_THREAD_USAGE - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
Metric that tracks the average utilization of listener threads over the collection interval.
METRIC_ENVELOPES_RECEIVED - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
Metric that counts the number of envelopes received, i.e. the number of times service has been invoked.
METRIC_ENVELOPES_RECEIVED_PER_SEC - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
Metric that tracks the number of envelopes received per second.
METRIC_SERVICE_FAILED_COUNT - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
Metric that counts the number of times service produced an exception.
METRIC_SERVICE_FAULTED_COUNT - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
Metric that counts the number of times service produced a fault.
MetricDescriptor - Class in com.sonicsw.esb.service.common.metrics
Describes a metric.
MetricDescriptor() - Constructor for class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
MetricDescriptor.MetricValueProvider - Interface in com.sonicsw.esb.service.common.metrics
Callback interface for polled metric values.
MetricsBuilder - Class in com.sonicsw.esb.service.common.metrics
Builds various kinds of metrics.
MetricsBuilder() - Constructor for class com.sonicsw.esb.service.common.metrics.MetricsBuilder
 
MetricsCapable - Interface in com.sonicsw.esb.service.common.metrics
Optional interface that can be implemented if a service needs to register custom metrics.
MetricsHandler - Interface in com.sonicsw.esb.service.common.metrics
Provides methods for registering metrics.
MetricsRegistrar - Interface in com.sonicsw.esb.service.common.impl.core
Provides support for registering metrics and notifications.
MetricsRegistrar.InstanceMetricCapable - Interface in com.sonicsw.esb.service.common.impl.core
 
MetricType - Class in com.sonicsw.esb.service.common.metrics
Type-safe enumeration of supported metric types.
MIN - Static variable in class com.sonicsw.esb.service.common.metrics.MetricType
 
MIN - Static variable in class com.sonicsw.esb.service.common.metrics.UpdateMode
 

N

next() - Method in interface com.sonicsw.esb.service.common.util.variables.VariableIterator
 
NONE - Static variable in class com.sonicsw.esb.service.common.metrics.HistoryMode
Mode indicating no history should be maintained.
NoOpMetric - Class in com.sonicsw.esb.service.common.metrics
Metric implementation that does nothing but hold a metric descriptor and write to the log.
NoOpMetric(MetricDescriptor) - Constructor for class com.sonicsw.esb.service.common.metrics.NoOpMetric
 
NoOpMetricsHandler - Class in com.sonicsw.esb.service.common.metrics
Metrics handler implementation that does nothing but write to the log.
NoOpMetricsHandler() - Constructor for class com.sonicsw.esb.service.common.metrics.NoOpMetricsHandler
 
NoOpNotificationsHandler - Class in com.sonicsw.esb.service.common.metrics
Notification handler implementation that does nothing but write to the log.
NoOpNotificationsHandler() - Constructor for class com.sonicsw.esb.service.common.metrics.NoOpNotificationsHandler
 
notEmpty(String, String) - Static method in class com.sonicsw.esb.service.common.util.Check
 
notEmpty(Collection, String) - Static method in class com.sonicsw.esb.service.common.util.Check
 
notEmpty(Object[], String) - Static method in class com.sonicsw.esb.service.common.util.Check
 
notEmpty(String, String) - Static method in class com.sonicsw.esb.service.common.util.CheckArg
 
notEmpty(Collection, String) - Static method in class com.sonicsw.esb.service.common.util.CheckArg
 
notEmpty(Object[], String) - Static method in class com.sonicsw.esb.service.common.util.CheckArg
 
NOTIF_START_ERR - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
Notification that a service failed to start.
NOTIF_STARTED - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
Notification that a service has started successfully.
NOTIF_STOP_ERR - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
Notification that a service failed to stop.
NOTIF_STOPPED - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
Notification that a service has stopped successfully.
NotificationsCapable - Interface in com.sonicsw.esb.service.common.metrics
Optional interface that can be implemented if a service needs to register and send custom notifications.
NotificationsHandler - Interface in com.sonicsw.esb.service.common.metrics
 
notNull(Object, String) - Static method in class com.sonicsw.esb.service.common.util.CheckArg
 
notSet(Object, String) - Static method in class com.sonicsw.esb.service.common.util.Check
 
NS_PREFIX_SONICXQ - Static variable in interface com.sonicsw.xq.XQConstants
SonicXQ Namespace Prefix The constant value is "xq:".
NS_URI_SONICXQ - Static variable in interface com.sonicsw.xq.XQConstants
SonicXQ Namespace URI.
NULL_ADDRESS - Static variable in interface com.sonicsw.xq.XQProcessContinuation
Use this address object in your continuation object if you want to explicitly set for exit/fault/RME/tracking address in the activated process to null.

O

onMessage(Object, ManagedConnection) - Method in interface com.sonicsw.xq.adapter.XQMessageListener
dispatches the message to the listener
OPERATION_IDENTIFIER_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
OUTPUT - Static variable in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver.InterfaceParameterVariable
 

P

PARAM_APPLICATION_NAME - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the application name from the service environment provided in both the XQInitContext and the XQServiceContext The constant value is "SonicXQ.ApplicationName".
PARAM_COMPONENT_NAME - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the XQ component name from the service environment provided in both the XQInitContext and the XQServiceContext.
PARAM_CONTAINER_NAME - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the MF container name from the service environment provided in both the XQInitContext and the XQServiceContext.
PARAM_CURRENT_PROCESS_STEP - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the step name of the current process.
PARAM_DOMAIN_NAME - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the MF domain name from the service environment provided in both the XQInitContext and the XQServiceContext.
PARAM_EVENT_ADDRESS - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the event address from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_EVENT_ENDPOINT - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the event endpoint from the service environment provided in XQServiceContext.
PARAM_EXIT_ENDPOINTS - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the exit endpoints from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_FAILOVER_IDENTITY - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the MF container's failover identity from the service environment provided in both the XQInitContext and the XQServiceContext.
PARAM_FAULT_ADDRESS - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the fault address from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_FAULT_CODE - Static variable in interface com.sonicsw.xq.XQConstants
 
PARAM_FAULT_HANDLER - Static variable in interface com.sonicsw.xq.XQConstants
 
PARAM_FAULT_HANDLER_NODE_NAME - Static variable in interface com.sonicsw.xq.XQConstants
 
PARAM_FAULT_HANDLER_NODE_TYPE - Static variable in interface com.sonicsw.xq.XQConstants
 
PARAM_FAULT_HANDLER_RETRY_COUNT - Static variable in interface com.sonicsw.xq.XQConstants
 
PARAM_FAULT_MESSAGE - Static variable in interface com.sonicsw.xq.XQConstants
 
PARAM_FAULT_NAME - Static variable in interface com.sonicsw.xq.XQConstants
 
PARAM_FAULTSOURCE_CONTAINER_NAME - Static variable in interface com.sonicsw.xq.XQConstants
 
PARAM_FAULTSOURCE_HOST_NAME - Static variable in interface com.sonicsw.xq.XQConstants
 
PARAM_FAULTSOURCE_PROCESS_NAME - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the name of the process that threw the fault from the XQFaultProcessContext, accessible from XQServiceContext.
PARAM_FAULTSOURCE_SERVICE_NAME - Static variable in interface com.sonicsw.xq.XQConstants
 
PARAM_FAULTSOURCE_STEP_NAME - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the name of the step in the process that threw the fault from the XQFaultProcessContext, accessible from XQServiceContext.
PARAM_FAULTSOURCE_TOP_PROCESS_NAME - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the name of the top process of the process that threw the fault from the XQFaultProcessContext, accessible from XQServiceContext.
PARAM_LISTENERS - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the number of listeners from the service environment provided in both the XQInitContext and the XQServiceContext The constant value is "SonicXQ.Listeners".
PARAM_OBJECT - Static variable in interface com.sonicsw.xq.XQConstants
Parameter type used to retrieve an XQParameter value as a Java Object.
PARAM_PROCESS_DESC - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the process description from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_PROCESS_INFLIGHT_PROPS - Static variable in interface com.sonicsw.xq.XQConstants
 
PARAM_PROCESS_NAME - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the process name from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_PROCESS_NEXT - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the process next steps from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_PROCESS_STEP - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the process step name from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_PROCESS_STEP_TYPE - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the process step type from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_PROCESS_TOKEN - Static variable in interface com.sonicsw.xq.XQConstants
 
PARAM_QOS - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the qos from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_RME_ADDRESS - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the rme address from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_SERVICE_NAME - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the service name from the service environment provided in both the XQInitContext and the XQServiceContext The constant value is "SonicXQ.ServiceName".
PARAM_STRING - Static variable in interface com.sonicsw.xq.XQConstants
Parameter type used to retrieve an XQParameter value as a STRING.
PARAM_TIMESTAMP - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the timestamp from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_TOP_PROCESS_NAME - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to store the top-level process name in the process environment provided in XQProcessContext.
PARAM_TRACKING_ID - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the tracking id from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_TRACKING_LEVEL - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the tracking level from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_TTL - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the timetolive from the process environment provided in XQProcessContext, accessible from XQServiceContext.
PARAM_XML - Static variable in interface com.sonicsw.xq.XQConstants
Parameter type used to retrieve an XQParameter value as XML data.
PARAM_XQ_CONTAINER_NAME - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the XQ container name from the service environment provided in both the XQInitContext and the XQServiceContext.
parseAddress(String) - Method in interface com.sonicsw.xq.XQAddressFactory
Parse the input parameter and create a new XQAdress based on the type of address.
parseContents(Resource) - Static method in class com.sonicsw.esb.service.common.util.spring.ResourceUtils
Parses the contents of a resource as a DOM element.
PART_BY_INDEX - Static variable in class com.sonicsw.esb.service.common.impl.MessageVariableResolver.MessageVariable
 
PART_BY_NAME - Static variable in class com.sonicsw.esb.service.common.impl.MessageVariableResolver.MessageVariable
 
PASSWORD_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
PatternBasedBeanDefinitionProcessor - Class in com.sonicsw.esb.service.common.util.spring
Post-processor that finds XML bean definition resources matching a given pattern and applies them to the current application context.
PatternBasedBeanDefinitionProcessor() - Constructor for class com.sonicsw.esb.service.common.util.spring.PatternBasedBeanDefinitionProcessor
 
postProcessAfterInitialization(Object, String) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceBeanProcessor
 
postProcessAfterInitialization(Object, String) - Method in class com.sonicsw.esb.service.common.util.variables.VariableResolverFactoryImpl
Look for beans that implement VariableResolver and register them as resolvers if possible.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.sonicsw.esb.service.common.util.spring.PatternBasedBeanDefinitionProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceBeanProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class com.sonicsw.esb.service.common.util.variables.VariableResolverFactoryImpl
 
prepareAttributes() - Method in class com.sonicsw.xq.service.xform.MessageExtension
 
PROCESS_MODEL_VERSION - Static variable in interface com.sonicsw.xq.XQConstants
 
PROCESS_QOS_UNSUPPORTED_AT_ENDPOINT - Static variable in interface com.sonicsw.xq.XQErrorCodes
Indicates that a "Quality of Service" discrepancy occurred in the service framework between the QoS of a service's entry endpoint, and the QoS of the Process that is using it.
PROCESS_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
ProcessContextVariableResolver - Class in com.sonicsw.esb.service.common.impl
 
ProcessContextVariableResolver() - Constructor for class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver
 
ProcessContextVariableResolver(XQProcessContext) - Constructor for class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver
 
ProcessContextVariableResolver.ProcessContextVariable - Class in com.sonicsw.esb.service.common.impl
 
ProcessContextVariableResolver.ProcessContextVariable.Type - Class in com.sonicsw.esb.service.common.impl
 
processRules(XQParameters) - Method in class com.sonicsw.xq.service.xform.Xformer
 
PROPERTIES_ROOT_PATH - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
 
PROPERTIES_SUFFIX - Static variable in class com.sonicsw.esb.service.common.SFCServiceConstants
 
PropertiesURLVariableResolver - Class in com.sonicsw.esb.service.common.util.variables
VariableResolver implementation for variables that specify a property in a properties file.
PropertiesURLVariableResolver() - Constructor for class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver
 
PropertiesURLVariableResolver.PropertyFileVariable - Class in com.sonicsw.esb.service.common.util.variables
Variable implementation for properties URL variables.
PROPERTY - Static variable in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver.ProcessContextVariable
 

R

RATE_PER_HOUR - Static variable in class com.sonicsw.esb.service.common.metrics.MetricType
 
RATE_PER_MINUTE - Static variable in class com.sonicsw.esb.service.common.metrics.MetricType
 
RATE_PER_SECOND - Static variable in class com.sonicsw.esb.service.common.metrics.MetricType
 
readReference(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
Provides an input stream to read the reference (if any) for the specified parameter.
registerAsEntryEndpoint(XQEndpoint, int) - Method in interface com.sonicsw.xq.XQEndpointManager
Register an endpoint as a means for dispatching to the current service For JMS, establishes JMS listener(s) against the endpoint through which messages can dispatch the current service.
registerBeanDefinition(String, BeanDefinition) - Method in class com.sonicsw.esb.service.common.util.spring.DuplicateAwareApplicationContext
 
registerFileChangeInterest(String, FileChangeManager.FileChangeHandler) - Method in interface com.sonicsw.esb.service.common.impl.core.FileChangeManager
Registers a callback object to be notified when the specified file has changed.
registerFileChangeInterest(String, FileChangeManager.FileChangeHandler) - Method in class com.sonicsw.esb.service.common.impl.core.FileChangeManagerImpl
 
registerInstanceMetric(IMetricInfo, MetricsRegistrar.InstanceMetricCapable) - Method in interface com.sonicsw.esb.service.common.impl.core.MetricsRegistrar
Register an instance metric for all service instances.
registerInstanceMetric(String, IMetricInfo, MetricsRegistrar.InstanceMetricCapable) - Method in interface com.sonicsw.esb.service.common.impl.core.MetricsRegistrar
Register an instance metric for a particular service instance.
registerMetric(IMetricInfo, IStatistic) - Method in interface com.sonicsw.esb.service.common.impl.core.MetricsRegistrar
Register a metric and its statistic.
registerMetric(MetricDescriptor) - Method in interface com.sonicsw.esb.service.common.metrics.MetricsHandler
Registers a metric.
registerMetric(MetricDescriptor) - Method in class com.sonicsw.esb.service.common.metrics.NoOpMetricsHandler
 
registerNotification(String) - Method in class com.sonicsw.esb.service.common.metrics.NoOpNotificationsHandler
 
registerNotification(String, String) - Method in class com.sonicsw.esb.service.common.metrics.NoOpNotificationsHandler
 
registerNotification(String) - Method in interface com.sonicsw.esb.service.common.metrics.NotificationsHandler
 
registerNotification(String, String) - Method in interface com.sonicsw.esb.service.common.metrics.NotificationsHandler
 
registerResolver(String, VariableResolver) - Method in class com.sonicsw.esb.service.common.util.variables.VariableResolverFactoryImpl
 
registerResolverFactory(String, VariableResolverFactory) - Method in class com.sonicsw.esb.service.common.util.variables.VariableResolverFactoryImpl
 
reloadMFComponent(String, String) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IMonitoredContainerRuntimeAPI
Reload a component within the MF container.
reloadProcesses(String[]) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IContainerRuntimeAPI
Reload ESB processes
reloadServices(String[]) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IContainerRuntimeAPI
Reload ESB services
remove() - Static method in class com.sonicsw.esb.service.common.SFCDiagnosticContext
 
remove() - Method in interface com.sonicsw.esb.service.common.util.variables.VariableIterator
Not supported.
remove(String) - Method in interface com.sonicsw.xq.XQHeader
Removes the specified field from the header.
removeAddress(XQAddress) - Method in interface com.sonicsw.xq.XQEnvelope
Removes a particular address from the set of "To:" addresses for this envelope.
removeAll() - Method in interface com.sonicsw.xq.XQHeader
Removes all entries from the header.
removeAllExitEndpoints() - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
removeAllParameters() - Method in interface com.sonicsw.xq.XQParameters
removes all parameters from the map
removeAllParts() - Method in interface com.sonicsw.xq.XQMessage
Remove all Parts from the Message.
removeEndpoint(String) - Method in interface com.sonicsw.xq.XQEndpointManager
Removes the XQEndpoint handle object designated by the specified name from the system.
removeESBContainerFromMFContainer(String, String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
Remove an ESB container from the MF container identified by name
removeExitEndpoint(XQAddress) - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
removeFromContainer(IContainerConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Remove the process from the container, if it was deployed there.
removeFromContainer(IContainerConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
Remove the service from the container, if it was deployed there.
removeHeader(String) - Method in interface com.sonicsw.xq.XQMessage
Remove the named header from the message header.
removeMonitoredMFContainer(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Remove the MF container from the monitored containers list
removeParameter(String, int) - Method in interface com.sonicsw.xq.XQParameters
removes a specified parameter from the map
removePart(int) - Method in interface com.sonicsw.xq.XQMessage
Removes a Part from the Message.
removePart(String) - Method in interface com.sonicsw.xq.XQMessage
Removes a Part from the Message.
removeProcess(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Remove a deployed process from the container.
removeService(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Remove a deployed service from the container.
replaceAllVariables(String) - Method in interface com.sonicsw.esb.service.common.util.variables.VariableParser
Replaces all variables in the given string content.
replaceAllVariables(String) - Method in class com.sonicsw.esb.service.common.util.variables.VariableParserImpl
 
replacePart(XQPart, int) - Method in interface com.sonicsw.xq.XQMessage
Replace the XQPart at the specified location with a new part.
replacePart(XQPart, String) - Method in interface com.sonicsw.xq.XQMessage
Replace the XQPart with the specified Content-ID with a new part.
resetValue() - Method in class com.sonicsw.esb.service.common.metrics.NoOpMetric
 
resetValue() - Method in interface com.sonicsw.esb.service.common.metrics.SFCMetric
Resets the value of this metric to its initial value.
resolve(String) - Method in class com.sonicsw.esb.service.common.impl.ContainerDeploymentParameterVariableResolver
 
resolve(String) - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver
 
resolve(String) - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver
 
resolve(String) - Method in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver
 
resolve(String) - Method in class com.sonicsw.esb.service.common.impl.TestResolver
 
resolve(String) - Method in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver
 
resolve(String) - Method in class com.sonicsw.esb.service.common.util.variables.SystemPropertyVariableResolver
 
resolve(String) - Method in interface com.sonicsw.esb.service.common.util.variables.VariableResolver
Attempts to resolve the given variable.
resolveVariable(String) - Method in interface com.sonicsw.esb.service.common.util.variables.VariableParser
Resolves a single variable token, delegating to an appropriate VariableResolver.
resolveVariable(String) - Method in class com.sonicsw.esb.service.common.util.variables.VariableParserImpl
 
ResourceUtils - Class in com.sonicsw.esb.service.common.util.spring
 
ResourceUtils() - Constructor for class com.sonicsw.esb.service.common.util.spring.ResourceUtils
 
restartMFContainer(String) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IMonitoredContainerRuntimeAPI
Restart a running container
retrieve(XQMessage, XQServiceContext) - Method in interface com.sonicsw.xq.XQProcessContinuationHandler
Create a process continuation object from the target data source.

S

save(XQMessage, XQServiceContext, XQProcessContinuation) - Method in interface com.sonicsw.xq.XQProcessContinuationHandler
Write the process continuation object to the appropriate data source.
saveConnection(IConnectionConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Persist the changes made to the connection configuration.
saveEndpoint(IEndpointConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfigAPI
Persist the changes made to the endpoint.
saveESBContainer(IContainerConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfigAPI
save the changes applied to the container configuration.
saveProcess(IProcessConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfigAPI
Persist changes made to the process into the DS.
saveService(IServiceConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Persist changes made to the service into the DS.
saveServiceType(IServiceTypeConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfigAPI
Persist changes made to the service type into the DS.
SCHEME - Static variable in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver.InterfaceParameterVariable
 
SCHEME - Static variable in class com.sonicsw.esb.service.common.impl.MessageVariableResolver.MessageVariable
 
SCHEME - Static variable in class com.sonicsw.esb.service.common.impl.MessageVariableResolver
 
SCHEME - Static variable in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver.ProcessContextVariable
 
SCHEME - Static variable in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver
 
send(XQMessage) - Method in interface com.sonicsw.xq.adapter.XQMessageAdapter
sends the message to the EIS
SEND_NULL_ADDRESS - Static variable in interface com.sonicsw.xq.XQErrorCodes
Indicates that an XQAddress of an XQMessage placed in a service's outbox is either empty or invalid.
sendConfigNotification(String) - Method in class com.sonicsw.esb.service.common.metrics.NoOpNotificationsHandler
 
sendConfigNotification(String, Map) - Method in class com.sonicsw.esb.service.common.metrics.NoOpNotificationsHandler
 
sendConfigNotification(String) - Method in interface com.sonicsw.esb.service.common.metrics.NotificationsHandler
 
sendConfigNotification(String, Map) - Method in interface com.sonicsw.esb.service.common.metrics.NotificationsHandler
 
sendInfoNotification(String) - Method in class com.sonicsw.esb.service.common.metrics.NoOpNotificationsHandler
 
sendInfoNotification(String, Map) - Method in class com.sonicsw.esb.service.common.metrics.NoOpNotificationsHandler
 
sendInfoNotification(String) - Method in interface com.sonicsw.esb.service.common.metrics.NotificationsHandler
 
sendInfoNotification(String, Map) - Method in interface com.sonicsw.esb.service.common.metrics.NotificationsHandler
 
sendSevereNotification(String) - Method in class com.sonicsw.esb.service.common.metrics.NoOpNotificationsHandler
 
sendSevereNotification(String, Map) - Method in class com.sonicsw.esb.service.common.metrics.NoOpNotificationsHandler
 
sendSevereNotification(String) - Method in interface com.sonicsw.esb.service.common.metrics.NotificationsHandler
 
sendSevereNotification(String, Map) - Method in interface com.sonicsw.esb.service.common.metrics.NotificationsHandler
 
sendWarningNotification(String) - Method in class com.sonicsw.esb.service.common.metrics.NoOpNotificationsHandler
 
sendWarningNotification(String, Map) - Method in class com.sonicsw.esb.service.common.metrics.NoOpNotificationsHandler
 
sendWarningNotification(String) - Method in interface com.sonicsw.esb.service.common.metrics.NotificationsHandler
 
sendWarningNotification(String, Map) - Method in interface com.sonicsw.esb.service.common.metrics.NotificationsHandler
 
service(XQServiceContext) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
service(XQServiceContext) - Method in class com.sonicsw.xq.service.cbr.CBRService
Provides the Routing service.
service(XQServiceContext) - Method in class com.sonicsw.xq.service.xform.TransformationService
Provides the Transformation service.
service(XQServiceContext) - Method in interface com.sonicsw.xq.XQService
Called by the SonicXQ framework to invoke the service when a message is sent to the service.
SERVICE_PARAM_ENTRY_ENDPOINT_ADDRESS - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the entry endpoint address from the service environment provided in both the XQInitContext and the XQServiceContext The constant value is "SonicXQ.EntryEndpointAddress".
SERVICE_PARAM_EXIT_ENDPOINT_ADDRESS_LIST - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the exit endpoint addresses from the service environment provided in both the XQInitContext and the XQServiceContext The constant value is "SonicXQ.ExitEndpointList".
SERVICE_PARAM_FAULT_ENDPOINT_ADDRESS - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the fault endpoint address from the service environment provided in both the XQInitContext and the XQServiceContext The constant value is "SonicXQ.FaultEndpointAddress".
SERVICE_PARAM_REJECTEDMESSAGE_ENDPOINT_ADDRESS - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the rejected message endpoint address from the service environment provided in both the XQInitContext and the XQServiceContext The constant value is "SonicXQ.RejectedMessageEndpointAddress".
SERVICE_PARAM_SERVICE_TYPE - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the service type from the service environment provided in both the XQInitContext and the XQServiceContext The constant value is "SonicXQ.ServiceType".
SERVICE_PARAM_WSDL_URL_CONTENTS - Static variable in interface com.sonicsw.xq.XQConstants
XQParameters key value used to retrieve the WSDL URL contents from the service environment provided in both the XQInitContext and the XQServiceContext The constant value is "SonicXQ.WSDLUrlContents".
SERVICE_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
ServiceMetricsHandler - Interface in com.sonicsw.esb.service.common.metrics
A MetricsHandler for registering service instance metrics.
set(Properties) - Static method in class com.sonicsw.esb.service.common.SFCDiagnosticContext
 
setActionalConfig(IActionalConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Set the Actional related configuration.
setAddress(IAddress[]) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IAddressParameter
 
setAddress(IAddress) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IAddressParameter
 
setAllowBeanDefinitionOverriding(boolean) - Method in class com.sonicsw.esb.service.common.util.spring.DuplicateAwareApplicationContext
Specifies whether or not beans can be replaced after they have been registered.
setApplicationContext(ApplicationContext) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
setApplicationContext(ApplicationContext) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceBeanProcessor
 
setApplicationContext(ApplicationContext) - Method in class com.sonicsw.esb.service.common.util.spring.PatternBasedBeanDefinitionProcessor
 
setArchiveName(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Set the archive name containing the container implementation (Advanced use!).
setBooleanHeader(String, boolean) - Method in interface com.sonicsw.xq.XQMessage
Sets the user-defined boolean header value with the specified name into the message header.
setBooleanParameter(String, int, boolean) - Method in interface com.sonicsw.xq.XQParameters
Set a parameter based on its name and type to the specified boolean value.
setBrokerURLs(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Set the connection URL string which will be used to establish the connection.
setByteHeader(String, byte) - Method in interface com.sonicsw.xq.XQMessage
Sets the user-defined byte header value with the specified name into the message header.
setByteParameter(String, int, byte) - Method in interface com.sonicsw.xq.XQParameters
Set a parameter based on its name and type to the specified byte value.
setClasspathElements(String[]) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Set (in an ordered list) the container wide configured classpath entries.
setClasspathURLs(String[]) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig.ClassLoaderConfiguration
Replace the currently defined value for the classpath URL's with a new set.
setCompositeStepName(String) - Method in interface com.sonicsw.xq.XQProcessContinuation
Set the name of the step to be continued.
setCompressionFactory(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
setConcurrentDurable(boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSTopicEndpointConfig
See the MQ Application Programming Guide book.
setConnectionConfig(IConnectionConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
Set the connection over which this endpoint's communications will take place.
setConnectionListener(IConnectionListener) - Method in class com.sonicsw.esb.mgmtapi.ESBAPIFactory
Set the connection listener ESBAPI instances that will be created by this factory (does not affect already created instances.
setConnectionType(IConnectionConfig.ConnectionType) - Method in interface com.sonicsw.esb.mgmtapi.config.IConnectionConfig
Set the connection type.
setConnectTimeout(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Set the amount of time to attempt to establish an initial connection (in seconds)
setContainerLaunchActivationDaemon(String, String) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IMonitoredContainerRuntimeAPI
Allow the user to use a different activation daemon for container launch Currently, it does not change the activation daemon configured with the domain manager which starts the auto-launch containers.
setContainerMetricsHandler(ContainerMetricsHandler) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
setContainerMetricsHandler(ContainerMetricsHandler) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
setContent(Object, String) - Method in interface com.sonicsw.xq.XQPart
Set the content for this part.
setContentId(String) - Method in interface com.sonicsw.xq.XQPart
Sets the Content-Id header value in the part header.
setContext(SFCServiceContext) - Method in interface com.sonicsw.esb.service.common.impl.ContextAwareVariableResolver
Sets the current service context.
setContext(SFCServiceContext) - Method in class com.sonicsw.esb.service.common.impl.ContextAwareVariableResolverFactory
 
setContext(SFCServiceContext) - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver
 
setContext(SFCServiceContext) - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver
 
setContext(SFCServiceContext) - Method in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver
 
setCorrelationId(String) - Method in interface com.sonicsw.xq.XQMessage
Sets the CorrelationID for this message.
setCorrelationId(String) - Method in interface com.sonicsw.xq.XQMessageFactory
Sets the CorrelationID for this message.
setCurrentProcessName(String) - Method in interface com.sonicsw.xq.XQProcessContinuation
Set the name of the current (inner most) process to be continued.
setCurrentProcessStepName(String) - Method in interface com.sonicsw.xq.XQProcessContinuation
Set the name of the step in the current process to be continued.
setDataHandler(DataHandler) - Method in interface com.sonicsw.xq.XQPart
This method provides the mechanism to set this part's content.
setDefaultMetricsProvider(MetricsCapable) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
setDefaultMetricsProvider(MetricsCapable) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
setDefaultNotificationsProvider(NotificationsCapable) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
setDefaultNotificationsProvider(NotificationsCapable) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
setDescr(String) - Method in class com.sonicsw.esb.mgmtapi.ESBAPIContext
 
setDescription(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
setDescription(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
setDestinationName(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig
Set the TOPIC or Queue to which this endpoint is bound
setDestinationType(IEndpointConfig.EndpointDestinationType) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
 
setDiagnosticContextFactory(SFCDiagnosticContextFactory) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
setDiagnosticContextFactory(SFCDiagnosticContextFactory) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
setDoubleHeader(String, double) - Method in interface com.sonicsw.xq.XQMessage
Sets the user-defined double header value with the specified name into the message header.
setDoubleParameter(String, int, double) - Method in interface com.sonicsw.xq.XQParameters
Set a parameter based on its name and type to the specified double value.
setDurableSubscriptionName(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSTopicEndpointConfig
See the MQ Application Programming Guide book. set the durable subscription name used by this endpoint.
setEnableCompression(boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
setEndpointTypeConfig(IEndpointConfig.EndpointType) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
Set the endpoint type.
setEntryEndpointConfig(IEndpointConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Set the destination to which Fault messages are sent by default.
setEntryEndpointConfig(IEndpointConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
Set the entry endpoint configuration for this instance.
setErrorID(int) - Method in exception com.sonicsw.xq.XQException
Sets an error code.
setEventAddress(XQAddress) - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
setExclusionList(String[]) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig.ClassLoaderConfiguration
Replace the currently defined the set of prefixes of class names which will not be searched by this class loader.
setExitAddress(IAddress[]) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Replace the currently configured set of exit destinations with the new set.
setExitAddress(IAddress[]) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
 
setFaultAddress(IAddress) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Set the destination to which Fault messages are sent by default.
setFaultAddress(IAddress) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
Set the fault endpoint for this service.
setFaultAddress(XQAddress) - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
setFaultHandlerAddress(IAddress) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Set the configured destination for process Fault Handler
setFileChangeManager(FileChangeManager) - Method in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver
 
setFloatHeader(String, float) - Method in interface com.sonicsw.xq.XQMessage
Sets the user-defined float header value with the specified name into the message header.
setFloatParameter(String, int, float) - Method in interface com.sonicsw.xq.XQParameters
Set a parameter based on its name and type to the specified float value.
setFlowToDisk(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSTopicEndpointConfig
Set the flow to disk behavior for publishers to this endpoint.
setFTEnabled(boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Enable (MQ) Fault tolerance is enabled
setHeaderValue(String, Object) - Method in interface com.sonicsw.xq.XQMessage
Sets a header value with the specified name into the message header.
setHeaderValues(Map<String, Object>) - Method in interface com.sonicsw.xq.XQMessage
Sets multiple header values into the message header.
setHistoryMode(HistoryMode) - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
setHTTPDefaultConnection(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Set the connection configuration use by the container for HTTP requests.
setHTTPDefaultConnectionConfig(IConnectionConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Set the connection configuration use by the container for HTTP requests.
setID(String) - Method in interface com.sonicsw.xq.XQProcessContinuation
Optional method to set a unique ID for the continuation
setInflightProperties(Properties) - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
setInitializationContext(SFCInitializationContext) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
setInitializationContext(SFCInitializationContext) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
setInitialValue(long) - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
setInitInfo(XQParameters, boolean) - Method in class com.sonicsw.xq.service.cbr.CBRFactory
 
setInitInfo(XQParameters, boolean) - Method in class com.sonicsw.xq.service.xform.XformFactory
 
setInstanceMetric(boolean) - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
setInterceptorEnabled(boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IActionalConfig
Enable or disable the Actional interceptor in this ESB container
setInterfaceParameter(XQServiceContext) - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver
 
setIntervalMode(boolean) - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
setIntHeader(String, int) - Method in interface com.sonicsw.xq.XQMessage
Sets the user-defined int header value with the specified name into the message header.
setIntParameter(String, int, int) - Method in interface com.sonicsw.xq.XQParameters
Set a parameter based on its name and type to the specified int value.
setInvert(boolean) - Method in class com.sonicsw.esb.service.common.util.MDCFilter
 
setIsTemporary(boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig
Internal use only
setJmsConnectionID(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Set the JMS connection ID used for this connection.
setJMSDefaultConnection(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Set the Bus connection name for the container.
setJMSDefaultConnectionConfig(IConnectionConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Set the Bus connection configuration for the container.
setKey(String) - Method in class com.sonicsw.esb.service.common.util.MDCFilter
 
setLastError(String) - Method in interface com.sonicsw.xq.XQLifeCycleManager
Set the last error message flag.
setLevel(XQProcessContinuation.Level) - Method in interface com.sonicsw.xq.XQProcessContinuation
Set the level for this continuation
setLinkedException(Throwable) - Method in exception com.sonicsw.xq.XQException
Sets a linked exception.
setListenerCount(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceApplicationConfig
set the configured number of threads associated with this service/process.
setLoadBalancingEnabled(boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Enable or disable (MQ) load-balancing on this connection.
setLog4jConfiguration(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Set the optional log4j configuration.
setLoginSPIClassName(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
setLongHeader(String, long) - Method in interface com.sonicsw.xq.XQMessage
Sets the user-defined long header value with the specified name into the message header.
setLongParameter(String, int, long) - Method in interface com.sonicsw.xq.XQParameters
Set a parameter based on its name and type to the specified long value.
setMaxReceiveSessionsPerConnection(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
set the maximum number of sessions used to send messages w/ best effort QOS
setMaxRedeliveryCount(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
set the maximum number of re-deliveries for a message.
setMaxSessionAtLeastOnce(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
set the maximum number of sessions used to send messages w/ At least once (ALO) QOS.
setMaxSessionBestEffort(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
set the maximum number of sessions used to send messages w/ best effort QOS
setMaxSessionExactlyOnce(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
set the maximum number of sessions used to send messages w/ At least once (ALO) QOS.
setMaxWebServiceSessions(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
set the maximum number of sessions used to send HTTP requests.
setMessage(XQMessage) - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver
 
setMessage(XQMessage) - Method in interface com.sonicsw.xq.XQEnvelope
Sets the message for this envelope.
setMessageSelector(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig
Set the JMS message selector expression, if any, applied to messages. null disable message selector.
setMetricsBuilder(MetricsBuilder) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
setMetricsBuilder(MetricsBuilder) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
setMetricsRegistrar(MetricsRegistrar) - Method in class com.sonicsw.esb.service.common.impl.core.AbstractXQService
 
setMetricsRegistrar(MetricsRegistrar) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
setMonitoredMFContainerAutoLaunch(String, boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Add the container to the list of monitored containers with the given auto-launch setting.
setMonitorInterval(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Sets the interval in seconds over which administrative monitoring of flow control will occur.
setName(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
Set the service instance's name.
setName(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
setName(String) - Method in interface com.sonicsw.esb.service.common.SFCParameters
Provides a name for this parameters instance for logging purposes.
setNotificationsHandler(NotificationsHandler) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
setNotificationsHandler(NotificationsHandler) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
setObjectId(String) - Method in class com.sonicsw.esb.mgmtapi.ESBAPIContext
 
setObjectType(String) - Method in class com.sonicsw.esb.mgmtapi.ESBAPIContext
 
setOperation(String) - Method in class com.sonicsw.esb.mgmtapi.ESBAPIContext
 
setOriginalProcessContinuation(XQProcessContinuation) - Method in interface com.sonicsw.xq.XQFaultProcessContinuation
Set the continuation object for the original process that threw the fault that is being handled by the the fault handler process
setParameter(String, int, String) - Method in interface com.sonicsw.xq.XQParameters
Set a parameter based on its name and type to the specified String value.
setParameter(String, int, String, String) - Method in interface com.sonicsw.xq.XQParameters
Set a parameter based on its name and type to the specified String value and the specified reference.
setParameterObject(String, int, Object) - Method in interface com.sonicsw.xq.XQParameters
Set a parameter based on its name and type to the specified Object value.
setParameterObject(String, int, Object, String) - Method in interface com.sonicsw.xq.XQParameters
Set a parameter based on its name and type to the specified Object value and the specified reference.
setParent(XQParameters) - Method in interface com.sonicsw.xq.XQParameters
Set a reference to a parent XQParameter object.
setPartFromDocument(String, Document) - Method in interface com.sonicsw.xq.XQMessage
Create a new XQPart for this message from a DOM document.
setPartFromDocument(int, Document) - Method in interface com.sonicsw.xq.XQMessage
Create a new XQPart for this message from a DOM document.
setPassword(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Set the password used to authenticate to the broker
setPattern(String) - Method in class com.sonicsw.esb.service.common.util.spring.PatternBasedBeanDefinitionProcessor
 
setPayloadReportingEnabled(boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IActionalConfig
Allow or disallow the Actional interceptor to report the message payload contents.
setPingInterval(long) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
set the interval (in milliseconds) used to verify connection liveliness
setPrefetchCount(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSQueueEndpointConfig
See the MQ Application Programming Guide book.
setPrefetchThreshold(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSQueueEndpointConfig
Set the number of remaining messages which trigger a queue fetch.
setPriority(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig
Set the JMS priority that should be set for messages sent to this endpoint.
setProcessContext(XQProcessContext) - Method in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver
 
setProcessInstanceData(Object) - Method in interface com.sonicsw.xq.XQProcessContinuation
Set additional process instance data.
setProcessRuntime(XQRuntimeProcess) - Method in interface com.sonicsw.xq.XQProcessContinuation
Set the process context information for the process to be continued.
setProperty(XPathContext, String, String, int) - Method in class com.sonicsw.xq.service.xform.HeaderExtension
Set the value of a specified property into the specified part or XQMessage header.
setQOSLevel(IQos.QOSLevel) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
Set the QOS associated with this endpoint.
setQOSLevel(IQos.QOSLevel) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Set the Quality of Service for the process.
setQualityOfService(XQQualityofService) - Method in interface com.sonicsw.xq.XQProcessAddress
 
setReconnectTimeout(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Set the amount of time to attempt to reestablish a fault tolerant connection
setReference(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IFileResourceParameter
 
setReference(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IXMLResourceParameter
 
setRejectedMessageAddress(IAddress) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Set the destination to which Rejected Messages are sent.
setRejectedMessageAddress(IAddress) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
Set the RME endpoint for this service.
setReplyTo(XQAddress) - Method in interface com.sonicsw.xq.XQMessage
Sets the Reply To address for this message.
setReplyTo(XQAddress) - Method in interface com.sonicsw.xq.XQMessageFactory
Sets the Reply To address for this message.
setRequestTimeout(long) - Method in class com.sonicsw.esb.mgmtapi.ESBAPIFactory
Set the request timeout for all ESBAPI instances that will be created by this factory (does not affect already created instances.
setRequired(boolean) - Method in class com.sonicsw.esb.service.common.util.MDCFilter
 
setResourceLoader(ResourceLoader) - Method in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver
 
setRMEAddress(XQAddress) - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
setRootProcessName(String) - Method in interface com.sonicsw.xq.XQProcessContinuation
Set the name of the top parent process to be continued.
setSelfFirst(boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceTypeConfig.ClassLoaderConfiguration
Define the behavior of this class loader.
setSendTimeout(long) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig
The time (in milliseconds) the framework will wait for a session to become available for sending to this endpoint.
setServiceContextFactory(SFCServiceContextFactory) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
setServiceContextFactory(SFCServiceContextFactory) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
setServiceDelegate(SFCService) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
setServiceDelegate(SFCService) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
setServiceDescriptor(SFCServiceDescriptor) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
setServiceDescriptor(SFCServiceDescriptor) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
setServiceMetricsHandler(ServiceMetricsHandler) - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
setServiceMetricsHandler(ServiceMetricsHandler) - Method in class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
setServiceName(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceApplicationConfig
Set the service/process's name this entry represents.
setServiceTypeConfig(IServiceTypeConfig) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
Set the service type configuration this service is an instance of
setSharedSubscriptions(boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSTopicEndpointConfig
See the MQ Application Programming Guide book.
setShortHeader(String, short) - Method in interface com.sonicsw.xq.XQMessage
Sets the user-defined short header value with the specified name into the message header.
setShortParameter(String, int, short) - Method in interface com.sonicsw.xq.XQParameters
Set a parameter based on its name and type to the specified short value.
setSocketConnectTimeout(int) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Set the socket connect timeout.
setSpringConfiguration(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Set the optional spring configuration files.
setSslCACertLocation(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Set file system directory in which CA certificates are searched
setSslCertForm(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Set the format the SSL certificate is stored in ( e.g.
setSslChainFile(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Set the file location which contains the SSL certificate chain.
setSslCipherSuite(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Set the set of allowed cipher suites for this connection.
setSslPrivateKeyFile(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
setSslPrivateKeyPassword(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Set the password used to access the private key.
setSslProviderClassName(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
Set the currently configured SSL provide name
setStepName(String) - Method in interface com.sonicsw.xq.XQProcessAddress
sets the step name for this process address.
setStringHeader(String, String) - Method in interface com.sonicsw.xq.XQMessage
Sets the user-defined String header value with the specified name into the message header.
setSupportsHighThresholdAlerts(boolean) - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
setSupportsLowThresholdAlerts(boolean) - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
setTimeToLive(long) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSEndpointConfig
Set the JMS time to live value that should be set on messages sent to this endpoint.
setTimeToLive(long) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
setTrackingDestination(IAddress) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Set the destination to which tracking messages generated by the process are sent to.
setTrackingID(String) - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
setTrackingLevel(IProcessConfig.TrackingLevel) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Set the verbosity of tracking messages generated by this process. see above e.g.
setTrackingLevel(int) - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
setTrackingRulesFile(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
Set the JavaScript rules file for generating ID's for tracking messages.
setTTL(long) - Method in interface com.sonicsw.xq.XQRuntimeProcess
 
setType(MetricType) - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
setUnits(String) - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
setUpdateMode(UpdateMode) - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
setUseIntraContainer(boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Enable or disable intra-container messaging.
setUserName(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IJMSConnectionConfig
 
setValue(boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IBooleanParam
 
setValue(Boolean) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IBooleanParam
 
setValue(Double) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IDoubleParamater
 
setValue(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IEnumParameter
 
setValue(Float) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IFloatParamater
 
setValue(Integer) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IIntegerParamater
 
setValue(Long) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.ILongParamater
 
setValue(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IStringParameter
 
setValue(String) - Method in class com.sonicsw.esb.service.common.util.MDCFilter
 
setValue(String, String) - Method in interface com.sonicsw.xq.XQHeader
Sets the value of a header field.
setValueByName(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IParameter.IEnumParameter
return true if the name was recognized as a valid enum member. update the parameter's value accordingly.
setValues(Map<String, String>) - Method in interface com.sonicsw.xq.XQHeader
Add zero or more fields to header.
setVariableResolverFactory(VariableResolverFactory) - Method in interface com.sonicsw.esb.service.common.util.variables.VariableParser
Sets the variable resolver factory to use for this parser.
setVariableResolverFactory(VariableResolverFactory) - Method in class com.sonicsw.esb.service.common.util.variables.VariableParserImpl
 
setWorkbenchRoot(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IMonitoredContainerConfigAPI
Set the root of the Workbench workspace for the eclipse handler
setWSDLUrl(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IEndpointConfig
 
setWSDLUrl(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
 
setWSDLUrl(String) - Method in interface com.sonicsw.esb.mgmtapi.config.IServiceConfig
Set the WSDL associated with this service.
setXQInitContext(XQInitContext) - Method in interface com.sonicsw.esb.service.common.SFCInitializationContext
 
SFCDiagnosticContext - Class in com.sonicsw.esb.service.common
A DiagnosticContext captures context properties associated with the current thread of execution.
SFCDiagnosticContext() - Constructor for class com.sonicsw.esb.service.common.SFCDiagnosticContext
 
SFCInitializationContext - Interface in com.sonicsw.esb.service.common
Service initialization context.
SFCMetric - Interface in com.sonicsw.esb.service.common.metrics
 
SFCParameters - Interface in com.sonicsw.esb.service.common
 
SFCRuntimeException - Exception in com.sonicsw.esb.service.common
Unchecked exception that wraps an SFCServiceException.
SFCRuntimeException(SFCServiceException) - Constructor for exception com.sonicsw.esb.service.common.SFCRuntimeException
 
SFCRuntimeException(Exception) - Constructor for exception com.sonicsw.esb.service.common.SFCRuntimeException
 
SFCService - Interface in com.sonicsw.esb.service.common
 
SFCServiceBeanProcessor - Class in com.sonicsw.esb.service.common.impl
BeanPostProcessor that looks for an SFC service bean and wires it up.
SFCServiceBeanProcessor() - Constructor for class com.sonicsw.esb.service.common.impl.SFCServiceBeanProcessor
 
SFCServiceConstants - Class in com.sonicsw.esb.service.common
This class provides constants for the common service libraries.
SFCServiceContext - Interface in com.sonicsw.esb.service.common
Context for service invocations.
SFCServiceContextFactory - Interface in com.sonicsw.esb.service.common.impl
Factory for service contexts.
SFCServiceDescriptor - Interface in com.sonicsw.esb.service.common
Describes a service type.
SFCServiceEnvironment - Class in com.sonicsw.esb.service.common.impl
 
SFCServiceEnvironment() - Constructor for class com.sonicsw.esb.service.common.impl.SFCServiceEnvironment
 
SFCServiceException - Exception in com.sonicsw.esb.service.common
 
SFCServiceException(String, Throwable) - Constructor for exception com.sonicsw.esb.service.common.SFCServiceException
 
SFCServiceException(String) - Constructor for exception com.sonicsw.esb.service.common.SFCServiceException
 
SFCServiceException(Throwable) - Constructor for exception com.sonicsw.esb.service.common.SFCServiceException
 
shutdownMFContainer(String) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IMonitoredContainerRuntimeAPI
Shutdown the monitored container.
SimpleServiceDescriptor - Class in com.sonicsw.esb.service.common.impl
 
SimpleServiceDescriptor(String) - Constructor for class com.sonicsw.esb.service.common.impl.SimpleServiceDescriptor
 
SONIC_URL_PREFIX - Static variable in interface com.sonicsw.xq.XQConstants
A URL prefix that indicates the content of the URL is stored in a ESB Service or process.
SONICFS_URL_PREFIX - Static variable in interface com.sonicsw.xq.XQConstants
A URL prefix that indicates that the content of the URL is stored in the SonicESB Directory Service.
start() - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
start() - Method in interface com.sonicsw.xq.adapter.XQResourceAdapter
called when the adapter is first referenced
start() - Method in interface com.sonicsw.xq.XQServiceEx
Called by the SonicXQ framework when the service is started.
START_DELIM - Static variable in class com.sonicsw.esb.service.common.util.variables.VariableConstants
Delimiter identifying the start of a variable token.
STARTED - Static variable in class com.sonicsw.xq.XQState
State indicating that the container or service has been successfully started.
STARTING - Static variable in class com.sonicsw.xq.XQState
Transient State indicating that the container or service is in the process of getting started
startMFComponent(String, String) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IMonitoredContainerRuntimeAPI
Starts the MF component if it has not already been started.
startProcesses(String[]) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IContainerRuntimeAPI
Start ESB processes
startService() - Method in interface com.sonicsw.xq.XQLifeCycleManager
Start the service that was stopped or aborted earlier.
startServices(String[]) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IContainerRuntimeAPI
Start ESB services
STEP_NODE - Static variable in interface com.sonicsw.xq.XQConstants
Itinerary constant used in SonicESB processes to identify a process step.
stop() - Method in class com.sonicsw.esb.service.common.impl.AbstractSFCServiceImpl
 
stop() - Method in interface com.sonicsw.xq.adapter.XQResourceAdapter
called when the adapter is being removed from the system
stop() - Method in interface com.sonicsw.xq.XQServiceEx
Called by the SonicXQ framework when the service is stopped.
stopContainer() - Method in interface com.sonicsw.xq.XQLifeCycleManager
A service can use this API to stop the ESB container it is hosted in.
STOPPED - Static variable in class com.sonicsw.xq.XQState
State indicating that the container or service has been stopped.
STOPPING - Static variable in class com.sonicsw.xq.XQState
Transient State indicating that the container or service is in the process of getting stopped
stopProcesses(String[]) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IContainerRuntimeAPI
Stop ESB processes
stopService() - Method in interface com.sonicsw.xq.XQLifeCycleManager
Stop the service.
stopServices(String[]) - Method in interface com.sonicsw.esb.mgmtapi.runtime.IContainerRuntimeAPI
Stop ESB services
STRING_ALO_QOS - Static variable in interface com.sonicsw.xq.XQConstants
String value of a QoS level supported by SonicESB endpoints and asynchronous dispatch API.
STRING_BE_QOS - Static variable in interface com.sonicsw.xq.XQConstants
String value of a QoS level supported by SonicESB endpoints and asynchronous dispatch API.
STRING_EXO_QOS - Static variable in interface com.sonicsw.xq.XQConstants
String value of a QoS level supported by SonicESB endpoints and asynchronous dispatch API.
STRING_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
subscribe(XQMessageListenerFactory, Map) - Method in interface com.sonicsw.xq.adapter.XQResourceAdapter
add a subscription for the particular factory for messages that conform to the subscriptionSpec
supportsChangeNotifications(String) - Method in interface com.sonicsw.esb.service.common.impl.core.FileChangeManager
Indicates whether this FileChangeManager is capable of reporting change notifications for the given file path.
supportsChangeNotifications(String) - Method in class com.sonicsw.esb.service.common.impl.core.FileChangeManagerImpl
 
supportsHighThresholdAlerts() - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
supportsLowThresholdAlerts() - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
SystemPropertyVariableResolver - Class in com.sonicsw.esb.service.common.util.variables
VariableResolver implementation for variables that specify a System property.
SystemPropertyVariableResolver() - Constructor for class com.sonicsw.esb.service.common.util.variables.SystemPropertyVariableResolver
 
SystemPropertyVariableResolver.SystemPropertyVariable - Class in com.sonicsw.esb.service.common.util.variables
 

T

TestResolver - Class in com.sonicsw.esb.service.common.impl
Simple resolver that handles a test variable scheme where the value is embedded in the variable URI.
TestResolver() - Constructor for class com.sonicsw.esb.service.common.impl.TestResolver
 
TestResolver.ValueVariable - Class in com.sonicsw.esb.service.common.impl
 
TIME_TO_LIVE_EXPIRED - Static variable in interface com.sonicsw.xq.XQErrorCodes
Indicates that the lifetime of a message within a process has exceed the time-to-live set for that process.
toString() - Method in class com.sonicsw.esb.mgmtapi.config.IAddress.AddressType
 
toString() - Method in class com.sonicsw.esb.mgmtapi.config.IParameter.ParameterType
 
toString() - Method in class com.sonicsw.esb.mgmtapi.ESBAPIContext
 
toString() - Method in class com.sonicsw.esb.service.common.impl.ContainerDeploymentParameterVariableResolver.ContainerDeploymentParameterVariable
 
toString() - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver.InterfaceParameterVariable
 
toString() - Method in class com.sonicsw.esb.service.common.impl.InterfaceParameterVariableResolver.InterfaceParameterVariable.Type
 
toString() - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver.MessageVariable
 
toString() - Method in class com.sonicsw.esb.service.common.impl.MessageVariableResolver.MessageVariable.Type
 
toString() - Method in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver.ProcessContextVariable
 
toString() - Method in class com.sonicsw.esb.service.common.impl.ProcessContextVariableResolver.ProcessContextVariable.Type
 
toString() - Method in class com.sonicsw.esb.service.common.impl.TestResolver.ValueVariable
 
toString() - Method in class com.sonicsw.esb.service.common.metrics.HistoryMode
 
toString() - Method in class com.sonicsw.esb.service.common.metrics.MetricDescriptor
 
toString() - Method in class com.sonicsw.esb.service.common.metrics.MetricType
 
toString() - Method in class com.sonicsw.esb.service.common.metrics.UpdateMode
 
toString() - Method in class com.sonicsw.esb.service.common.util.variables.PropertiesURLVariableResolver.PropertyFileVariable
 
toString() - Method in class com.sonicsw.esb.service.common.util.variables.SystemPropertyVariableResolver.SystemPropertyVariable
 
toString() - Method in class com.sonicsw.esb.service.common.VersionNumber
 
toString() - Method in enum com.sonicsw.xq.XQProcessContinuation.Level
 
toString() - Method in class com.sonicsw.xq.XQQualityofService
 
toString() - Method in class com.sonicsw.xq.XQState
 
TOTAL - Static variable in class com.sonicsw.esb.service.common.metrics.MetricType
 
TRACKING_ADD_MESSAGE_CONTENT - Static variable in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
TRACKING_ADD_MESSAGE_CONTENT (4) tracks at the TRACKING_ADD_MESSAGE_HEADERS level and in addition adds the message contet of the tracked message to the tracking message content as a multipart message.
TRACKING_ADD_MESSAGE_CONTENT - Static variable in interface com.sonicsw.xq.XQConstants
Tracking level of a SonicESB process.
TRACKING_ADD_MESSAGE_HEADERS - Static variable in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
TRACKING_ADD_MESSAGE_HEADERS (3) tracks at the TRACKING_SERVICE_ENTRY_AND_EXIT level and in addition adds the message headers of the tracked message to the tracking message content: <xqMessageHeaders> <header name="A">valueA</header> <header name="B">valueB</header> </xqMessageHeaders>
TRACKING_ADD_MESSAGE_HEADERS - Static variable in interface com.sonicsw.xq.XQConstants
Tracking level of a SonicESB process.
TRACKING_MESSAGE_CONTENT_ID - Static variable in interface com.sonicsw.xq.XQConstants
Tracking messages are multi-part messages.
TRACKING_OFF - Static variable in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
TRACKING_OFF (0) implies no tracking.
TRACKING_OFF - Static variable in interface com.sonicsw.xq.XQConstants
Tracking level of a SonicESB process.
TRACKING_PROCESS_ENTRY_AND_EXIT - Static variable in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
TRACKING_PROCESS_ENTRY_AND_EXIT (1) tracks when a message enters and leaves a SonicESB process, including nested processes.
TRACKING_PROCESS_ENTRY_AND_EXIT - Static variable in interface com.sonicsw.xq.XQConstants
Tracking level of a SonicESB process.
TRACKING_SERVICE_ENTRY_AND_EXIT - Static variable in interface com.sonicsw.esb.mgmtapi.config.IProcessConfig
TRACKING_SERVICE_ENTRY_AND_EXIT (2) tracks when a message enters and leave a SonicESB service deployed within a SonicESB process, in addition to tracking process entries and exits.
TRACKING_SERVICE_ENTRY_AND_EXIT - Static variable in interface com.sonicsw.xq.XQConstants
Tracking level of a SonicESB process.
TransformationElementFactory - Class in com.sonicsw.xq.service.xform
Class SonicElementFactory.
TransformationElementFactory() - Constructor for class com.sonicsw.xq.service.xform.TransformationElementFactory
 
TransformationService - Class in com.sonicsw.xq.service.xform
 
TransformationService() - Constructor for class com.sonicsw.xq.service.xform.TransformationService
Default contructor for the TransformationService.
TYPE_ENDPOINT - Static variable in interface com.sonicsw.esb.mgmtapi.config.IAddress
 
TYPE_PROCESS - Static variable in interface com.sonicsw.esb.mgmtapi.config.IAddress
 
TYPE_REPLYTO - Static variable in interface com.sonicsw.esb.mgmtapi.config.IAddress
 
TYPE_SERVICE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IAddress
 

U

UNINITIALIZED - Static variable in class com.sonicsw.xq.XQState
State indicating that the container or service has not yet been initialized.
unregisterAsEntryEndpoint(XQEndpoint) - Method in interface com.sonicsw.xq.XQEndpointManager
Unregisters an endpoint as a means for dispatching to the current service.
unregisterFileChangeInterest(String, FileChangeManager.FileChangeHandler) - Method in interface com.sonicsw.esb.service.common.impl.core.FileChangeManager
Unregisters a callback object for specified file.
unregisterFileChangeInterest(String, FileChangeManager.FileChangeHandler) - Method in class com.sonicsw.esb.service.common.impl.core.FileChangeManagerImpl
 
UNSPECIFIED - Static variable in exception com.sonicsw.xq.XQException
Indicates an unspecified error code.
unsubscribe(XQMessageListenerFactory, Map) - Method in interface com.sonicsw.xq.adapter.XQResourceAdapter
removes the factory from the subscribers
UpdateMode - Class in com.sonicsw.esb.service.common.metrics
Type-safe enumeration of supported statistic update modes.
updateValue(long) - Method in class com.sonicsw.esb.service.common.metrics.NoOpMetric
 
updateValue(long) - Method in interface com.sonicsw.esb.service.common.metrics.SFCMetric
Updates the value for this metric.
useIntraContainer() - Method in interface com.sonicsw.esb.mgmtapi.config.IContainerConfig
Get if if intra-container messaging is enabled.

V

validate() - Method in class com.sonicsw.xq.service.xform.MessageExtension
 
VALUE - Static variable in class com.sonicsw.esb.service.common.metrics.MetricType
 
VALUE - Static variable in class com.sonicsw.esb.service.common.metrics.UpdateMode
 
valueExists(String) - Method in interface com.sonicsw.xq.XQHeader
Check if a header field exists.
valueOf(String) - Static method in class com.sonicsw.esb.service.common.VersionNumber
Constructs a version number from the given string of the format major.minor[.point].version.
valueOf(String) - Static method in enum com.sonicsw.xq.XQProcessContinuation.Level
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.sonicsw.xq.XQProcessContinuation.Level
 
valueOf(int) - Static method in class com.sonicsw.xq.XQQualityofService
 
valueOf(String) - Static method in class com.sonicsw.xq.XQQualityofService
 
VALUES - Static variable in class com.sonicsw.esb.service.common.metrics.HistoryMode
Mode indicating that this metric should maintain a set of prior values as captured at each refresh interval and collected over the collection period.
values() - Static method in enum com.sonicsw.xq.XQProcessContinuation.Level
Returns an array containing the constants of this enum type, in the order they're declared.
VALUES_AND_COUNTS - Static variable in class com.sonicsw.esb.service.common.metrics.HistoryMode
Mode indicating this metric should maintain history (see HistoryMode.VALUES, and also maintain the number of updates that occurred each refresh interval.
VariableConstants - Class in com.sonicsw.esb.service.common.util.variables
Constants for dealing with variables in string content.
VariableFactory - Interface in com.sonicsw.esb.service.common.util.variables
Factory for scheme-specific variable objects.
VariableFactory.Variable - Interface in com.sonicsw.esb.service.common.util.variables
Provides access to the individual components of a variable.
VariableIterator - Interface in com.sonicsw.esb.service.common.util.variables
Iterator over the variable and literal tokens in a string.
VariableParser - Interface in com.sonicsw.esb.service.common.util.variables
Utility for finding and resolving variable tokens in string content.
VariableParserImpl - Class in com.sonicsw.esb.service.common.util.variables
Default VariableParser implementation that handles variables of the form ${uri}.
VariableParserImpl() - Constructor for class com.sonicsw.esb.service.common.util.variables.VariableParserImpl
 
VariableResolver - Interface in com.sonicsw.esb.service.common.util.variables
Utility that resolves a variable string to a corresponding string value.
VariableResolverFactory - Interface in com.sonicsw.esb.service.common.util.variables
Factory that provides an appropriate VariableResolver for a given variable.
VariableResolverFactoryImpl - Class in com.sonicsw.esb.service.common.util.variables
 
VariableResolverFactoryImpl() - Constructor for class com.sonicsw.esb.service.common.util.variables.VariableResolverFactoryImpl
 
Version - Class in com.sonicsw.esb.service.common
 
Version() - Constructor for class com.sonicsw.esb.service.common.Version
 
VersionNumber - Class in com.sonicsw.esb.service.common
A version number consists of a major version, a minor version, a point version and a build number.
VersionNumber(int, int, int, int) - Constructor for class com.sonicsw.esb.service.common.VersionNumber
 
VersionNumber(int, int, int) - Constructor for class com.sonicsw.esb.service.common.VersionNumber
 

W

wasLastTokenVariable() - Method in interface com.sonicsw.esb.service.common.util.variables.VariableIterator
Indicates whether the last token returned by the next was a variable or a literal.
writeToLog() - Static method in class com.sonicsw.esb.service.common.SFCDiagnosticContext
Writes the contents of this diagnostic context to the given logger at the specified log level.
writeToLog() - Method in interface com.sonicsw.esb.service.common.SFCParameters
Writes this set of parameters to the log.

X

Xformer - Class in com.sonicsw.xq.service.xform
Transformation processor.
XformFactory - Class in com.sonicsw.xq.service.xform
Transformer factory.
XML_RESOURCE_TYPE - Static variable in interface com.sonicsw.esb.mgmtapi.config.IParameter
 
XQ_ENDPOINT_EXCEPTION - Static variable in interface com.sonicsw.xq.XQErrorCodes
Indicates that a processing error occurred in the service framework while using a service's endpoint.
XQ_getEndpoint(String) - Method in class JavaScript.HelperFunctions
Returns an single Address object of type "ENDPOINT".
XQ_getFaultAddress() - Method in class JavaScript.HelperFunctions
Returns an single Address object correspoding to the Fault address of the service or process.
XQ_getProcess(String) - Method in class JavaScript.HelperFunctions
Returns an single Address object of type "PROCESS".
XQ_getProperty(String, int) - Method in class JavaScript.HelperFunctions
Function XQ_getProperty(propertyName) returns the value of the specified propertyName from the XQMessage or XQPart header.
XQ_getReplyToAddress() - Method in class JavaScript.HelperFunctions
Returns an single Address object correspoding to the REPLY_TO address of the service or process.
XQ_getService(String) - Method in class JavaScript.HelperFunctions
Returns an single Address object of type "SERVICE".
XQ_getStepAddress(String) - Method in class JavaScript.HelperFunctions
Returns the address corresponding to the step name, in the currently executing process.
XQ_getStringParameter(String) - Method in class JavaScript.HelperFunctions
Function XQ_getStringParameter(parameterName) returns the value of the specified parameterName from the XQServiceParameters associated with the current XQServiceContext.
XQ_getXPath(String, int, String) - Method in class JavaScript.HelperFunctions
Function XQ_getXPath(xpathExpression) returns the value of the specified XPath expression from the XQMessage's content.
XQ_GLOBAL_REDELIVERY_EXCEEDED - Static variable in interface com.sonicsw.xq.XQErrorCodes
Indicates that the maximum number of message redeliveries have been exceeded.
XQ_isLGSwitchTrue(String) - Method in class JavaScript.HelperFunctions
Returns the status of the stabilizer switch.
XQ_ITINERARY_EXCEPTION - Static variable in interface com.sonicsw.xq.XQErrorCodes
Indicates that there was an error while parsing the itinerary from an inter-container message.
XQ_logError(String) - Method in class JavaScript.HelperFunctions
Sends the string to the XQServiceContext's XQLog as an Error.
XQ_logInformation(String) - Method in class JavaScript.HelperFunctions
Sends the string to the XQServiceContext's XQLog as an information message.
XQ_logWarning(String) - Method in class JavaScript.HelperFunctions
Sends the string to the XQServiceContext's XQLog as a warning.
XQ_SERVICE_EXCEPTION - Static variable in interface com.sonicsw.xq.XQErrorCodes
Indicates that the service method of a service threw an unhandled exception.
XQAccessor - Interface in com.sonicsw.xq
Implementations of the XQAccessor interface provide the ability to extract data from named targets from within the service.
XQAccessorException - Exception in com.sonicsw.xq
This Exception is thrown when there is a problem with a XQAccessor
XQAccessorException(String) - Constructor for exception com.sonicsw.xq.XQAccessorException
Constructs an XQAccessorException with the specified textual description
XQAccessorException(Throwable) - Constructor for exception com.sonicsw.xq.XQAccessorException
Construct an XQAccessorException with the specified linked Throwable.
XQAccessorException(String, Throwable) - Constructor for exception com.sonicsw.xq.XQAccessorException
Construct an XQAccessorException with the specified reason and the specified linked Throwable
XQAccessorFactory - Interface in com.sonicsw.xq
The XQAccessorFactory is used to create XQAccessor objects.
XQAdapterContext - Interface in com.sonicsw.xq.adapter
The XQAdapterContext contains information about the environment that an adapter is running in.
XQAddress - Interface in com.sonicsw.xq
Implementations of the XQAddress interface represent addresses used by SonicXQ.
XQAddressFactory - Interface in com.sonicsw.xq
The XQAddressFactory is used to create XQAddress objects.
XQAddressNotFoundException - Exception in com.sonicsw.xq
The XQAddressNotFoundException exception is thrown when the specified address does not reference a known entity.
XQAddressNotFoundException(String, Exception) - Constructor for exception com.sonicsw.xq.XQAddressNotFoundException
constructs an exception with an unspecified error code, the specified reason and the specified linked exception.
XQAddressNotFoundException(String) - Constructor for exception com.sonicsw.xq.XQAddressNotFoundException
constructs an exception with an unspecified error code, the specified message and without a linked exception.
XQCloneable - Interface in com.sonicsw.xq
The XQCloneable interface is implemented by many XQ classes, and indicates that the class provides a method to provide a field- by-field copy of instances of that class.
XQConnection - Interface in com.sonicsw.xq.adapter
The XQConnection contains the parameters passed to the connection instance and provides access to the JCA connection factory.
XQConstants - Interface in com.sonicsw.xq
 
XQContentTypeException - Exception in com.sonicsw.xq
A XQContentTypeException is a specific form of XQMessageException.
XQContentTypeException(String) - Constructor for exception com.sonicsw.xq.XQContentTypeException
Create an XQContentTypeException with the specified reason string
XQContentTypeException(Throwable) - Constructor for exception com.sonicsw.xq.XQContentTypeException
Create an XQContentTypeException with the specified linked Throwable
XQContentTypeException(String, Throwable) - Constructor for exception com.sonicsw.xq.XQContentTypeException
Create an XQContentTypeException with the specified reason string and the link Throwable
XQContext - Interface in com.sonicsw.xq
An XQContext provides access to all the information needed by a service when it is initializing.
XQDisableLookingGlass - Interface in com.sonicsw.xq
Marker interface that disables the instrumentation of an XQ service in LG.
XQDispatch - Interface in com.sonicsw.xq
An XQDispatch provides access to all the Service extensions methods needed for asynchronous dispatch by a service.
XQDispatchException - Exception in com.sonicsw.xq
 
XQDispatchException() - Constructor for exception com.sonicsw.xq.XQDispatchException
Construct a XQDispatchException using default message.
XQDispatchException(String) - Constructor for exception com.sonicsw.xq.XQDispatchException
Construct a XQDispatchException using the specified message.
XQDispatchException(Throwable, XQEnvelope) - Constructor for exception com.sonicsw.xq.XQDispatchException
Construct a XQDispatchException using the throwable and the failed envelope.
XQDispatchException(ArrayList<Throwable>, ArrayList<XQEnvelope>) - Constructor for exception com.sonicsw.xq.XQDispatchException
Construct a XQDispatchException using the an array of exceptions and array of failed envelopes.This is only relevant when the dispatch Qos is XQQualityofService.AT_LEAST_ONCE or XQQualityofService.BEST_EFFORT.
XQEndpoint - Interface in com.sonicsw.xq
An XQEndpoint is a logical destination that is used to link Business Services.
XQEndpointCreationException - Exception in com.sonicsw.xq
This exception is thrown when the creation of an XQEndpoint failed.
XQEndpointCreationException(String) - Constructor for exception com.sonicsw.xq.XQEndpointCreationException
Constructs an XQEndpointCreationException with the specified detailed reason.
XQEndpointCreationException(Throwable) - Constructor for exception com.sonicsw.xq.XQEndpointCreationException
Constructs an XQEndpointCreationException linked to the specified exception.
XQEndpointCreationException(String, Throwable) - Constructor for exception com.sonicsw.xq.XQEndpointCreationException
Constructs an XQEndpointCreationException with the specified detailed reason and linked to the specified exception.
XQEndpointException - Exception in com.sonicsw.xq
This exception is thrown when an XQEndpoint operation failed.
XQEndpointException(String) - Constructor for exception com.sonicsw.xq.XQEndpointException
Constructs an XQEndpointException with an unspecified error code, the specified message and without a linked exception.
XQEndpointException(Throwable) - Constructor for exception com.sonicsw.xq.XQEndpointException
Constructs an XQEndpointException with an unspecified error code, an empty message and the specified linked exception.
XQEndpointException(String, Throwable) - Constructor for exception com.sonicsw.xq.XQEndpointException
Constructs an XQEndpointException with an unspecified error code, the specified message and the specified linked exception.
XQEndpointManager - Interface in com.sonicsw.xq
The XQEndpointManager creates and manages access to XQEndpoints used by an ESB Service.
XQEndpointNotFoundException - Exception in com.sonicsw.xq
This exception is thrown when the lookup of an XQEndpoint failed.
XQEndpointNotFoundException(String) - Constructor for exception com.sonicsw.xq.XQEndpointNotFoundException
Constructs an XQEndpointNotFoundException with the specified detailed reason.
XQEndpointNotFoundException(Throwable) - Constructor for exception com.sonicsw.xq.XQEndpointNotFoundException
Constructs an XQEndpointNotFoundException linked to the specified exception.
XQEndpointNotFoundException(String, Throwable) - Constructor for exception com.sonicsw.xq.XQEndpointNotFoundException
Constructs an XQEndpointNotFoundException with the specified detailed reason and linked to the specified exception.
XQEndpointTimeoutException - Exception in com.sonicsw.xq
This exception is thrown when an XQEndpoint operation times out.
XQEndpointTimeoutException(String) - Constructor for exception com.sonicsw.xq.XQEndpointTimeoutException
Constructs an XQEndpointTimeoutException with the specified detailed reason.
XQEndpointTimeoutException(Throwable) - Constructor for exception com.sonicsw.xq.XQEndpointTimeoutException
Constructs an XQEndpointTimeoutException linked to the specified exception.
XQEndpointTimeoutException(String, Throwable) - Constructor for exception com.sonicsw.xq.XQEndpointTimeoutException
Constructs an XQEndpointTimeoutException with the specified detailed reason and linked to the specified exception.
XQEnvelope - Interface in com.sonicsw.xq
An XQEnvelope combines an XQMessage along w/ a set of XQAddresses to which this message should be sent.
XQEnvelopeFactory - Interface in com.sonicsw.xq
An XQEnvelopeFactory is used to create XQEnvelopes.
XQErrorCodes - Interface in com.sonicsw.xq
Error Codes returned by the XQ Service Framework
XQException - Exception in com.sonicsw.xq
This is the root class of all SonicXQ API exceptions.
XQFaultProcessContext - Interface in com.sonicsw.xq
An XQFaultProcessContext provides process-related information to a service that is executing in a fault handler process.
XQFaultProcessContinuation - Interface in com.sonicsw.xq
Process continuation for fault handler processes.
XQHeader - Interface in com.sonicsw.xq
The XQHeader stores name/value pairs to represent header objects associated with a message part.
XQInitContext - Interface in com.sonicsw.xq
An XQInitContext provides access to all the information needed by a service when it is initializing.
XQInvocationContext - Interface in com.sonicsw.xq
 
XQLifeCycleManager - Interface in com.sonicsw.xq
This is the interface exposed to ESB services to perform life cycle operations on ESB Container and Services.
XQLog - Interface in com.sonicsw.xq
The XQLog provides users with the ability to write to the container log file at runtime.
XQMessage - Interface in com.sonicsw.xq
The XQMessage is a message that has a header and can contain zero or more Parts.
XQMessage - Variable in class JavaScript.HelperFunctions
The Javascript engine provides access to the current message as variable XQMessage.
XQMessageAdapter - Interface in com.sonicsw.xq.adapter
The XQMessageAdapter is implemented by users that wish to interact with a JCA Resource Adapter within the SonicXQ framework.
XQMessageException - Exception in com.sonicsw.xq
A standard exception wrapper thrown by XQMessage and XQMessageFactory.
XQMessageException(String) - Constructor for exception com.sonicsw.xq.XQMessageException
Construct an XQMessageException containing the specified textual reason.
XQMessageException(Throwable) - Constructor for exception com.sonicsw.xq.XQMessageException
Construct an XQMessageException that wraps the specified Throwable
XQMessageException(String, Throwable) - Constructor for exception com.sonicsw.xq.XQMessageException
Construct an XQMessageException that contains the specified textual description and also wraps a Throwable
XQMessageFactory - Interface in com.sonicsw.xq
The XQMessageFactory is used for creating implementations of XQMessages.
XQMessageListener - Interface in com.sonicsw.xq.adapter
The XQMessageListener is created by the XQMessageListenerFactory upon receipt, by the XQResourceAdapter, of a message.
XQMessageListenerFactory - Interface in com.sonicsw.xq.adapter
The XQMessageListenerFactory creates XQMessageListener instances for dispatch purposes.
XQMitigationContext - Interface in com.sonicsw.xq
Interface for accessing information supplied to an XQ environment through an external source, such as Actional.
XQNotDeliveredException - Class in com.sonicsw.xq.adapter
This exception is thrown by XQMessageListener instances to signify an error during dispatch.
XQNotDeliveredException(String) - Constructor for class com.sonicsw.xq.adapter.XQNotDeliveredException
creates a new instance with the appropriate message
XQNotDeliveredException(String, String) - Constructor for class com.sonicsw.xq.adapter.XQNotDeliveredException
creates a new instance with an error message and code
XQParameterInfo - Interface in com.sonicsw.xq
XQParameterInfo objects are individual parameters within an XQParameters instance.
XQParameters - Interface in com.sonicsw.xq
XQParameters provide a generic mechanism for adding name, value like information to other XQ components such as Services, Endpoints and Connections.
XQPart - Interface in com.sonicsw.xq
The XQPart is a part of a XQMessage.
XQProcessAddress - Interface in com.sonicsw.xq
The XQProcessAddress allows a user to send to and modify the properties of a SonicXQ business process for a particular message.
XQProcessContext - Interface in com.sonicsw.xq
An XQProcessContext provides process-related information to a service when it is performing its per-message processing.
XQProcessContinuation - Interface in com.sonicsw.xq
Using Process continuations a user can interrupt a process flow and then continue it at a later time, potentially from a different location (thread/ container), without losing any of the process context.
XQProcessContinuation.Level - Enum in com.sonicsw.xq
Denotes the level for the continuation.
XQProcessContinuationHandler - Interface in com.sonicsw.xq
Implement this interface to save and retrieve process continuation objects from the appropriate data source.
XQQualityofService - Class in com.sonicsw.xq
 
XQResourceAdapter - Interface in com.sonicsw.xq.adapter
Users must provide an implementation of XQResourceAdapter for any EIS that they wish to asynchronously receive messages from.
XQRuntimeProcess - Interface in com.sonicsw.xq
 
XQService - Interface in com.sonicsw.xq
XQService provides the basic interface between the SonicXQ framework and a service.
XQServiceContext - Interface in com.sonicsw.xq
An XQServiceContext provides all the information needed by a service when it is performing its per-message processing.
XQServiceContext - Variable in class JavaScript.HelperFunctions
The Javascript engine provides access to the current service context as variable XQServiceContext.
XQServiceEx - Interface in com.sonicsw.xq
XQServiceEx extends the basic interface between the SonicXQ framework and a service, XQService.
XQServiceException - Exception in com.sonicsw.xq
A standard exception wrapper thrown by XQService.
XQServiceException(String) - Constructor for exception com.sonicsw.xq.XQServiceException
Construct an XQServiceException containing the specified textual reason.
XQServiceException(Throwable) - Constructor for exception com.sonicsw.xq.XQServiceException
Construct an XQServiceException that wraps the specified Throwable.
XQServiceException(String, Throwable) - Constructor for exception com.sonicsw.xq.XQServiceException
Construct an XQServiceException that contains the specified textual description and also wraps a Throwable.
XQState - Class in com.sonicsw.xq
This class represents the states during the life cycle of an ESB container and ESB service.
XQUnavailableException - Class in com.sonicsw.xq.adapter
This exception is thrown when an XQMessageListener cannot be created by the factory.
XQUnavailableException(String) - Constructor for class com.sonicsw.xq.adapter.XQUnavailableException
creates a new instance with the appropriate message
XQUnavailableException(String, String) - Constructor for class com.sonicsw.xq.adapter.XQUnavailableException
creates a new instance with an error message and code

A B C D E F G H I J L M N O P R S T U V W X
Sonic ESB API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.