AdroitLogic UltraESB v2.3.1-SNAPSHOT
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

AbstractArtifactInterceptor - Class in org.adroitlogic.ultraesb.api.interceptor.artifact
The abstract class that is supposed to be extended by any artifact interceptor implementation
AbstractArtifactInterceptor() - Constructor for class org.adroitlogic.ultraesb.api.interceptor.artifact.AbstractArtifactInterceptor
Th constructor that creates an artifact interceptor with logger initialized based on the concrete class name
AbstractInterceptor - Class in org.adroitlogic.ultraesb.api.interceptor
The root class for all the interceptors.
AbstractInterceptor() - Constructor for class org.adroitlogic.ultraesb.api.interceptor.AbstractInterceptor
 
AbstractJavaSequence - Class in org.adroitlogic.ultraesb.api
This is the recommended class for end users to override to implement a sequence Note: To enable sequence debugging on/off, use a logger with the name as "sequence." e.g.
AbstractJavaSequence() - Constructor for class org.adroitlogic.ultraesb.api.AbstractJavaSequence
 
AbstractMessageInterceptor - Class in org.adroitlogic.ultraesb.api.interceptor.message
Extend this class and annotate your class with one or more of the following annotations to write any interceptors for the UltraESB message processing flows.
AbstractMessageInterceptor() - Constructor for class org.adroitlogic.ultraesb.api.interceptor.message.AbstractMessageInterceptor
 
AbstractServerInterceptor - Class in org.adroitlogic.ultraesb.api.interceptor.server
Extend this class and annotate your class with one or more of the following annotations to write any interceptors for the UltraESB server lifecycle.
AbstractServerInterceptor() - Constructor for class org.adroitlogic.ultraesb.api.interceptor.server.AbstractServerInterceptor
 
accepted() - Method in interface org.adroitlogic.ultraesb.api.interceptor.InterceptorMetricsReporter
 
ACCEPTED_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Interceptor
 
acquireTempMessageFile(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Acquires a MessageFile from the default file cache, to be used for message processing needs.
ACTIVE_THREADS_GAUGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.System
 
addAddress(AddressDefinition) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Adds an address definition into the endpoint definition
addAddress(EndpointDefinition.Address) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
addAttachment(String, MessageFormat) - Method in interface org.adroitlogic.ultraesb.api.Message
Add an attachment to the message identified by the specified key
addAttributeToElements(String, String, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Add an attribute to each instance of the specified elements
addAttributeToElements(Message, String, String, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Add an attribute to one or more elements selected by an XPath expression e.g.
addAttributeToElements(Message, String, String[][], String, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Deprecated.
in favor of #addAttributeToElements(org.adroitlogic.ultraesb.api.Message, String, String, String, String, String[]...) Add an attribute to one or more elements selected by an XPath expression e.g. domSupport.addAttributeToElements(msg, "//order/symbol", null, "att1", null, "value1");
addBCCAddress(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.EmailSupport
Adds a BCC email address to the given message to be used when sending the message out via the email transport
addBCCAddresses(Message, List) - Method in interface org.adroitlogic.ultraesb.api.mediation.EmailSupport
Adds a list of BCC email addresses to the given message to be used when sending out via email transport
addBean(String, Object) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
addCCAddress(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.EmailSupport
Adds a CC email address to the given message to be used when sending out via email transport
addCCAddresses(Message, List) - Method in interface org.adroitlogic.ultraesb.api.mediation.EmailSupport
Adds a list of CC email addresses to the given message to be used when sending out via email transport
addDigestUsernameTokenAuthentication(Message, String, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Add a WS-Security Username Token authentication element to the request, with a nonce, created and hashed password
addDigestUsernameTokenAuthentication(Message, String, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Add a WS-Security Username Token authentication element to the request, with a nonce, created and hashed password
addDigestUsernameTokenAuthenticationWithTimestamp(Message, String, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Add a WS-Security Username Token authentication element and a Timestamp element to the request, with a nonce, created and hashed password
addDigestUsernameTokenAuthenticationWithTimestamp(Message, String, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Add a WS-Security Username Token authentication element and a Timestamp element to the request, with a nonce, created and hashed password
addElementsAsChild(String, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Inserts Element as a child to the specified elements pointed by an xpath expression
addElementsAsChild(String, String[][], String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Deprecated.
in favor of #addElementsAsChild(String, String, String, String[]...) Inserts Element as a child to the specified elements pointed by an xpath expression
addElementsAsChild(Message, String, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Inserts Element as a child to the specified elements pointed by an xpath expression
addElementsAsChild(Message, String, String[][], String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Deprecated.
in favor of #addElementsAsChild(org.adroitlogic.ultraesb.api.Message, String, String, String, String[]...) Inserts Element as a child to the specified elements pointed by an xpath expression
addEndpoint(EndpointDefinition) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
addErrorInfo(ErrorInfo) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
addException(Exception) - Method in interface org.adroitlogic.ultraesb.api.Message
Attach an Exception that this message encountered
addException(ErrorInfo) - Method in interface org.adroitlogic.ultraesb.api.Message
Attach an error that this message encountered
addMember(String, Object) - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
addMemberAtPath(String, String, Object) - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
addMessageFileForRelease(MessageFile) - Method in interface org.adroitlogic.ultraesb.api.Message
Associate a MessageFile (a temporary file) for release back to the FileCache, once this message completes.
addMessageFormatForRelease(MessageFormat) - Method in interface org.adroitlogic.ultraesb.api.Message
Link a MessageFormat (i.e.
addMessageForRelease(Message) - Method in interface org.adroitlogic.ultraesb.api.Message
Link a Message for GC along with this message
addMessageProperty(String, Object) - Method in interface org.adroitlogic.ultraesb.api.Message
Add a message property - i.e.
addOrUpdateDeploymentUnit(DeploymentUnitDefinition) - Method in interface org.adroitlogic.ultraesb.api.Configuration
Add new deployment unit or switch existing deployment unit version into a new version
addOrUpdateDeploymentUnit(DeploymentUnitDefinition) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Switch deployment unit into a new version
addOrUpdateDeploymentUnit(String, byte[]) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Writes the configuration file ultra-unit.xml to the specified deployment unit from a byte stream
addOrUpdateDeploymentUnit(DeploymentUnitDefinition) - Method in class org.adroitlogic.ultraesb.ServerManager
Switch deployment unit into a new version
addOrUpdateDeploymentUnit(String, byte[]) - Method in class org.adroitlogic.ultraesb.ServerManager
Writes the configuration file ultra-unit.xml to the specified deployment unit from a byte stream
addOrUpdateRule(String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.ThrottleSupport
Adds a rule to the existing throttle or update if it is already existing
addPlainUsernameTokenAuthenticationWithTimestamp(Message, String, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Add a WS-Security Username Token authentication element and a Timestamp elemtn to the request, with a nonce, created and hashed password
addPlainUsernameTokenAuthenticationWithTimestamp(Message, String, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Add a WS-Security Username Token authentication element and a Timestamp elemtn to the request, with a nonce, created and hashed password
addPreemptiveBasicAuthentication(Message, String, String, String, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Adds an HTTP transport header for pre-emptive basic authentication for this message.
addPreemptiveBasicAuthentication(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Adds an HTTP transport header for pre-emptive basic authentication for this message.
addProperty(String, String) - Method in class org.adroitlogic.ultraesb.api.management.AlertActionDefinition
 
addProperty(String, String) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Adds a property into the endpoint properties map
addProxyService(ProxyServiceDefinition) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
addRequestParameter(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Add an outgoing query parameter with the given name
addResponseCorrelation(String, Object) - Method in interface org.adroitlogic.ultraesb.api.Message
Add an entry for correlation into the response message for this message.
ADDRESS_URL_POSTFIX - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants
The message property which could hold a post fix for a "prefix" type address.
AddressDefinition - Class in org.adroitlogic.ultraesb.api.management
The address definition which can be added to endpoints to define addresses of an endpoint by the programmable API of the ESB
AddressDefinition(String) - Constructor for class org.adroitlogic.ultraesb.api.management.AddressDefinition
Constructs an address definition of type AddressDefinition.Type.URL with the given url
AddressDefinition(String, String) - Constructor for class org.adroitlogic.ultraesb.api.management.AddressDefinition
Constructs an address definition of type AddressDefinition.Type.URL with the given url and identifier
AddressDefinition(String, AddressDefinition.Type, String) - Constructor for class org.adroitlogic.ultraesb.api.management.AddressDefinition
Constructs and address definition of the given type with the given identifier and value
AddressDefinition(String, AddressDefinition.Type, String, double) - Constructor for class org.adroitlogic.ultraesb.api.management.AddressDefinition
Constructs and address definition of the given type with the given identifier and value for the given weight
AddressDefinition.Type - Class in org.adroitlogic.ultraesb.api.management
Defined address types
addSequence(SequenceDefinition) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
addStringAsSoapHeader(String, String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Adds a String as a new SOAP header
addStringAsSoapHeader(Message, String, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Adds a String as a new SOAP header
addTextElementsAsChild(String, String, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Inserts Text Element as a child to the specified elements pointed by an xpath expression
addTextElementsAsChild(String, String[][], String, String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Deprecated.
in favor of #addTextElementsAsChild(String, String, String, String, String[]...) Inserts Text Element as a child to the specified elements pointed by an xpath expression
addTextElementsAsChild(Message, String, String, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Inserts Text Element as a child to the specified elements pointed by an xpath expression
addTextElementsAsChild(Message, String, String[][], String, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Deprecated.
in favor of #addTextElementsAsChild(org.adroitlogic.ultraesb.api.Message, String, String, String, String, String[]...) Inserts Text Element as a child to the specified elements pointed by an xpath expression
addTransportHeader(String, String) - Method in interface org.adroitlogic.ultraesb.api.Message
Add a transport header to this message
addUsernameTokenAuthentication(Message, String, String, boolean, boolean, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Add a WS-Security Username Token authentication element to the request
addUsernameTokenAuthentication(Message, String, String, boolean, boolean, boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Add a WS-Security Username Token authentication element to the request
AES128_CBC - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
AES128_WRAP - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
AES192_CBC - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
AES256_CBC - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
AES256_WRAP - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
AFTER_DESTROY - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
After destroying the artifact
AFTER_ENDPOINT - Static variable in class org.adroitlogic.ultraesb.api.interceptor.message.FlowPoint
After completing the processing in the endpoint
AFTER_INITIALIZE - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
After initializing the artifact
AFTER_INITIALIZE - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies after finishing the invocation of the initialize operation of the server manager
AFTER_PAUSE - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
After pausing the artifact
AFTER_RESUME - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
After resuming the artifact
AFTER_SEQUENCE - Static variable in class org.adroitlogic.ultraesb.api.interceptor.message.FlowPoint
After completing the invocation of the sequence
AFTER_SHUTDOWN - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies after finishing the invocation the shutdown operation of the server manager return status is ignored
AFTER_START - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
After starting the artifact
AFTER_START - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies after finishing the invocation of the start operation of the server manager
AFTER_STOP - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
After stopping the artifact
AFTER_STOP - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies after finishing the invocation of the stop operation of the server manager
AfterDestroy - Interface in org.adroitlogic.ultraesb.api.interceptor.artifact
The annotation that is used to annotate an implementation of the AbstractArtifactInterceptor so that it's AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked just after destroying the artifact
AfterEndpoint - Interface in org.adroitlogic.ultraesb.api.interceptor.message
Use this annotation to annotate a AbstractMessageInterceptor with the endpoint, proxy, transport and flow type filter criteria to be used when registering the interceptor.
AfterInitialize - Interface in org.adroitlogic.ultraesb.api.interceptor.artifact
The annotation that is used to annotate an implementation of the AbstractArtifactInterceptor so that it's AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked just after initializing the artifact
AfterInitialize - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control after the server has been initialized.
AfterPause - Interface in org.adroitlogic.ultraesb.api.interceptor.artifact
The annotation that is used to annotate an implementation of the AbstractArtifactInterceptor so that it's AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked just after pausing the artifact
afterPropertiesSet() - Method in class org.adroitlogic.as2.util.KeystoreManager
 
AfterResume - Interface in org.adroitlogic.ultraesb.api.interceptor.artifact
The annotation that is used to annotate an implementation of the AbstractArtifactInterceptor so that it's AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked just after resuming from paused state the artifact
AfterSequence - Interface in org.adroitlogic.ultraesb.api.interceptor.message
Use this annotation to annotate a AbstractMessageInterceptor with the sequence, proxy, transport and flow type filter criteria to be used when registering the interceptor.
AfterShutdown - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control after the server has been shutdown.
AfterStart - Interface in org.adroitlogic.ultraesb.api.interceptor.artifact
The annotation that is used to annotate an implementation of the AbstractArtifactInterceptor so that it's AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked just after starting the artifact
AfterStart - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control after the server has been started.
AfterStop - Interface in org.adroitlogic.ultraesb.api.interceptor.artifact
The annotation that is used to annotate an implementation of the AbstractArtifactInterceptor so that it's AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked just after stopping the artifact
AfterStop - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control after the server has been stopped.
aggregate(Message) - Method in interface org.adroitlogic.ultraesb.api.helper.MessageAggregator
Aggregate the current message according to configuration of the aggregator instance.
aggregateAndProcess(Message, String, String, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
 
aggregateWithBean(String, Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Aggregate message using the Split-Aggregation Spring bean configuration
AGGREGATION - Static variable in class org.adroitlogic.ultraesb.api.helper.MessageAggregator.AggregationConstants
An identifier used to prevent the GC of messages until aggregation
AGGREGATION_STATUS - Static variable in class org.adroitlogic.ultraesb.api.mediation.helper.SplitterUtil
 
ALERT_DEFINITION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Metrics
 
AlertActionDefinition - Class in org.adroitlogic.ultraesb.api.management
The alert action definitions for the alerting configurations
AlertActionDefinition(Class) - Constructor for class org.adroitlogic.ultraesb.api.management.AlertActionDefinition
 
AlertActionDefinition(Class, Map) - Constructor for class org.adroitlogic.ultraesb.api.management.AlertActionDefinition
 
AlertConfigurationDefinition - Class in org.adroitlogic.ultraesb.api.management
This class represents an alert configuration of the UltraESB metrics implementation.
AlertConfigurationDefinition(Long, String, String, AlertConfigurationDefinition.Severity, AlertConfigurationDefinition.Function, Double, Double, Integer, Long, List) - Constructor for class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
Constructs a non-event alert configuration definition
AlertConfigurationDefinition(Long, String, String, String, String, AlertConfigurationDefinition.Severity, AlertConfigurationDefinition.Function, Double, Double, Integer, Long, List) - Constructor for class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
Constructs an event stream based alert configuration definition
AlertConfigurationDefinition.Function - Class in org.adroitlogic.ultraesb.api.management
 
AlertConfigurationDefinition.Severity - Class in org.adroitlogic.ultraesb.api.management
 
AlertSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Provides the ability to raise alerts via the mediation API, without going through typical alert path which is to use metrics to raise an alert.
AlertSupport.Severity - Class in org.adroitlogic.ultraesb.api.mediation
The alert severity
AlertSupport.Status - Class in org.adroitlogic.ultraesb.api.mediation
The alert status
ALL - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
All the above artifact types
ALL - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
All of the above events
ALL - Static variable in class org.adroitlogic.ultraesb.api.interceptor.message.FlowType
 
ALL_DYNAMIC - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
Proxy Service, Sequence and Endpoint artifact types
ALL_STATIC - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
Transports, Work managers and File caches artifact types
AMQPConstants - Class in org.adroitlogic.ultraesb.api.transport.amqp
Constants used with the JMS transport
AMQPConstants() - Constructor for class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
 
AMQPConstants.ErrorCodes - Class in org.adroitlogic.ultraesb.api.transport.amqp
 
AMQPConstants.ErrorCodes() - Constructor for class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants.ErrorCodes
 
AMQPMessageListener - Class in org.adroitlogic.ultraesb.transport.amqp
MessageListener used by the UltraESB AMQP transport to receive messages from the AMQP broker and inject to the proxy services after creating a UltraESB API message.
AMQPMessageListener(ProxyService, PlatformTransactionManager, boolean, TransportMetricsCollector, Map) - Constructor for class org.adroitlogic.ultraesb.transport.amqp.AMQPMessageListener
 
AMQPTransportListener - Class in org.adroitlogic.ultraesb.transport.amqp
AMQP transport listener implementation for the UltraESB
AMQPTransportListener() - Constructor for class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
AMQPTransportSender - Class in org.adroitlogic.ultraesb.transport.amqp
AMQP transport sender implementation for the UltraESB
AMQPTransportSender() - Constructor for class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportSender
 
APPLICATION_JSON - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.ContentType
Content type constant for application/json, used mostly for JSON content
APPLICATION_XML - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.ContentType
Content type constant for application/xml, used for XML content
ARTIFACT_INTERCEPTION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Intercept
 
ArtifactEvent - Class in org.adroitlogic.ultraesb.api.interceptor.artifact
The artifact event passed with the artifact interceptor implementation
ArtifactEvent(String, ArtifactInterceptionContext) - Constructor for class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactEvent
Creates an interceptor event with the given artifact id as the subject, the artifact interception context as the context and the current time as the creation time
ArtifactInterceptionContext - Class in org.adroitlogic.ultraesb.api.interceptor.artifact
The interception context of the artifact interceptor which carries information of the artifact identifier being intercepted, the lifecycle event type and the artifact type.
ArtifactInterceptionContext(LifecycleEventType, String, ArtifactType[]) - Constructor for class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactInterceptionContext
Constructs an artifact interception context with the given parameters
ArtifactType - Class in org.adroitlogic.ultraesb.api.interceptor.artifact
The set of artifact types available for configuring the artifact interceptors
AS2_MESSAGE_SUBJECT_PROPERTY - Static variable in class org.adroitlogic.as2.api.AS2Constants
 
AS2_PERSISTENCE_ERROR - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
AS2_PROCESSING_ERROR - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
AS2Constants - Class in org.adroitlogic.as2.api
Constants and ErrorCodes used by AS2 code
AS2Constants.ErrorCodes - Class in org.adroitlogic.as2.api
 
AS2Constants.ErrorCodes() - Constructor for class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
AS2Manager - Interface in org.adroitlogic.as2.api
Manages the AS2 configuration, and acts as the interface between the AS2 support and the UltraESB
asSerializableObject() - Method in interface org.adroitlogic.ultraesb.api.format.ByteArrayMessage
The payload as a Serializable byte[]
asSerializableObject() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
Return payload as a Serialable object
asSerializableObject() - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Get the data as a Serializable Java object
asSerializableObject() - Method in interface org.adroitlogic.ultraesb.api.format.ObjectMessage
Return payload as a Serializable Java Object
asSerializableObject() - Method in interface org.adroitlogic.ultraesb.api.format.StringMessage
 
AsyncMDNInfo - Class in org.adroitlogic.as2.api
Holds information about a received async MDN
AsyncMDNInfo(UUID) - Constructor for class org.adroitlogic.as2.api.AsyncMDNInfo
 
AttachmentDetails - Class in org.adroitlogic.as2.api
Holds an AS2 attachment / payload which maybe either in a String, or on a file
AttachmentDetails(MessageFile, String) - Constructor for class org.adroitlogic.as2.api.AttachmentDetails
Create a new AttachmentDetails object for the given filename, content type and transfer encoding
AttachmentDetails(String, String) - Constructor for class org.adroitlogic.as2.api.AttachmentDetails
Create a new AttachmentDetails object for the given filename, content type and transfer encoding
AttachmentDetails(String) - Constructor for class org.adroitlogic.as2.api.AttachmentDetails
Create a new AttachmentDetails object for a String
auditLog(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.AuditSupport
Audit log the given message with the AuditSupport.AuditMode.COMPLETE
auditLog(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.AuditSupport
Audit log the given message with the AuditSupport.AuditMode.COMPLETE with the given tag
auditLog(Message, AuditSupport.AuditMode) - Method in interface org.adroitlogic.ultraesb.api.mediation.AuditSupport
Audit log the given message with the given audit mode
auditLog(Message, String, AuditSupport.AuditMode) - Method in interface org.adroitlogic.ultraesb.api.mediation.AuditSupport
Audit log the given message with the given audit mode, and the tag
auditLog(Message, AuditSupport.AuditMode, Map) - Method in interface org.adroitlogic.ultraesb.api.mediation.AuditSupport
Audit log the given message with the given audit mode, including the given additional properties.
auditLog(Message, String, AuditSupport.AuditMode, Map) - Method in interface org.adroitlogic.ultraesb.api.mediation.AuditSupport
Audit log the given message with the given audit mode, including the given additional properties.
auditLog(Message, String, String, AuditSupport.AuditMode, Map) - Method in interface org.adroitlogic.ultraesb.api.mediation.AuditSupport
Audit log the given message with the given audit mode, including the given additional properties and the tag.
AuditSupport - Interface in org.adroitlogic.ultraesb.api.mediation
 
AuditSupport.AuditMode - Class in org.adroitlogic.ultraesb.api.mediation
This enumeration represents the mode at which a particular audit log should be generated.
AUTH_CONNECTION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
AUTH_CONNECTION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the client Connection to reuse when connection oriented authentication is used
AUTH_PASSWORD - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
AUTH_PASSWORD - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
Transport level authentication username to be used for the outgoing message
AUTH_SCHEME - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
AUTH_SCHEME - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property or endpoint/destination property that defines the pre-emptive HTTP authentication scheme to be used.
AUTH_SCHEME_AWS_S3 - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
The constant indicating pre-emptive AWS S3 authentication
AUTH_SCHEME_BASIC - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
The constant indicating pre-emptive basic authentication
AUTH_SCHEME_HOLDER - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
AUTH_SCHEME_HOLDER - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the AuthScheme object being used
AUTH_USERNAME - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
AUTH_USERNAME - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
Transport level authentication username to be used for the outgoing message
AUTHENTICATION_FAILED - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
AUTHORIZATION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
The HTTP Authorization header name
AVERAGE - Static variable in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Function
 

B

BaseConstants - Class in org.adroitlogic.ultraesb.api.transport
Defines generic transport level constants
BaseConstants.ContentType - Class in org.adroitlogic.ultraesb.api.transport
Content type constants
BaseConstants.ContentType() - Constructor for class org.adroitlogic.ultraesb.api.transport.BaseConstants.ContentType
 
BaseConstants.ErrorCodes - Class in org.adroitlogic.ultraesb.api.transport
 
BaseConstants.ErrorCodes() - Constructor for class org.adroitlogic.ultraesb.api.transport.BaseConstants.ErrorCodes
 
BaseConstants.Headers - Class in org.adroitlogic.ultraesb.api.transport
 
BaseConstants.Headers() - Constructor for class org.adroitlogic.ultraesb.api.transport.BaseConstants.Headers
 
BCC - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
bean() - Method in interface org.adroitlogic.ultraesb.api.interceptor.ErrorHandler
 
BEFORE_DESTROY - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
Before destroying the artifact
BEFORE_ENDPOINT - Static variable in class org.adroitlogic.ultraesb.api.interceptor.message.FlowPoint
Before starting the processing in the endpoint
BEFORE_INITIALIZE - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
Before initializing the artifact
BEFORE_INITIALIZE - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies before invoking the initialize operation of the server manager
BEFORE_LISTENING - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies after preparing the configurations but before starting any listeners
BEFORE_PAUSE - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
Before pausing the artifact
BEFORE_RESUME - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
Before resuming the artifact
BEFORE_SEQUENCE - Static variable in class org.adroitlogic.ultraesb.api.interceptor.message.FlowPoint
Before invoking the sequence
BEFORE_SHUTDOWN - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies before invoking the shutdown operation of the server manager
BEFORE_START - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
Before starting the artifact
BEFORE_START - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies before invoking the start operation of the server manager
BEFORE_STOP - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
Before stopping the artifact
BEFORE_STOP - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies before invoking the stop operation of the server manager
BeforeDestroy - Interface in org.adroitlogic.ultraesb.api.interceptor.artifact
The annotation that is used to annotate an implementation of the AbstractArtifactInterceptor so that it's AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked prior to destroying the artifact
BeforeEndpoint - Interface in org.adroitlogic.ultraesb.api.interceptor.message
Use this annotation to annotate a AbstractMessageInterceptor with the endpoint, proxy, transport and flow type filter criteria to be used when registering the interceptor.
BeforeInitialize - Interface in org.adroitlogic.ultraesb.api.interceptor.artifact
The annotation that is used to annotate an implementation of the AbstractArtifactInterceptor so that it's AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked prior to initializing the artifact
BeforeInitialize - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control before initializing the server.
BeforeListening - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control on the server just before starting to accept messages.
BeforePause - Interface in org.adroitlogic.ultraesb.api.interceptor.artifact
The annotation that is used to annotate an implementation of the AbstractArtifactInterceptor so that it's AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked prior to pausing a started artifact
BeforeResume - Interface in org.adroitlogic.ultraesb.api.interceptor.artifact
The annotation that is used to annotate an implementation of the AbstractArtifactInterceptor so that it's AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked prior to resuming a paused artifact
BeforeSequence - Interface in org.adroitlogic.ultraesb.api.interceptor.message
Use this annotation to annotate a AbstractMessageInterceptor with the sequence, proxy, transport and flow type filter criteria to be used when registering the interceptor.
BeforeShutdown - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control before shutting down the server.
BeforeStart - Interface in org.adroitlogic.ultraesb.api.interceptor.artifact
The annotation that is used to annotate an implementation of the AbstractArtifactInterceptor so that it's AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked prior to starting the artifact
BeforeStart - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control before starting the server.
BeforeStop - Interface in org.adroitlogic.ultraesb.api.interceptor.artifact
The annotation that is used to annotate an implementation of the AbstractArtifactInterceptor so that it's AbstractInterceptor.intercept(org.adroitlogic.ultraesb.api.interceptor.Event) method will be invoked prior to stopping the artifact
BeforeStop - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control before stopping the server.
BEGIN_STRING - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
BEGIN_STRING - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.ProxySessionSettings
 
BEGIN_STRING_TAGNO - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
beginTimer(Message) - Method in interface org.adroitlogic.ultraesb.api.helper.MessageAggregator
Begin timer to process expired messages for aggregated responses to this message
beginTransaction(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Begin a new Spring transaction and associate its context with this message
beginTransaction() - Method in interface org.adroitlogic.ultraesb.api.Message
Begin a transaction using the default (i.e.
BusRuntimeException - Exception in org.adroitlogic.ultraesb.api
The top level runtime exception thrown by the UltraESB
BusRuntimeException(String) - Constructor for exception org.adroitlogic.ultraesb.api.BusRuntimeException
 
BusRuntimeException(String, Throwable) - Constructor for exception org.adroitlogic.ultraesb.api.BusRuntimeException
 
BusRuntimeException(Throwable) - Constructor for exception org.adroitlogic.ultraesb.api.BusRuntimeException
 
ByteArrayMessage - Interface in org.adroitlogic.ultraesb.api.format
A Message where the payload is held within a byte array
BYTES_MESSAGE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The constant used to specify a BytesMessage to be sent

C

Cache - Interface in org.adroitlogic.ultraesb.api.cache
Main cache class where the user is supposed to use for all the interactions with a specific cache.
CACHE_PEER_COMMUNICATION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cache
 
CacheEntry - Interface in org.adroitlogic.ultraesb.api.cache
Represents an entry in the cache
CacheType - Class in org.adroitlogic.ultraesb.api.cache
Represents the type of a cache, which may vary depending on the call you made to get hold of it.
CachingSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Caching support for mediation
calculate(T) - Method in interface org.adroitlogic.ultraesb.api.helper.SplitGroupingCriteria
Calculates a unique key that identifies the group to which a given split belongs to.
callTemplate(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Calls the specified template instance for the given message
callTemplateAsynchronously(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Calls the specified template instance asynchronously for the given message
callTemplates(Message, List) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Calls the specified list of template instances for the given message in-order, unless any of the templates drops the message, in which case the message flow will completely be abandoned
CAMELLIA128_CBC - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
CAMELLIA128_WRAP - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
CAMELLIA192_CBC - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
CAMELLIA192_WRAP - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
CAMELLIA256_CBC - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
CAMELLIA256_WRAP - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
canFailover(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Can this node act as the failover node for the given node name
CAST5_CBC - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
CC - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
clear() - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Clears out the cache completely, this will cause all the cache keys to be removed from the cache
clear() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
CLIENT_CERTS - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants
 
CLIENT_DN - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants
 
cloneJSON() - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
cloneMessage() - Method in interface org.adroitlogic.ultraesb.api.Message
Clone the current message - without transport headers, properties or payload.
close() - Method in class org.adroitlogic.ultraesb.api.MessageFileInputStream
Release the message file and closes any file descriptors associated
CLUSTERING_DISABLED_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
ClusterSupport - Interface in org.adroitlogic.ultraesb.api.mediation
The cluster and group co-ordination related functionality.
COMMAND_EXECUTION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
COMMAND_INFRA_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
COMMAND_MARSHALING_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
COMMAND_MGT_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
COMMAND_PROCESSING_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
COMMAND_PUBLISHING_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
COMMAND_UNMARSHALING_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
commitTransaction() - Method in interface org.adroitlogic.ultraesb.api.Message
Invoked to request a commit of the current transaction
COMPLETE - Static variable in class org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
 
CONCURRENT - Static variable in class org.adroitlogic.ultraesb.api.transport.PollingConstants
If this flag is false, only one transport thread of the ESB will "poll" for messages at any given time, This could be used to prevent concurrent downloads of the same files from a remote S/FTP server, etc.
CONCURRENT_EXECUTION - Static variable in class org.adroitlogic.ultraesb.api.transport.PollingConstants
Limit the concurrent execution of a polling transport based proxy service.
CONCURRENT_POLLING_ALLOWED - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
Configuration - Interface in org.adroitlogic.ultraesb.api
Defines the public API interface to the underlying configuration.
ConfigurationConstants - Class in org.adroitlogic.ultraesb.api
Configuration and product related constants
ConfigurationConstants.EndpointProperties - Class in org.adroitlogic.ultraesb.api
 
ConfigurationConstants.EndpointProperties() - Constructor for class org.adroitlogic.ultraesb.api.ConfigurationConstants.EndpointProperties
 
ConfigurationConstants.Product - Class in org.adroitlogic.ultraesb.api
 
ConfigurationConstants.Product() - Constructor for class org.adroitlogic.ultraesb.api.ConfigurationConstants.Product
 
ConfigurationElement - Interface in org.adroitlogic.ultraesb.api
 
ConfigurationElement.State - Class in org.adroitlogic.ultraesb.api
 
ConfigurationEvent - Interface in org.adroitlogic.ultraesb.api
An event describing a change in the configuration.
ConfigurationEvent.ElementType - Class in org.adroitlogic.ultraesb.api
Enumeration describing the type of the element
ConfigurationEvent.EventType - Class in org.adroitlogic.ultraesb.api
Enumeration describing the type of the event
ConfigurationWatcher - Interface in org.adroitlogic.ultraesb.api
This is expected to be implemented for watching the configuration changes like add or remove of configuration elements.
CONNECTION_EST_TIME - Static variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
CONNECTION_IN_USE - Static variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
CONNECTION_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Tuning
Time limit to establish a TCP level connection
CONNECTION_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
Determines the timeout in milliseconds until a connection is established.
CONNECTION_TYPE - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
containsAttachments() - Method in interface org.adroitlogic.ultraesb.api.Message
Does this message contain attachments?
containsKey(K) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
containsValue(V) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
CONTENT_ENCODING - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP content encoding
CONTENT_LENGTH - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP content length
CONTENT_LENGTH - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
The HTTP Content-Length header name
CONTENT_TYPE - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.Headers
 
CONTENT_TYPE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
The HTTP Content-Type header name
context - Variable in class org.adroitlogic.ultraesb.api.interceptor.Event
The event context of the interception
ControlCommand - Interface in org.adroitlogic.ultraesb.api.helper
This represents a clustering control command to be executed by the system or a command that needs to be published to the zookeeper for the execution among the complete cluster.
convertDOMToSoap11(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Converts a DOM message to SOAP 1.1 by wrapping the message in a SOAP envelope and body
convertDOMToSoap12(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Converts a DOM message to SOAP 1.2 by wrapping the message in a SOAP envelope and body
convertFIToSOAP(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.FastInfosetSupport
Convert the payload of the current message from a FastInfoset binary to a SOAP message.
convertFIToXML(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.FastInfosetSupport
Convert the payload of the current message from a FastInfoset binary to an XML message (Note the XML payload is still kept as a RawFileMessage by default and maybe converted into a DOM message if required)
convertFromFI(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Convert the payload of the current message from a FastInfoset binary to an XML message (Note the XML payload is still kept as a RawFileMessage by default and maybe converted into a DOM message if required)
convertJSONToStream(Message, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Convert an untyped Object (e.g.
convertSoapToDOM(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
convertSoapToDOM(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Converts a SOAP message to DOM (POX) by stripping out the SOAP Envelope and Body and Header
convertSOAPToFI(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.FastInfosetSupport
Convert the SOAP message into a FastInfoset binary message
convertSOAPToJAXBObject(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Converts a SOAP payload into a JAXB Object.
convertSOAPToJAXBObject(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Converts a SOAP payload into a JAXB Object.
convertSOAPToJSONStream(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Convert the current SOAP message payload (which maybe available as any format such as raw file or DOM etc) into a file based JSON stream
convertSOAPToJSONStream(Message, QName, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Convert the current SOAP message payload (which maybe available as any format such as raw file or DOM etc) into a file based JSON stream
convertSOAPToJSONStream(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Convert the current SOAP message payload (which maybe available as any format such as raw file or DOM etc) into a file based JSON stream
convertSOAPToJSONStream(Message, QName, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Convert the current SOAP message payload (which maybe available as any format such as raw file or DOM etc) into a file based JSON stream
convertToDOM(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Convert the current message into a DOMMessage
convertToFI(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Convert the XML message into a FastInfoset binary message
convertToJSONMessage(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
 
convertToProtocolBuffer(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.ProtocolBufferSupport
Convert the given message to a message of type ProtocolBufferMessage with a protocol buffer DynamicMessage as the message type.
convertToProtocolBuffer(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.ProtocolBufferSupport
Convert the given message to a message of type ProtocolBufferMessage with a protocol buffer Message type passed in with the typeClass.
convertToTypedJSON(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Convert the current message into a Typed JSON Object
convertToUntypedJSON(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Convert the current message into an untyped JSON MapMessage
convertXMLToFI(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.FastInfosetSupport
Convert the XML message into a FastInfoset binary message
convertXMLToJAXBObject(Message, String, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Converts a XML payload into a JAXB Object.
convertXMLToJAXBObject(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Converts a XML payload into a JAXB Object.
convertXMLToJAXBObject(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Converts a XML payload into a JAXB Object.
convertXMLToJAXBObject(Message, String, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Converts a XML payload into a JAXB Object.
convertXMLToJSONStream(Message, QName, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Convert the current XML message payload (which maybe available as any format such as raw file or DOM etc) into a file based JSON stream
convertXMLToJSONStream(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Convert the current XML message payload (which maybe available as any format such as raw file or DOM etc) into a file based JSON stream
convertXMLToJSONStream(Message, QName, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Convert the current XML message payload (which maybe available as any format such as raw file or DOM etc) into a file based JSON stream
convertXMLToJSONStream(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Convert the current XML message payload (which maybe available as any format such as raw file or DOM etc) into a file based JSON stream
COPYRIGHT - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.Product
Product copyright statement
CORRELATION_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP correlation id
CORRELATION_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the JMS correlation id
CORRELATION_ID_PROPERTY - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The property name indicating the AMQP correlation id as a byte[]
COUNT - Static variable in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Function
 
CPU_USAGE_GAUGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.System
 
createAckResponse(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HL7Support
Creates the default ACK HL7 MLLP response message and binds that to the UltraESB message API to return a new response message that is understood by the UltraESB messaging API
CREATED_FILES - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.FileCache
 
createdAt - Variable in class org.adroitlogic.ultraesb.api.interceptor.Event
The event creation time
createDefaultResponseMessage() - Method in interface org.adroitlogic.ultraesb.api.Message
Create the default response message to this message
createDOMDocument() - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Create a new DOM Document object and return
createErrorResponse(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HL7Support
Creates the default ERROR HL7 MLLP response message and binds that to the UltraESB message API to return a new response message that is understood by the UltraESB messaging API
createErrorResponse(Message, String, int, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HL7Support
Creates the default ERROR HL7 MLLP response message and binds that to the UltraESB message API to return a new response message that is understood by the UltraESB messaging API
createJacksonMessage(InputStream) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Creates a new Jackson based JSON message from the given input stream
createTempFile(String, String, File) - Method in class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Create a temporary file with the given prefix and extension, at the given temporary file path
createTempFile(String, String, File) - Method in class org.adroitlogic.ultraesb.core.RAMDiskFileCache
 
CRITICAL - Static variable in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Severity
 
CRITICAL - Static variable in class org.adroitlogic.ultraesb.api.mediation.AlertSupport.Severity
 
CRON_EXPRESSION - Static variable in class org.adroitlogic.ultraesb.api.transport.PollingConstants
 

D

DataHandlerMessage - Interface in org.adroitlogic.ultraesb.api.format
A Message where the payload is held within a DataHandler
DATE - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.Headers
 
DateSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Date Processing Support for mediation
DEBUG - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
DECOMPRESSION_FAILED - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
decrease(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Deprecated.
decrement(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Decreases the specified key.for the global artifact
decrementForProxy(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Decreases the specified key for the proxy located by msg.
decrementForSequence(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Decreases the specified key for the sequence located by msg.
DECRYPTION_FAILED - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
DEFAULT - Static variable in class org.adroitlogic.ultraesb.api.management.AddressDefinition
A default endpoint
DEFAULT - Static variable in class org.adroitlogic.ultraesb.api.management.AddressDefinition.Type
Deliver the message into the target destination defined in the message probably via addressing which can be retrieved by Message.getDestinationURL()
DEFAULT_END_TIME - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
DEFAULT_FILE_CACHE_KEY - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants
The default [Spring] bean id of the FileCache bean
DEFAULT_FOLDER - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
DEFAULT_HEART_BT_INT_VALUE - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
DEFAULT_SERVER_NAME - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.Product
The default server name of the UltraESB runtime instance
DEFAULT_SETTING - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
DEFAULT_START_TIME - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
defineAsJavaClass(String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
defineAsSpringBean(String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
defineFromJavaClassFile(String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
defineFromJavaClassText(String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
defineFromJavaFragmentFile(String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
defineFromJavaFragmentText(String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
defineFromJavaFragmentText(String, String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
defineFromScriptFile(String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
defineFromScriptFile(String, String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
defineFromScriptFragment(String, String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
defineFromScriptText(String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
defineNonPersistedAlertConfig(AlertConfigurationDefinition) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Defines a new alert configuration into the alert configuration registry without persistence
defineNonPersistedAlertConfig(AlertConfigurationDefinition) - Method in class org.adroitlogic.ultraesb.ServerManager
Defines a new alert configuration into the alert configuration registry without persistence
definePersistedAlertConfig(AlertConfigurationDefinition) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Defines a new alert configuration into the alert configuration registry with persistence
definePersistedAlertConfig(AlertConfigurationDefinition) - Method in class org.adroitlogic.ultraesb.ServerManager
Defines a new alert configuration into the alert configuration registry with persistence
delete(Object) - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Deletes the entry with the given key from the cache.
DELETE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Method
 
deleteAttributes(String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Deletes the specified attribute/attributes from the DOM payload
deleteAttributes(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Deletes the specified attribute/s e.g.
deleteElements(String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Delete Elements pointed by an xpath expression
deleteElements(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Delete Elements pointed by an xpath expression
deleteSoapHeader(String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Delete a SOAP header and its descendants
deleteSoapHeader(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Delete a SOAP header and its descendants
DELIVERY_MODE - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP delivery mode
DELIVERY_MODE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the JMS delivery mode set, or to be set; as an Integer 1 - javax.jms.DeliveryMode.NON_PERSISTENT 2 - javax.jms.DeliveryMode.PERSISTENT
DELIVERY_TAG - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP delivery tag
DEPLOYMENT_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
DEPLOYMENT_UNIT_ARCHIVE_EXTENSION - Static variable in class org.adroitlogic.ultraesb.api.DeploymentConstants
Extension of the UltraESB deployment unit archives
DEPLOYMENT_UNIT_CLASSES_PATH - Static variable in class org.adroitlogic.ultraesb.api.DeploymentConstants
Relative path of the deployment unit local classes directory
DEPLOYMENT_UNIT_CONFIG_EXTENSION - Static variable in class org.adroitlogic.ultraesb.api.DeploymentConstants
Extension of the UltraESB deployment unit config files
DEPLOYMENT_UNIT_CONFIG_FILE - Static variable in class org.adroitlogic.ultraesb.api.DeploymentConstants
The name of the file which defines the deployment unit spring configuration
DEPLOYMENT_UNIT_LIB_PATH - Static variable in class org.adroitlogic.ultraesb.api.DeploymentConstants
Relative path of the deployment unit local libraries directory
DEPLOYMENT_UNIT_RESOURCES_PATH - Static variable in class org.adroitlogic.ultraesb.api.DeploymentConstants
Relative path of the deployment unit local resources directory
DeploymentConstants - Class in org.adroitlogic.ultraesb.api
Deployment related constants
DeploymentConstants() - Constructor for class org.adroitlogic.ultraesb.api.DeploymentConstants
 
DEPLOYMENTS_DIRECTORY - Static variable in class org.adroitlogic.ultraesb.api.DeploymentConstants
The name of the deployments directory relative to the configuration dir path
DeploymentUnitDefinition - Interface in org.adroitlogic.ultraesb.api.management
Base interface for the deployment units in UltraESB, any programmatic deployment should use the GenericDeploymentUnitDefinition as the implementation and use the ServerAdmin to deploy the deployment unit
DES_EDE3_CBC - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
DES_EDE3_WRAP - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
describe() - Method in class org.adroitlogic.ultraesb.api.ErrorCode
 
describe() - Method in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
describeInShort() - Method in class org.adroitlogic.ultraesb.api.ErrorInfo
 
DESCRIPTION - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.Product
Product description
DESTINATION - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the JMS destination name of the message
DESTINATION_TYPE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The message property key indicating the destination type for the DESTINATION, i.e.
destroy() - Method in class org.adroitlogic.ultraesb.api.AbstractJavaSequence
 
destroy() - Method in interface org.adroitlogic.ultraesb.api.JavaClassSequence
Destroys the sequence (e.g.
destroy() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
detach() - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Detach this payload from the Message.
detachPayload() - Method in interface org.adroitlogic.ultraesb.api.Message
Detach the current payload from this message.
DEV - Static variable in class org.adroitlogic.ultraesb.api.Environment.NamedEnv
 
DIFF - Static variable in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Function
 
DISABLED - Static variable in class org.adroitlogic.as2.api.EncryptionInfo
 
DISABLED - Static variable in class org.adroitlogic.as2.api.SignatureInfo
 
DISABLED - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
DISABLED - Static variable in class org.adroitlogic.ultraesb.api.transport.PollingConstants
 
DISTRIBUTED_LOCKING_DISABLED - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
Disable the clustered distributed locking, valid only if clustering is enabled, falls back local file locking
DISTRIBUTED_PERMANENT - Static variable in class org.adroitlogic.ultraesb.api.cache.CacheType
 
DISTRIBUTED_PERSISTENT - Static variable in class org.adroitlogic.ultraesb.api.cache.CacheType
 
DISTRIBUTED_TEMP - Static variable in class org.adroitlogic.ultraesb.api.cache.CacheType
 
doFilter(HttpAsyncExchange, HttpContext, Message) - Method in interface org.adroitlogic.ultraesb.transport.http.RequestFilter
Filter an ESB HTTP request before Proxy Service processing begins
doFilter(HttpAsyncExchange, HttpContext, Message) - Method in class org.adroitlogic.ultraesb.transport.http.ServiceResourceRequestFilter
 
DOMMessage - Interface in org.adroitlogic.ultraesb.api.format
A Message where the payload is held as a DOM Document
dropMessage(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Mark this message as a 'Dropped' message.
DROPPED_BELOW_MIN - Static variable in class org.adroitlogic.ultraesb.api.mediation.AlertSupport.Status
 
DSA - Static variable in class org.adroitlogic.as2.api.SignatureInfo.EncryptionAlgorithm
 
DUPLICATE_END_PROCESSING - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 

E

ECDH_SHA1KDF - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
ECDSA - Static variable in class org.adroitlogic.as2.api.SignatureInfo.EncryptionAlgorithm
 
ECGOST3410 - Static variable in class org.adroitlogic.as2.api.SignatureInfo.EncryptionAlgorithm
 
ELEMENT_TYPE_ENDPOINT - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
ELEMENT_TYPE_FILE_CACHE - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
ELEMENT_TYPE_PROXY_SERVICE - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
ELEMENT_TYPE_SEQUENCE - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
ELEMENT_TYPE_TRANSPORT_LISTENER - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
ELEMENT_TYPE_TRANSPORT_SENDER - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
ELEMENT_TYPE_WORK_MANAGER - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
EmailSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Email transport related operations
EncryptionInfo - Class in org.adroitlogic.as2.api
Defines the encryption behavior whether to encrypt or not and if encrypt then the encryption algorithm to be used by AS2 SMIME message sending and processing
EncryptionInfo() - Constructor for class org.adroitlogic.as2.api.EncryptionInfo
 
EncryptionInfo(EncryptionInfo.Algorithm) - Constructor for class org.adroitlogic.as2.api.EncryptionInfo
 
EncryptionInfo(String) - Constructor for class org.adroitlogic.as2.api.EncryptionInfo
 
EncryptionInfo.Algorithm - Class in org.adroitlogic.as2.api
Defines the constants for the supported encryption algorithms to be used by AS2 SMIME message sending and processing
END_TIME - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
endMaintenance() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Resume normal operations from maintenance
endMaintenance() - Method in class org.adroitlogic.ultraesb.ServerManager
Resume normal operations from maintenance
ENDPOINT - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
Endpoint artifact type
endpoint() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.AfterEndpoint
 
endpoint() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.BeforeEndpoint
 
ENDPOINT_SESSION_SETTINGS_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
EndpointDefinition - Class in org.adroitlogic.ultraesb.api.management
The end-user level API class to define an Endpoint or a Destination of a Proxy dynamically at runtime
EndpointDefinition() - Constructor for class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Constructs an endpoint definition to be embedded into a proxy service
EndpointDefinition(String) - Constructor for class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Constructs a named endpoint definition that can be referred in proxy services with the given identifier
EndpointDefinition.Address - Class in org.adroitlogic.ultraesb.api.management
Deprecated.
use the AddressDefinition instead
EndpointDefinition.Address(String) - Constructor for class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Address
EndpointDefinition.Address(String, String) - Constructor for class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Address
EndpointDefinition.Address(String, String, String) - Constructor for class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Address
EndpointDefinition.Address(String, double, String, String) - Constructor for class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Address
EndpointDefinition.Defaults - Class in org.adroitlogic.ultraesb.api.management
The defaults for the endpoint parameters
EndpointDefinition.Defaults() - Constructor for class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Defaults
 
EndpointDefinition.Type - Class in org.adroitlogic.ultraesb.api.management
The enum that defines the possible endpoint types
enrichPayload(Message, String, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
 
enrichPayloadAtPath(Message, String, String, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
 
ENTITY_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the size of the received entity over HTTP - This is only available for requests and responses received - and not for messages about to be sent out
entrySet() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
enumOf(String) - Static method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
Gives the enum value of the string representation
Environment - Class in org.adroitlogic.ultraesb.api
Defines the environment for UltraESB which controls the runtime behavior of the system.
Environment(String) - Constructor for class org.adroitlogic.ultraesb.api.Environment
Constructs an Environment with the given name, while there are pre-defined environments as described in the header comment, you could build your custom environment too.
Environment.NamedEnv - Class in org.adroitlogic.ultraesb.api
Represent the pre-defined named environments
equals(Object) - Method in class org.adroitlogic.as2.util.KeystoreManager.IssuerSerial
 
equals(Object) - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
ERR_000000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_000_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_101000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101001 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101002 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101003 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101005 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101006 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101500 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101501 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101503 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101504 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101505 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101506 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101507 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101508 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101510 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101511 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_102000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102010 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102011 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102012 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102020 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102021 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102030 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102031 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102032 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102500 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102501 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102502 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102510 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102520 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102530 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_103000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_103001 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_103500 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_103501 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_103_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_104000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_104001 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_104500 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_104501 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_104_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_105000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_105500 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_105501 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_105_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_201001 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201002 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201003 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201004 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201005 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201006 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201007 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201008 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201009 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201010 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_800000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_800001 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_800002 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_800_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_900000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_900_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERROR - Static variable in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Severity
 
ERROR - Static variable in class org.adroitlogic.ultraesb.api.mediation.AlertSupport.Severity
 
ERROR_COMPUTING_MIC - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
ERROR_READING_PAYLOAD - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
The error code indicating an IO error reading payload
ErrorCode - Class in org.adroitlogic.ultraesb.api
This enum provides a mapping for the error description for the respective error codes
ErrorCode.ErrorType - Class in org.adroitlogic.ultraesb.api
 
ErrorHandler - Interface in org.adroitlogic.ultraesb.api.interceptor
The annotation used to specify error handlers for interceptors.
ErrorInfo - Class in org.adroitlogic.ultraesb.api
A simple bean to hold error information encountered by a message
ErrorInfo(int, String, Exception) - Constructor for class org.adroitlogic.ultraesb.api.ErrorInfo
 
ErrorInfo(int, String) - Constructor for class org.adroitlogic.ultraesb.api.ErrorInfo
 
ErrorInfo(int, Exception) - Constructor for class org.adroitlogic.ultraesb.api.ErrorInfo
 
ErrorInfo(Exception) - Constructor for class org.adroitlogic.ultraesb.api.ErrorInfo
 
Event - Class in org.adroitlogic.ultraesb.api.interceptor
Base class for all the events created by any of the interception
Event(String, T) - Constructor for class org.adroitlogic.ultraesb.api.interceptor.Event
Creates an interceptor event with the given subject and the current time as the creation time
EVENT_TYPE_ADD - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
 
EVENT_TYPE_MODIFY - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
 
EVENT_TYPE_OUTDATE - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
 
EVENT_TYPE_REMOVE - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
 
eventType - Variable in class org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher.NodeEvent
 
EXCEED_MAX - Static variable in class org.adroitlogic.ultraesb.api.mediation.AlertSupport.Status
 
EXCHANGE - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP received exchange
execute(Message, Mediation) - Method in class org.adroitlogic.ultraesb.api.AbstractJavaSequence
Executes the Java code sequence with the available message
execute() - Method in interface org.adroitlogic.ultraesb.api.helper.ControlCommand
The commands execution logic should be implemented here, the general notion is that these are void return type as the cluster gets the command and the caller has no control over the returned results.
execute(Message, Mediation) - Method in interface org.adroitlogic.ultraesb.api.JavaCodeSnippetSequence
Executes the Java code snippet sequence with the message
execute(Runnable) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Submit a Runnable task to the executors
EXECUTION_TIME - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Interceptor
 
EXECUTION_TIME - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Sequence
 
executionTime(long) - Method in interface org.adroitlogic.ultraesb.api.interceptor.InterceptorMetricsReporter
 
EXPIRATION - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP delivery tag
EXPIRATION - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the JMS expiration time set or to be set, on the message
EXPIRED - Static variable in class org.adroitlogic.ultraesb.api.helper.MessageAggregator.AggregationConstants
The message property name that identifies an expired message - i.e.
EXPIRY_TIME - Static variable in class org.adroitlogic.ultraesb.api.helper.MessageAggregator.AggregationConstants
The message property name that identifies the expiry time in ms for aggregated responses
exposeOverTransport(String, Map) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
extractAsNodeListUsingXPath(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Evaluate the given XPath expression against the XML payload, and return result as a NodeList This method converts the current payload into a DOMMessage
extractAsNodeListUsingXPath(Node, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
 
extractAsString(String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Extract the result of the given XPath expression as a String
extractAsStringUsingXPath(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Evaluate the given XPath expression against the XML payload, and return result as a String This method converts the current payload into a DOMMessage
extractAsStringUsingXPath(String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Evaluate the given XPath expression against the XML payload contained in a String, and return result as a String.
extractAsStringUsingXPath(Node, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Evaluate the given XPath expression against the DOM node, and return result as a String
extractMember(String, Class) - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
extractMemberAsString(String) - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
extractResultNodeList(String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Get the nodes matching the result of the XPath expression
extractUntypedMember(String) - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
extractUntypedMembers(String) - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
extractUsingJSONPath(String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Evaluate the given JSONPath expression against the JSON payload, and return result.
extractUsingJSONPath(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Evaluate the given JSONPath expression against the JSON payload, and return result This method converts the current payload into a JSONMessage Find more on JsonPath expressions @see json-path

F

FAIL_OVER_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
FAILED - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
FAILED - Static variable in class org.adroitlogic.ultraesb.transport.TransportSender.SendingResult
 
FAILED_IN_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
FAILED_OUT_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
FAILOVER_PROCESSOR_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
FailureInfo - Class in org.adroitlogic.as2.api
A bean to hold warnings and error messages encountered during AS2 message processing
FailureInfo(int, String, String, Exception) - Constructor for class org.adroitlogic.as2.api.FailureInfo
 
FastInfosetSupport - Interface in org.adroitlogic.ultraesb.api.mediation
 
FastSFTPSender - Class in org.adroitlogic.ultraesb.transport.file
A Performance enhanced SFTP sender - which keeps authenticated connections open for fast uploads
FastSFTPSender() - Constructor for class org.adroitlogic.ultraesb.transport.file.FastSFTPSender
Default constructor
FATAL - Static variable in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Severity
 
FATAL - Static variable in class org.adroitlogic.ultraesb.api.mediation.AlertSupport.Severity
 
FAULT_HANDLER_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Sequence
 
FAULT_HANDLER_NOT_FOUND - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Sequence
 
FC_FILE_USAGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.System
 
FETCH_AFTER_MODIFICATION - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
Fetch the file after modification after the amount of milliseconds specified by this property
FILE_CACHE - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
File cache artifact type
FILE_CACHE_THRESHOLD_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
FILE_INCLUDE_MILLISECONDS - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.FileLogSettings
 
FILE_INCLUDE_TIMESTAMP - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.FileLogSettings
 
FILE_LOG_HEART_BEATS - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.FileLogSettings
 
FILE_LOG_PATH - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.FileLogSettings
 
FILE_STORE_MAX_CACHED_MSGS - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
FILE_STORE_PATH - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
FILE_ULIMIT_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
FileCache - Interface in org.adroitlogic.ultraesb.api
The public API of the temporary file cache implementations, a class implementing this MUST implement the FileCacheMXBean interface too, if the detailed MXBeans are required to be published
FileConstants - Class in org.adroitlogic.ultraesb.api.transport.file
Define the File transport constants
FileConstants.ErrorCodes - Class in org.adroitlogic.ultraesb.api.transport.file
 
FileConstants.ErrorCodes() - Constructor for class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
 
FILES_IN_USE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.FileCache
 
FileSupport - Interface in org.adroitlogic.ultraesb.api.mediation
File, FTP, SFTP and FTPS transport related operations
FileTransportListener - Class in org.adroitlogic.ultraesb.transport.file
The File transport listener supporting polling of messages from: file, ftp, sftp and ftps protocols
FileTransportListener() - Constructor for class org.adroitlogic.ultraesb.transport.file.FileTransportListener
Default constructor
FileTransportListener(int) - Constructor for class org.adroitlogic.ultraesb.transport.file.FileTransportListener
The constructor allowing the tuning of allocated threads for polling
FileTransportSender - Class in org.adroitlogic.ultraesb.transport.file
The File transport sender - capable of writing messages to file based endpoints over: ftp, sftp, ftps or file
FileTransportSender() - Constructor for class org.adroitlogic.ultraesb.transport.file.FileTransportSender
Default constructor
filter(String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Evaluate if the textual result of the XPath expression evaluation matches the given regex
filter(String, String[][], String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Deprecated.
in favor of #filter(String, String, String[]...) Evaluate if the textual result of the XPath expression evaluation matches the given regex
filter(Message, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Evaluate the given XPath expression over the XML payload and compare the resulting String value with the regular expression for a match.
filter(Message, String, String[][], String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Deprecated.
in favor of #filter(org.adroitlogic.ultraesb.api.Message, String, String, String[]...) Evaluate the given XPath expression over the XML payload and compare the resulting String value with the regular expression for a match. This method converts the current payload into a DOMMessage
filter(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Evaluate the given boolean XPath expression over the XML payload
findAggregationStatus(Message) - Static method in class org.adroitlogic.ultraesb.api.mediation.helper.SplitterUtil
Gives the aggregation status of an aggregated message
findSplitKey(Message) - Static method in class org.adroitlogic.ultraesb.api.mediation.helper.SplitterUtil
Gives the split key of a splitted message
FIX_ACCEPTOR - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
FIX_INITIATOR - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
FIX_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
FIXConstants - Class in org.adroitlogic.ultraesb.api.transport.fix
Constants used with the FIX transport.
FIXConstants() - Constructor for class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
FIXConstants.FileLogSettings - Class in org.adroitlogic.ultraesb.api.transport.fix
 
FIXConstants.FileLogSettings() - Constructor for class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.FileLogSettings
 
FIXConstants.JDBCMessageStoreSettings - Class in org.adroitlogic.ultraesb.api.transport.fix
 
FIXConstants.JDBCMessageStoreSettings() - Constructor for class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCMessageStoreSettings
 
FIXConstants.JDBCSettings - Class in org.adroitlogic.ultraesb.api.transport.fix
 
FIXConstants.JDBCSettings() - Constructor for class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCSettings
 
FIXConstants.ProxySessionSettings - Class in org.adroitlogic.ultraesb.api.transport.fix
 
FIXConstants.ProxySessionSettings() - Constructor for class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.ProxySessionSettings
 
FIXSupport - Interface in org.adroitlogic.ultraesb.api.mediation
FIX transport related operations
FIXTransportListener - Class in org.adroitlogic.ultraesb.transport.fix
The FIX Transport listener
FIXTransportListener() - Constructor for class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
FIXTransportSender - Class in org.adroitlogic.ultraesb.transport.fix
FIX transport sender
FIXTransportSender() - Constructor for class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
 
flow() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.AfterEndpoint
 
flow() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.AfterSequence
 
flow() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.BeforeEndpoint
 
flow() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.BeforeSequence
 
FLOW_CONTROL - Static variable in class org.adroitlogic.ultraesb.api.template.TemplateType
 
FlowPoint - Class in org.adroitlogic.ultraesb.api.interceptor.message
The event type enumeration describing the nature of the message event
FlowType - Class in org.adroitlogic.ultraesb.api.interceptor.message
The flow type of the BeforeSequence, AfterSequence, BeforeEndpoint and AfterEndpoint annotations.
FO_ONLY - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
Fail-over to the next address in list if the active address fails.
FOLDER - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
FormatConversionException - Exception in org.adroitlogic.ultraesb.api.format
Usually thrown when an error occurs during a conversion of a message payload between MessageFormats
FormatConversionException(String) - Constructor for exception org.adroitlogic.ultraesb.api.format.FormatConversionException
 
FormatConversionException(String, Throwable) - Constructor for exception org.adroitlogic.ultraesb.api.format.FormatConversionException
 
FormatConversionException(Throwable) - Constructor for exception org.adroitlogic.ultraesb.api.format.FormatConversionException
 
FORWARD_URL_POSTFIX - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
FORWARD_URL_POSTFIX - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the URL postfix when a message gets forwarded.
FROM - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
fromInt(int) - Static method in class org.adroitlogic.ultraesb.api.ErrorCode
 
fromMessage(Message) - Static method in class org.adroitlogic.ultraesb.api.interceptor.message.FlowType
Constructs the FlowType of the current message
FROZEN - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
FTP_FTPS_DELETE_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
ftp or ftps delete failed
FTP_FTPS_FETCH_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
ftp or ftps fetch failed
FTP_FTPS_LIST_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
ftp or ftps list failed
FTP_FTPS_PUT_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
ftp or ftps put failed

G

GEN_CONNECTION_FAILED - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
Connection failed
GENERIC - Static variable in class org.adroitlogic.ultraesb.api.template.TemplateType
 
GENERIC_FILE_CACHE_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
GENERIC_MEDIATION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
GenericDeploymentUnitDefinition - Class in org.adroitlogic.ultraesb.api.management
Represents a deployment unit which contains proxy services, endpoints, sequences etc.
GenericDeploymentUnitDefinition(String) - Constructor for class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
get(Object) - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Gets the value stored with the given key, the key itself has to be serializable if the cache is distributed, so does the value returned
get(K) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
GET - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Method
 
getAccessURLs(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Get available access urls for the proxy service with the given identifier exposed by this transport listener
getActingServerNames() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Gives and unmodifiable list containing the names of the server this server is acting as
getActingServerNames() - Method in class org.adroitlogic.ultraesb.ServerManager
Gives and unmodifiable list containing the names of the server this server is acting as
getActions() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getActiveNodeCount() - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Gives the number of active nodes in the current nodes cluster domain
getActiveNodeNames() - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Gives the node names of the active nodes in the current nodes cluster domain
getAddresses() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the list of addresses associated with the endpoint definition
getAlertClass() - Method in class org.adroitlogic.ultraesb.api.management.AlertActionDefinition
 
getAlertSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the alert support API for mediation
getAlgorithm() - Method in class org.adroitlogic.as2.api.EncryptionInfo
 
getArtifactId() - Method in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactEvent
Gets the artifactId of the artifact event
getArtifactInterceptionHandler() - Method in class org.adroitlogic.ultraesb.ServerManager
 
getAs2Identifier() - Method in class org.adroitlogic.as2.api.Partner
 
getAS2Manager() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get the AS2Manager from the bean with the id "as2Manager"
getAS2Manager(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get the AS2Manager by the given name
getAsyncMDNResponseHeaders() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getAsyncMDNResponsePayload() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getAsyncReceiptURL() - Method in class org.adroitlogic.as2.api.Partner
 
getAsyncReceiptURL() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getAttachment(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Get the attachment with the given key
getAttachments() - Method in interface org.adroitlogic.ultraesb.api.Message
Return the Map of attachments keyed with the identifying string
getAttribute(String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Get attribute value
getAttribute(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Get attribute value e.g.
getAuditSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the auditing API, for persisted auditing
getAuditSupport(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the auditing API, for persisted auditing backed by the given data source bean id
getAuthenticatedRolesArray(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Retrieved the the authenticated user roles of the given message as a String array
getAuthenticatedRolesString(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Retrieved the the authenticated user roles as a serialized String of the given message
getAuthenticatedUsername(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Gets the authenticated username of the given message
getBaseTime() - Method in interface org.adroitlogic.ultraesb.api.Message
Gets the base time at which the original request message has been created of the current transaction, giving an relative base for any time to be taken in nano-ticks.
getBean(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
getBean(String, Class) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Gets a spring bean of the given type from the root static context of the ESB
getBean(String, Class) - Method in class org.adroitlogic.ultraesb.ServerManager
Gets a spring bean of the given type from the root static context of the ESB
getBeans() - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
getBytes() - Method in interface org.adroitlogic.ultraesb.api.format.ByteArrayMessage
Get the payload byte[]
getCachingSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access Caching support API
getCertificatesByIssuerSerial(String, BigInteger) - Method in class org.adroitlogic.as2.util.KeystoreManager
 
getClassName() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
getClusterManager() - Method in class org.adroitlogic.ultraesb.ServerManager
Get the cluster manager
getClusterSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the cluster support API for mediation
getCode() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
getCodedMessage() - Method in class org.adroitlogic.as2.api.FailureInfo
 
getConfigFile(String) - Method in class org.adroitlogic.ultraesb.ServerManager
 
getConfigurationDirPath() - Method in class org.adroitlogic.ultraesb.ServerManager
 
getConfigurationWatchers() - Method in interface org.adroitlogic.ultraesb.api.Configuration
Gives the configuration watcher list
getConnection(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get a database connection from the datasource defined in the [Spring] configuration with the given id
getConnectionFactory(HttpParams) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
 
getConnectionFactory(HttpParams) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
 
getContentTransferEncoding() - Method in class org.adroitlogic.as2.api.AttachmentDetails
The content transfer encoding of the attachment
getContentType() - Method in class org.adroitlogic.as2.api.AttachmentDetails
The content type of the attachment
getContentType() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the content type of the message if set.
getContext() - Method in class org.adroitlogic.ultraesb.api.interceptor.Event
Gets the event type
getCookie(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Return the value of the cookie with the given name
getCorrelatedRequestUUID() - Method in interface org.adroitlogic.ultraesb.api.Message
The request message UUID for a response message
getCreatedAt() - Method in class org.adroitlogic.ultraesb.api.interceptor.Event
Gets the creation time as a long value of the interceptor event
getCurrentlyActingAsNodes() - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Gives the acting as node name list that this node is currently acting as
getCurrentPayload() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the current payload of the message
getCustomLogger(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.LogSupport
Gets any custom logger
getDashboardView() - Method in class org.adroitlogic.ultraesb.ServerManager
Get information to display on the dashboard
getDataHandler() - Method in interface org.adroitlogic.ultraesb.api.format.DataHandlerMessage
Get the underlying DataHandler instance
getDataSource(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get the DataSource with the specified id from the [Spring] configuration
getDateFromISO8601String(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.DateSupport
Returns a java.util.Date from an ISO8601 compliant date string yyyy-MM-dd
getDateFromUTCString(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.DateSupport
Returns a java.util.Date from a UTC date string of the form yyyy-MM-dd'T'HH:mm:ss'Z'
getDateSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access Date support API
getDefaultPlatformTM() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get the ID of the only PlatformTransactionManager defined into the configuration Only supported when only one transaction manager is defined
getDeploymentLogger() - Method in interface org.adroitlogic.ultraesb.api.mediation.LogSupport
Gets the deployment logger as per the current context of the message
getDeploymentsDir() - Method in class org.adroitlogic.ultraesb.ServerManager
 
getDeploymentUnitView(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Gives the deployment unit snapshot view to the front-end
getDerivedName() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
getDescription() - Method in class org.adroitlogic.as2.api.Partner
 
getDescription() - Method in class org.adroitlogic.ultraesb.api.ErrorInfo
 
getDescription() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getDestinationURL() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the current destination URL for this message.
getDetails() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
getDigestAlgorithm() - Method in class org.adroitlogic.as2.api.SignatureInfo
 
getDisposition() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
getDisposition() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
getDistributedCache() - Method in interface org.adroitlogic.ultraesb.api.mediation.CachingSupport
Applicable only when the clustering is enabled and deployed as a cluster.
getDistributedPermanentCache() - Method in interface org.adroitlogic.ultraesb.api.mediation.CachingSupport
Applicable only when the clustering is enabled and deployed as a cluster.
getDistributedPersistentCache() - Method in interface org.adroitlogic.ultraesb.api.mediation.CachingSupport
Applicable only when the clustering is enabled and deployed as a cluster.
getDocument() - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Get the underlying DOM Document
getDomain() - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Gives the cluster domain of the cluster, if clustering is enabled
getDuplicateTransportHeaders() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the map of current transport header duplicate values
getElement() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationEvent
Gives the element
getElementType() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationEvent
Gives the ElementType
getEmailSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the Email support API
getEncryptCertAlias() - Method in class org.adroitlogic.as2.api.Partner
 
getEncryptionAlgorithm() - Method in class org.adroitlogic.as2.api.SignatureInfo
 
getEncryptionInfo() - Method in class org.adroitlogic.as2.api.Partner
 
getEncryptionInfo() - Method in class org.adroitlogic.as2.api.SendInfo
 
getEndpoint() - Method in class org.adroitlogic.ultraesb.api.interceptor.message.MessageInterceptionContext
Gets the endpoint that is currently processing the message being intercepted
getEndpoint(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
getEndpoints() - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
getEntry(Object) - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
The entry representing the given key in the cache, the returned entry contains the value associated with the key as well as the meta information about the entry
getEnvironment() - Method in interface org.adroitlogic.ultraesb.api.Configuration
Gives the server configuration environment
getErrorCode() - Method in class org.adroitlogic.as2.api.FailureInfo
 
getErrorCode() - Method in class org.adroitlogic.ultraesb.api.ErrorInfo
 
getErrorHandlers() - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Gets the 404 error handler that customizes the NOT_FOUND errors going out
getErrorInfo() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
getErrorInfo() - Method in class org.adroitlogic.as2.api.SendInfo
 
getErrorInfo() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
getErrorInfoList() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getErrorSequenceDefinition() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getErrorSequenceId() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getEvent() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getEventType() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationEvent
Gives the EventType
getEventType() - Method in class org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher.NodeEvent
 
getException() - Method in class org.adroitlogic.as2.api.FailureInfo
 
getException() - Method in class org.adroitlogic.ultraesb.api.ErrorInfo
 
getExceptions() - Method in interface org.adroitlogic.ultraesb.api.Message
Get a list of errors this message encountered
getFailoverNodeNames() - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Gives the list of node names to which this node provides failover facility
getFastInfosetSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access FastInfoset support API
getFieldValue(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SwiftSupport
Gets the value of the given field or null if that field is not found.
getFieldValues(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SwiftSupport
Gets all values for a given field.
getFile() - Method in interface org.adroitlogic.ultraesb.api.FileCache
Obtain a temporary file
getFile() - Method in interface org.adroitlogic.ultraesb.api.format.RawFileMessage
Get the underlying File containing the payload
getFileName() - Method in class org.adroitlogic.as2.api.AttachmentDetails
The name of the file holding the attachment or null
getFileName() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
getFileSize() - Method in interface org.adroitlogic.ultraesb.api.format.RawFileMessage
The file size
getFileSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the File support API
getFirstRequestParameter(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Return the first request query parameter with the given name
getFirstTransportHeader(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Get the first transport header with the given key
getFirstTransportHeaderIgnoreCase(String) - Method in interface org.adroitlogic.ultraesb.api.Message
This will perform a case insensitive lookup for the first occurrence of the given transport header
getFIXSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access FIX support API
getFlowPoint() - Method in class org.adroitlogic.ultraesb.api.interceptor.message.MessageInterceptionContext
Gets the interception flow point of the message
getFlowType() - Method in class org.adroitlogic.ultraesb.api.interceptor.message.MessageInterceptionContext
Gets the flow type of the message, whether it is an incoming message or an outgoing message
getFrom() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
getFrom() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getFrom() - Method in class org.adroitlogic.as2.api.SendInfo
 
getFrom() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
getFunction() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getGracePeriod() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the grace period of the endpoint
getHitCount() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getHL7Support() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the HL7 mediation utilities
getHTTPSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access HTTP support API
getHumanMessage() - Method in class org.adroitlogic.as2.api.FailureInfo
 
getId() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
getId() - Method in class org.adroitlogic.ultraesb.api.management.AddressDefinition
Gets the identifier of the address
getId() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getId() - Method in interface org.adroitlogic.ultraesb.api.management.DeploymentUnitDefinition
Gets the deployment unit identifier
getId() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the identifier of the endpoint definition
getId() - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
getId() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getId() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
getId() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
getId() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Return ID of the WorkManager
getImports() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
getInDestinationDefinition() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getInDestinationId() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getInitialDuration() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the initial suspend duration in milliseconds for a suspend error for this endpoint
getInputStream() - Method in interface org.adroitlogic.ultraesb.api.format.DataHandlerMessage
Return an InputStream to the DataHandler payload
getInputStream() - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Return an InputStream to read the DOM message payload.
getInputStream() - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
getInputStream() - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Get an InputStream to the message payload
getInputStream() - Method in interface org.adroitlogic.ultraesb.api.format.RawFileMessage
Get an InputStream to the message payload
getInputStream() - Method in interface org.adroitlogic.ultraesb.api.format.StringMessage
 
getInSequenceDefinition() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getInSequenceId() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getInstallationName() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Gives the name of the installation which uniquely identifies a set of related nodes in a deployment
getInstallationName() - Method in class org.adroitlogic.ultraesb.ServerManager
Gives the name of the installation which uniquely identifies a set of related nodes in a deployment
getInstance() - Static method in class org.adroitlogic.ultraesb.api.management.ServerAdminImpl
 
getInstance() - Static method in class org.adroitlogic.ultraesb.ServerManager
Get the ServerManager instance of the JVM
getIOEventDispatch(FileCache, TCPServiceHandler, HttpParams, TransportMetricsCollector, boolean, String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
getIOEventDispatch(FileCache, TCPServiceHandler, ConnectionManager, HttpParams, TransportMetricsCollector, boolean, String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
getIOEventDispatch(FileCache, TCPServiceHandler, HttpParams, TransportMetricsCollector, boolean, String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
 
getISO8601FormattedString(Date) - Method in interface org.adroitlogic.ultraesb.api.mediation.DateSupport
Returns an ISO8601 compliant date string as yyyy-MM-dd
getIssuerName() - Method in class org.adroitlogic.as2.util.KeystoreManager.IssuerSerial
 
getJAXBSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access JAXB support API
getJMSSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the JMS support API
getJSONSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access JSON support API
getJvmRoute(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Return the jvmRoute from the JSESSIONID cookie or jsessionid URL parameter of an HTTP/S request
getKeepalive() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gives the keepalive time of the endpoint in milliseconds, time an idle connection opened to this endpoint should be kept alive for possible re-use
getKey() - Method in interface org.adroitlogic.ultraesb.api.cache.CacheEntry
Gives the key of the cache entry
getKey() - Method in class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
getKeys() - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Gives the unmodifiable list of keys registered in this cache
getLanguage() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
getLastAddressValue() - Method in interface org.adroitlogic.ultraesb.api.Message
Return the address value (e.g.
getLastException() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the last error encountered and linked to this message
getLastSentURL() - Method in interface org.adroitlogic.ultraesb.api.Message
Return the absolute URL to which the corresponding request message, or this message was last sent
getList() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
getLoadedDeploymentUnits() - Method in interface org.adroitlogic.ultraesb.api.Configuration
Gets the list of loaded deployment unit identifiers including any programmatic deployment units
getLocalAddress(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Gets the local address of the network interface via which the given message has been received to the ESB
getLocalCache() - Method in interface org.adroitlogic.ultraesb.api.mediation.CachingSupport
Gets the Cache instance which is available locally in the node, and expires it's entries in a given time.
getLocalPermanentCache() - Method in interface org.adroitlogic.ultraesb.api.mediation.CachingSupport
Gets the Cache instance which is available locally in the node, and keeps its contents in the cache within a session.
getLocalPersistentCache() - Method in interface org.adroitlogic.ultraesb.api.mediation.CachingSupport
Gets the Cache instance which is available locally in the node, and keeps its contents in the cache forever across the sessions.
getLocalPort(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Gets the local socket port used in receiving the current message
getLogSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the log support API for mediation
getMaximumDuration() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the maximum suspend duration of this endpoint
getMaxThreshold() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getMDNmessageID() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getMediation() - Method in interface org.adroitlogic.ultraesb.api.Message
Return a reference to Mediation utilities
getMessage() - Method in class org.adroitlogic.ultraesb.api.ErrorInfo
 
getMessage(Class) - Method in interface org.adroitlogic.ultraesb.api.format.ProtocolBufferMessage
Gets the protocol buffer message as a parsed message of type T.
getMessage() - Method in class org.adroitlogic.ultraesb.api.interceptor.message.MessageEvent
Gets the message object of the event
getMessage(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.ProtocolBufferSupport
Gets the protocol buffer message as a parsed message of type T from the given message.
getMessageFile() - Method in class org.adroitlogic.as2.api.AttachmentDetails
Return the MessageFile containing the payload, or null if none have been used
getMessageFormat() - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Get the name of the message format
getMessageInterceptionHandler() - Method in class org.adroitlogic.ultraesb.ServerManager
Gets the interception handler
getMessageProperties() - Method in interface org.adroitlogic.ultraesb.api.Message
Return current message properties as an unmodifiable map
getMessageProperty(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Get the message property associated with the specified key
getMessageProperty(String, Class) - Method in interface org.adroitlogic.ultraesb.api.Message
Get the message property associated with the specified key as a typed object of type T
getMessageQueueSize() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Number of messages queued
getMessageQueueSize() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Size of the pending message queue
getMessageSubject() - Method in class org.adroitlogic.as2.api.Partner
 
getMessageUUID() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getMessageUUID() - Method in class org.adroitlogic.as2.api.SendInfo
 
getMessageUUID() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the UUID of the message
getMethod(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
getMetricsSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the Metrics API, for custom metrics collection and alerting
getMic() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
getMic() - Method in class org.adroitlogic.as2.api.SendInfo
 
getMic() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
getMicAlgo() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getMicResult() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getMillisFromXSDateTimeString(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.DateSupport
Returns the time in milliseconds from a xs:dateTime string of the form yyyy-MM-dd'T'HH:mm:ss
getMinThreshold() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getMsgID() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
getMsgID() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getMsgID() - Method in class org.adroitlogic.as2.api.SendInfo
 
getMsgID() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
getName() - Method in class org.adroitlogic.as2.api.Partner
 
getName() - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Gets the name of this cache, it is not expected that the user changes this name, but the name is exposed as an identifier of the cache.
getName() - Method in class org.adroitlogic.ultraesb.api.Environment
Gets the name of the environment
getName() - Method in class org.adroitlogic.ultraesb.api.template.ParameterInfo
 
getNodeName() - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Gives the node name of this node in the cluster domain
getNodeName() - Method in class org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher.NodeEvent
 
getOnErrorInvoke() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
getOriginalFileName() - Method in class org.adroitlogic.as2.api.AttachmentDetails
The original name of the file (not the path) which contained the attachment
getOriginalMessageID() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
getOriginalMessageID() - Method in class org.adroitlogic.as2.api.SendInfo
 
getOriginalMessageID() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
getOriginalPayload() - Method in interface org.adroitlogic.ultraesb.api.Message
The original payload of the message - as received from the transport, unless modified
getOriginatingTransport() - Method in interface org.adroitlogic.ultraesb.api.Message
Get originating transport
getOriginatingTransportName() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
getOriginatingTransportName() - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
getOriginatingTransportName() - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOListener
 
getOriginatingTransportName() - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOListener
 
getOriginatingTransportName() - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
getOriginatingTransportName() - Method in class org.adroitlogic.ultraesb.transport.timer.TimerTaskListener
 
getOriginatingTransportName() - Method in class org.adroitlogic.ultraesb.transport.vm.VMTransportListener
 
getOutDestinationDefinition() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getOutDestinationId() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getOutgoingMessages() - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
 
getOutputStream() - Method in interface org.adroitlogic.ultraesb.api.format.RawFileMessage
Get an OutputStream to write the message payload
getOutputStream() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
getOutSequenceDefinition() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getOutSequenceId() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getParameters() - Method in class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
getParentMessageUUID() - Method in interface org.adroitlogic.ultraesb.api.Message
The parent message UUID
getPartner(String) - Method in interface org.adroitlogic.as2.api.PersistenceService
Lookup partner information from persistence database
getPartnerURL() - Method in class org.adroitlogic.as2.api.SendInfo
 
getPayloadAsDOM(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Returns payload of the message as a DOM Document
getPayloadHeader(String) - Method in class org.adroitlogic.as2.api.AttachmentDetails
 
getPinnedServers() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getPlaceHolderConfigurers() - Method in class org.adroitlogic.ultraesb.ServerManager
Get the bean definitions list for the Spring Place Holder Configurers defined in the root configuration
getPrimaryActiveCount() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Get primary active threads
getProgressionFactor() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the suspend progression factor for any consecutive suspends of this endpoint
getProperties() - Method in class org.adroitlogic.ultraesb.api.management.AlertActionDefinition
 
getProperties() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the complete properties map of the endpoint
getProperty(String, int) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
getProperty(String, boolean) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
getProperty(String, int) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
getProperty(String, boolean) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
getProtocolBufferSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access Protocol Buffer support API
getProxy() - Method in class org.adroitlogic.ultraesb.api.interceptor.message.MessageInterceptionContext
Gets the proxy service to which the message is received
getProxyID() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the identifier of the proxy service to which this endpoint belongs to if it is an embedded endpoint
getProxyID() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
getProxyService(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
getProxyServiceID() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the id of the proxy service to which this message belongs
getProxyServiceIds() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Retrieves the deployed proxy service id list (of all deployment units) in the UltraESB server
getProxyServiceIds() - Method in class org.adroitlogic.ultraesb.ServerManager
Retrieves the deployed proxy service id list (of all deployment units) in the UltraESB server
getProxyServices() - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
getQualifiedSessionId() - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Gives the current session of this node in the cluster domain in the form of, $DOMAIN:$NODE_NAME:$SESSION_ID where the $DOMAIN is ClusterSupport.getDomain() $NODE_NAME is ClusterSupport.getNodeName() $SESSION_ID is the current local session id of this node in the cluster
getQueryString(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Gives a String representation of URL query parameters of the given message received over HTTP/S transport.
getReceivedEntitySize(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Retrieves the size of the received HTTP entity of the given message - This is only available for requests and responses received and not for messages about to be sent out
getReceivedFileName(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.FileSupport
Retrieves the filename from which this message has been constructed provided that this message is received via the file transport or as an AS2 message
getReceivedFilePath(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.FileSupport
Retrieves the file path from which this message has been constructed provided that this message is received via the file transport
getReceivedHeaderSize(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Retrieves the size of the received header over HTTP, of the given message - This is only available for requests and responses received and not for messages about to be sent out
getReceivedMessageSize(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Retrieves the size of the received message over HTTP, of the given message - This is only available for requests and responses received and not for messages about to be sent out
getReceivedTime() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getRemoteAddress(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Gets the remote address of the given message
getRemoteJmxServiceURL() - Method in class org.adroitlogic.ultraesb.ServerManager
 
getRemotePort(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Gets the remote port of the given message
getRequestContentType() - Method in interface org.adroitlogic.ultraesb.api.Message
Return the content type of the original request.
getRequestParameterMap(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Return the query parameters as a Map> (i.e.
getRequestParameterValues(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Return the list of query parameters for the given name/key
getSafeToRetryErrorCodes() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the list od safe to retry error codes as a comma separated strings
getSecondaryActiveCount() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Get secondary active threads
getSecondEvent() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getSentMessageId(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.JMSSupport
Retrieves the message id sent for the last JMS destination of the given message
getSentProviderURL(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.JMSSupport
Retrieves the provider URL of the last sent JMS destination
getSequence() - Method in class org.adroitlogic.ultraesb.api.interceptor.message.MessageInterceptionContext
Gets the sequence that is currently mediating the message being intercepted
getSequence(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
getSequences() - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
getSerialNumber() - Method in class org.adroitlogic.as2.util.KeystoreManager.IssuerSerial
 
getServer() - Method in class org.adroitlogic.ultraesb.api.interceptor.server.ServerEvent
Gets the server name of the server causing this event
getServerName() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Gives the name of the server which has to be unique in a clustered deployment
getServerName() - Method in class org.adroitlogic.ultraesb.ServerManager
Gives the name of the server which has to be unique in a clustered deployment
getServiceLogger() - Method in interface org.adroitlogic.ultraesb.api.mediation.LogSupport
Gets the service logger as per the current context of the message
getServiceURL(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Retrieves the service URL of the given message as seen at the message arrival to the ESB
getSeverity() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getSignatureInfo() - Method in class org.adroitlogic.as2.api.Partner
 
getSignatureInfo() - Method in class org.adroitlogic.as2.api.SendInfo
 
getSimpleSOAPHeader(String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Return a simple SOAP (1.2 or 1.2) header - which has only one String value as its text content.
getSoapAction(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Return the SOAPAction transport header
getSoapAddressingAction(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Get the WSA Action header
getSoapAddressingFaultTo(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Get the WSA FaultTo header
getSoapAddressingFrom(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Get the WSA From header
getSoapAddressingMessageID(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Get the WSA MessageID header
getSoapAddressingReplyTo(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Get the WSA ReplyTo header
getSoapAddressingTo(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Get the WSA To header
getSoapFaultCode(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Extract the SOAP 1.1 Fault/faultcode or SOAP 1.2 Fault/Code/Value if exists
getSoapFaultDetail(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Extract the SOAP 1.1 detail or SOAP 1.2 Detail if exists
getSoapFaultString(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Extract the SOAP 1.1 Fault/faultstring or SOAP 1.2 Reason/Text if exists
getSoapHeaderAsString(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Extract the SOAP 1.1/1.2 header value as a String
getSoapHeadersAsStrings(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Extract the SOAP 1.1/1.2 header values as a Strings
getSOAPSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access SOAP support API
getSpringBean(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get the Spring bean with the given ID from the [Spring] configuration
getSpringBean(String, Class) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get the Spring bean with the given ID from the [Spring] configuration
getSpringBeanName() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
getSQLDateFromISO8601String(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.DateSupport
Returns a java.sql.Date from an ISO8601 compliant date string yyyy-MM-dd
getSQLDateFromUTCString(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.DateSupport
Returns a java.sql.Date from a UTC date string of the form yyyy-MM-dd'T'HH:mm:ss'Z'
getSQLTimestampFromXSDateTime(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.DateSupport
Returns a java.sql.Timestamp from a xs:dateTime string of the form yyyy-MM-dd'T'HH:mm:ss
getState() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
getStatus() - Method in class org.adroitlogic.ultraesb.ServerManager
Get a textual representation of the server status
getStream() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getStringMessageProperty(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Get the String message property associated with the specified key
getSubject() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getSubject() - Method in class org.adroitlogic.as2.api.SendInfo
 
getSubject() - Method in class org.adroitlogic.ultraesb.api.interceptor.Event
Gets the subject of the interceptor event
getSupport(Class) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Gets the defined support interface instance
getSuspendErrorIndicationCodes() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the set of suspend error indication codes as a comma separated string
getSwiftSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the Swift message parsing and validation service
getSystemLogger() - Method in interface org.adroitlogic.ultraesb.api.mediation.LogSupport
Gets the ESB main logger resulting the log to be saved in main log file of the system
getTCPRequest(MessageImpl) - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOSender
 
getTCPRequest(MessageImpl) - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOSender
 
getTCPRequest(MessageImpl) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
getTemplateClass() - Method in class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
getTemporaryErrorIndicationCodes() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the set of temporary error indication codes as a comma separated string
getTestFileCache(ConfigurationImpl) - Static method in class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Deprecated.
only used for testing
getTextContent() - Method in class org.adroitlogic.as2.api.AttachmentDetails
The text content of the attachment, if the attachment is a String and not a file
getTextElement(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Get text element value for given XPath
getThrottleSupport(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Gives the implementation of the ThrottleSupport defined in the UltraESB configuration with the given bean identifier.
getTimeout() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gives the timeout of the endpoint in milliseconds, this might be bound to the transport level timeout if there is any.
getTimer() - Method in class org.adroitlogic.ultraesb.ServerManager
Gets the global server timer
getTo() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
getTo() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getTo() - Method in class org.adroitlogic.as2.api.SendInfo
 
getTo() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
getTransactionUUID() - Method in interface org.adroitlogic.ultraesb.api.Message
The UUID that uniquely identifies a single transaction.
getTransport() - Method in class org.adroitlogic.ultraesb.api.interceptor.message.MessageInterceptionContext
Gets the transport over which the message is received
getTransportHeaders(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Get a List of transport header values for the given key
getTransportHeaders() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the map of current transport header values ignoring duplicates
getTransports() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getTransportStatusCode() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
getTxnStatus() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the Spring TransactionStatus for this message
getType() - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
getType() - Method in class org.adroitlogic.ultraesb.api.ErrorCode
 
getType() - Method in class org.adroitlogic.ultraesb.api.management.AddressDefinition
Gets the type of the address
getType() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the type of the endpoint
getType() - Method in class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
getTypeAttr() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
getUrl() - Method in class org.adroitlogic.as2.api.Partner
 
getUserDefinedStatusCode() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Get the user defined status code
getUserDefinedStatusCode() - Method in class org.adroitlogic.ultraesb.ServerManager
Get the user defined status code
getUTFFormattedString(Date) - Method in interface org.adroitlogic.ultraesb.api.mediation.DateSupport
Returns a UTC formatted date string as yyyy-MM-dd'T'HH:mm:ss'Z'
getValue() - Method in interface org.adroitlogic.ultraesb.api.cache.CacheEntry
Gives the value of the cache entry
getValue() - Method in class org.adroitlogic.ultraesb.api.management.AddressDefinition
Gets the url or the url prefix of the address depending on the typ
getValues() - Method in class org.adroitlogic.ultraesb.api.template.ParameterInfo
 
getVersion() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
getVersion() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getVersion() - Method in class org.adroitlogic.as2.api.SendInfo
 
getVersion() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
getVersion() - Method in interface org.adroitlogic.ultraesb.api.cache.CacheEntry
Gives the version of the cache entry
getWeight() - Method in class org.adroitlogic.ultraesb.api.management.AddressDefinition
Gets the weight of the address
getWipMapSize() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Number of messages in progress
getWipMapSize() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Number of the messages in progress
getWithPeriod() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getWorkManagerId() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getWSSecurityManager() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get the WS-Security Manager defined with the id "wssecMgr"
getXACMLSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access XACML support API
getXMLSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access DOM support API
getZabbixAgentView() - Method in class org.adroitlogic.ultraesb.ServerManager
 
GOST3410 - Static variable in class org.adroitlogic.as2.api.SignatureInfo.EncryptionAlgorithm
 
GOST3411 - Static variable in class org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
 
GRACE_PERIOD - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Defaults
Default grace period of an endpoint
GROUP_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants.JMSXProperties
The JMSXGroupID property
GROUP_SEQ - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants.JMSXProperties
The JMSXGroupSeq property

H

handleCompletion(MessageImpl) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Remove message from WIP map, and execute completion handler if one exists
handleCompletion(MessageImpl) - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Handle a message that has completed processing.
HANDLED_ERROR_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Interceptor
 
HANDLED_ERROR_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Sequence
 
HANDLED_ERROR_IN_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
HANDLED_ERROR_OUT_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
handledError() - Method in interface org.adroitlogic.ultraesb.api.interceptor.InterceptorMetricsReporter
 
handleError(T, Exception) - Method in interface org.adroitlogic.ultraesb.api.interceptor.InterceptorErrorHandler
Implements the error handling for the type of the event to which this error handler belongs to.
handleError(REQ, RES, CTX) - Method in interface org.adroitlogic.ultraesb.api.transport.TransportErrorHandler
Modifies the response as per the needs, for example by changing the response message body of the error response being sent
handleFailedMessage(MessageImpl) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Handle a message that has failed
handleFailedMessage(MessageImpl) - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Submits a failed message for processing.
handleWADLresponse(InputStream, String) - Method in class org.adroitlogic.ultraesb.transport.http.ServiceResourceRequestFilter
Handling WADL responses,validate WADL response and change
hasBean(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
hasEndpoint(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
hashCode() - Method in class org.adroitlogic.as2.util.KeystoreManager.IssuerSerial
 
hashCode() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
hasMessageProperty(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Checks whether the give property is present in the message properties map
hasProxyService(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
hasSequence(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
HEAD - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Method
 
HEADER_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the size of the received message header over HTTP - This is only available for requests and responses received - and not for messages about to be sent out
HEADERS_AND_PROPERTIES - Static variable in class org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
 
HEADERS_ONLY - Static variable in class org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
 
HEART_BY_INT - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
HL7Constants - Class in org.adroitlogic.ultraesb.api.transport.mllp
Constants used in the MLLP transport and HL7 messaging
HL7Support - Interface in org.adroitlogic.ultraesb.api.mediation
Supports the HL7 related transformations mediation and filtering
holdCompletion() - Method in interface org.adroitlogic.ultraesb.api.Message
Used to hold execution of the message completion handlers when the current sequence completes.
HOST - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.Headers
 
HOT_SWAP_LOADING_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
HttpConstants - Class in org.adroitlogic.ultraesb.api.transport.http
HTTP/S transport constants
HttpConstants.ErrorCodes - Class in org.adroitlogic.ultraesb.api.transport.http
 
HttpConstants.ErrorCodes() - Constructor for class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
 
HttpConstants.Headers - Class in org.adroitlogic.ultraesb.api.transport.http
 
HttpConstants.Headers() - Constructor for class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
 
HttpConstants.MessageProperties - Class in org.adroitlogic.ultraesb.api.transport.http
HTTP transport related message property keys
HttpConstants.MessageProperties() - Constructor for class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
 
HttpConstants.Method - Class in org.adroitlogic.ultraesb.api.transport.http
The HTTP method enum with possible set of HTTP methods defined
HttpConstants.Tuning - Class in org.adroitlogic.ultraesb.api.transport.http
HTTP transport tuning parameters
HttpConstants.Tuning() - Constructor for class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Tuning
 
HttpNIOListener - Class in org.adroitlogic.ultraesb.transport.http
The HTTP transport listener
HttpNIOListener(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Default constructor, with a reference to the FileCache to use
HttpNIOSender - Class in org.adroitlogic.ultraesb.transport.http
The non-blocking HTTP transport sender updated for HC 4.3.x
HttpNIOSender(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
The default constructor, accepting the FileCache to use
HttpsNIOListener - Class in org.adroitlogic.ultraesb.transport.http
HTTPS transport listener
HttpsNIOListener(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Default constructor accepting the FileCache to use
HttpsNIOSender - Class in org.adroitlogic.ultraesb.transport.http
HTTPS transport sender
HttpsNIOSender(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Default constructor accepting the FileCache to use
HTTPSupport - Interface in org.adroitlogic.ultraesb.api.mediation
HTTP/S transport related mediation support

I

id() - Method in interface org.adroitlogic.ultraesb.api.interceptor.SpringBean
 
IDE - Static variable in class org.adroitlogic.ultraesb.api.Environment.NamedEnv
 
IDEA_CBC - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
identifier() - Method in interface org.adroitlogic.ultraesb.api.interceptor.Interceptor
 
IMAP_PASSWORD - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
IMAP_PROTOCOL - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
IMAP_USER - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
IN - Static variable in class org.adroitlogic.ultraesb.api.interceptor.message.FlowType
 
increment(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Increases the specified key for the global artifact.
incrementForProxy(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Increases the specified key for the proxy located by msg.
incrementForSequence(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Increases the value of specified key for the sequence located by msg.
INFORMATION - Static variable in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Severity
 
INFORMATION - Static variable in class org.adroitlogic.ultraesb.api.mediation.AlertSupport.Severity
 
init(Configuration) - Method in class org.adroitlogic.ultraesb.api.AbstractJavaSequence
 
init(Configuration) - Method in interface org.adroitlogic.ultraesb.api.JavaClassSequence
Initializes the sequence with the current Configuration Note: a sequence may be initialized, before the ESB decides to send any messages to it.
INITIAL_DURATION - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Defaults
Default initial suspension duration of an endpoint
initialize(ApplicationContext, ConfigurationImpl) - Method in class org.adroitlogic.ultraesb.ServerManager
Initialize ServerManager from a web container.
insertTextElementsAfter(String, String, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Inserts Text element/s after the specified element/s pointed by an xpath
insertTextElementsAfter(String, String[][], String, String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Deprecated.
in favor of #insertTextElementsAfter(String, String, String, String, String[]...) Inserts Text element/s after the specified element/s pointed by an xpath
insertTextElementsAfter(Message, String, String, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Inserts an element/elements after the specified element pointed by the XPATH, to the current message.
insertTextElementsAfter(Message, String, String[][], String, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Deprecated.
in favor of #insertTextElementsAfter(org.adroitlogic.ultraesb.api.Message, String, String, String, String, String[]...) Inserts an element/elements after the specified element pointed by the XPATH, to the current message. If the XPath expression points to multiple elements, new element will be added after all the elements pointed by the XPath.The content of the new element should be String. No complex types are allowed.
insertTextElementsBefore(String, String, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Inserts Text element/s before the specified element/s pointed by an xpath
insertTextElementsBefore(String, String[][], String, String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Deprecated.
in favor of #insertTextElementsBefore(String, String, String, String, String[]...) Inserts Text element/s before the specified element/s pointed by an xpath
insertTextElementsBefore(Message, String, String, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Inserts an element/elements before the specified element pointed by the XPATH, to the current message.
insertTextElementsBefore(Message, String, String[][], String, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Deprecated.
in favor of #insertTextElementsBefore(org.adroitlogic.ultraesb.api.Message, String, String, String, String, String[]...) Inserts an element/elements before the specified element pointed by the XPATH, to the current message. If the XPath expression points to multiple elements, new element will be added before all the elements pointed by the XPath. The content of the new element should be String. No complex types are allowed.
INTEGRITY_CHECK_FAILED - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
intercept(T) - Method in class org.adroitlogic.ultraesb.api.interceptor.AbstractInterceptor
Intercepts messages, server lifecycle and artifact lifecycle at the point defined by the interceptor annotations
INTERCEPTION_PREVENTED_INITIALIZATION - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Intercept
 
INTERCEPTION_PREVENTED_LISTENING - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Intercept
 
INTERCEPTION_PREVENTED_STARTING - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Intercept
 
InterceptionContext - Interface in org.adroitlogic.ultraesb.api.interceptor
The interception context that describes the nature of the interceptor, what to be intercepted.
Interceptor - Interface in org.adroitlogic.ultraesb.api.interceptor
Provides common properties such as identifier etc of the interceptors
InterceptorErrorHandler - Interface in org.adroitlogic.ultraesb.api.interceptor
Interceptor error handler to be implemented, by error handling for any of the interceptor types, including AbstractMessageInterceptor, AbstractServerInterceptor.
InterceptorMetricsReporter - Interface in org.adroitlogic.ultraesb.api.interceptor
Interface that defines the metrics reporting of the interceptors
interceptWithMetricsAndErrorHandling(T) - Method in class org.adroitlogic.ultraesb.api.interceptor.AbstractInterceptor
Internal method that is used by the ESB to invoke the interceptor, which in-turn will call the #intercept(T) method providing error handling capabilities to the intercept method invocation exceptions
INTEREST_OPS_QUEUED - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Tuning
Should NIO interest ops be queued? false for Sun/Oracle JDKs, true for IBM JDK
INTERNAL_CLUSTER_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
INVALID_TRANSPORT - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.ErrorCodes
 
invokeSequence(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Invoke another sequence from within a sequence
invokeSequenceAsynchronously(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Invoke another sequence asynchronously Use caution, especially about async resource clearing, and concurrent execution
invokeSequences(Message, List) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Invoke a list of named sequences from within a parent sequence.
invokeService(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Invokes the specified service with the given message asynchronously, if the specified service responds to this request message the response will be sent to the outSequence of the calling proxy service
isActingAs(String) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Whether the server is acting as the given server name
isActingAs(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Is this node acting as the given node
isActingAs(Set) - Method in class org.adroitlogic.ultraesb.ServerManager
Whether the server is acting as at least one of the server names specified in the set
isActingAs(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Whether the server is acting as the given server name
isAlive() - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Checks whether the node is connected to the cluster or not.
isAllowed(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.ThrottleSupport
Implementer should implement the throttling logic within this.
isAllowed(String, Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.ThrottleSupport
Throttling method implementation which takes in a category/key for evaluation - such as username, group, IP etc.
isAsyncMDNRequested() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isBinaryClassReloadingEnabled() - Method in class org.adroitlogic.ultraesb.api.Environment
Whether binary class reloading or class hot swapping is enabled at the runtime, so that invoking the method add or update DeploymentUnit to add or update a configuration will use the re-loaded classes.
isClustered() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Used to check whether the server is in a clustered deployment
isClustered() - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Checks whether the clustering is enabled or not
isClustered() - Method in class org.adroitlogic.ultraesb.ServerManager
Used to check whether the server is in a clustered deployment
isCompressAfter() - Method in class org.adroitlogic.as2.api.Partner
 
isCompressBefore() - Method in class org.adroitlogic.as2.api.Partner
 
isCompressed() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isCompressed() - Method in class org.adroitlogic.as2.api.SendInfo
 
isConfigAutoRefreshEnabled() - Method in class org.adroitlogic.ultraesb.api.Environment
Whether on the fly configuration updating is enabled.
isContainingAnMDN() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
isContainingSyncMDN() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
isContainingTransportResponse() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
isDebugOn() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
isDecompressed() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isDecrypted() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isDeploymentUnitLoaded(String) - Method in interface org.adroitlogic.ultraesb.api.Configuration
Is a deployment unit with this given id already loaded
isDeploymentUnitLoaded(String) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Whether there is a deployment unit loaded with the given identifier
isDeploymentUnitLoaded(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Whether there is a deployment unit loaded with the given identifier
isDeploymentUnitsEnabled() - Method in class org.adroitlogic.ultraesb.api.Environment
Whether to load deployment units or not
isDetached() - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Check if this payload is detached from its parent message
isDistributed() - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Whether this cache is of distributed cache type, if the cache type is one of the following it is a distributed cache; DISTRIBUTED_TEMP DISTRIBUTED_PERMANENT DISTRIBUTED_PERSISTENT
isDistributed() - Method in class org.adroitlogic.ultraesb.api.cache.CacheType
Whether this cache type is distributed or in other-words replicated among the cluster
isDropped() - Method in interface org.adroitlogic.ultraesb.api.Message
Is this message marked to be dropped by in/out endpoints and subsequent sequence invocations?
isEmpty() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
isEncrypted() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isEncryptMessage() - Method in class org.adroitlogic.as2.api.EncryptionInfo
 
isFailed() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
isFailed() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
isFailed() - Method in class org.adroitlogic.ultraesb.ServerManager
Has this instance failed?
isHessian(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Check the message content type to see if it indicates a Hessian message
isHoldCompletionTask() - Method in interface org.adroitlogic.ultraesb.api.Message
Is this message currently marked to hold completion tasks on at the end of the execution thread (e.g.
isMarkedAsFailed() - Method in interface org.adroitlogic.ultraesb.api.Message
Is this message currently marked as failed?
isMDNRequested() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isMdnRequested() - Method in class org.adroitlogic.as2.api.SendInfo
 
isMDNSent() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isMDNSigned() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isMicVerificationFailed() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isModified() - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Does this message hold updated content?
isOnTheFlyCompilationEnabled() - Method in class org.adroitlogic.ultraesb.api.Environment
Checks the on the fly compilation status
isPermanent() - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Whether the cache keeps its content permanently (i.e.
isPermanent() - Method in class org.adroitlogic.ultraesb.api.cache.CacheType
Whether this cache type is permanent or in other-words guaranteed to exist throughout the session
isPermitted(String, Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XACMLSupport
Is message allowed permission by the XACML processor bean selected.
isPermitted(String, Map) - Method in interface org.adroitlogic.ultraesb.api.mediation.XACMLSupport
Is message allowed permission by the XACML processor bean selected.
isPermitted(String, String, Map, Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XACMLSupport
Is message allowed permission by the XACML processor bean selected.
isPersistent() - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Whether the cache persists its contents to the disk.
isPersistent() - Method in class org.adroitlogic.ultraesb.api.cache.CacheType
Whether this cache type is persistent or in other-words guaranteed to exist within different sessions after JVM restart
isRequest() - Method in interface org.adroitlogic.ultraesb.api.Message
Is this message a request message?
isRequestAsyncMDN() - Method in class org.adroitlogic.as2.api.Partner
 
isRequestMDN() - Method in class org.adroitlogic.as2.api.Partner
 
isRequestSignedMDN() - Method in class org.adroitlogic.as2.api.Partner
 
isResponse() - Method in interface org.adroitlogic.ultraesb.api.Message
Is this message a response message?
isReusable() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
isShared() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Whether this endpoint is shared out of the deployment unit to which this endpoint belongs to
isShared() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
isSignatureVerified() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isSigned() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
isSigned() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isSigned() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
isSignedMDNRequested() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isSignMessage() - Method in class org.adroitlogic.as2.api.SignatureInfo
 
isSoap(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Check the message content type to see if it indicates a SOAP 1.1 or 1.2 message serialized as XML
isSoap11(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Check the message content type to see if it indicates a SOAP 1.1 message serialized as XML
isSoap12(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Check the message content type to see if it indicates a SOAP 1.2 message serialized as XML
isStarted() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
isStarted() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Return true if the system is currently running, and not begun a shutdown sequence
isStarted() - Method in class org.adroitlogic.ultraesb.ServerManager
Return true if the system is currently running, and not begun a shutdown sequence
isText() - Method in class org.adroitlogic.as2.api.AttachmentDetails
Is the attachment a String and not a file?
isTuned() - Method in class org.adroitlogic.ultraesb.api.Environment
Whether the environment is tuned for performance
isUnitTestMode() - Method in class org.adroitlogic.ultraesb.api.Environment
Whether the server is started for a unit test

J

JavaClassSequence - Interface in org.adroitlogic.ultraesb.api
Interface definition for a Sequence defined as a Java class
JavaCodeSnippetSequence - Interface in org.adroitlogic.ultraesb.api
Interface that defines a Java code snippet compilation.
JAXBSupport - Interface in org.adroitlogic.ultraesb.api.mediation
The JAXB related mediation API for the UltraESB
JDBC_DATASOURCE_NAME - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCSettings
 
JDBC_DRIVER - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCSettings
 
JDBC_LOG_EVENT_TABLE - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCMessageStoreSettings
 
JDBC_LOG_HEART_BEATS - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCMessageStoreSettings
 
JDBC_LOG_INCOMING_TABLE - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCMessageStoreSettings
 
JDBC_LOG_OUTGOING_TABLE - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCMessageStoreSettings
 
JDBC_PASSWORD - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCSettings
 
JDBC_SESSIONID_DEFAULT_PROPERTY_VALUE - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCMessageStoreSettings
 
JDBC_STORE_MESSAGES_TABLE - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCMessageStoreSettings
 
JDBC_STORE_SESSIONS_TABLE - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCMessageStoreSettings
 
JDBC_URL - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCSettings
 
JDBC_USER - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.JDBCSettings
 
JMSConstants - Class in org.adroitlogic.ultraesb.api.transport.jms
Constants used with the JMS transport
JMSConstants.ErrorCodes - Class in org.adroitlogic.ultraesb.api.transport.jms
 
JMSConstants.ErrorCodes() - Constructor for class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants.ErrorCodes
 
JMSConstants.JMSXProperties - Class in org.adroitlogic.ultraesb.api.transport.jms
 
JMSConstants.JMSXProperties() - Constructor for class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants.JMSXProperties
 
JMSSupport - Interface in org.adroitlogic.ultraesb.api.mediation
JMS transport related operations
JMSTransportListener - Class in org.adroitlogic.ultraesb.transport.jms
The JMS Transport listener
JMSTransportListener(boolean) - Constructor for class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Create JMS listener for JMS 1.0.2b API
JMSTransportListener() - Constructor for class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Default constructor - JMS 1.1
JMSTransportSender - Class in org.adroitlogic.ultraesb.transport.jms
The JMS transport sender
JMSTransportSender() - Constructor for class org.adroitlogic.ultraesb.transport.jms.JMSTransportSender
Default constructor
JMX_AUTH_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
JMX_CONFIGURATION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
JMX_CONNECTION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
JMX_MXBEAN_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
JSONMessage - Interface in org.adroitlogic.ultraesb.api.format
The JSON message that represents the internal message structure as a JSON payload
JSONSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Mediation Support for JSON based mediation

K

KEEPALIVE - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Defaults
Default keep alive time of an endpoint
KEEPALIVE_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.EndpointProperties
The time in milli seconds to keep a connection to the endpoint alive
key() - Method in interface org.adroitlogic.ultraesb.api.template.MediationTemplate
Defines the key that is associated with the annotated template, this parameter MUST be specified for the annotation to be valid.
keySet() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
KeystoreManager - Class in org.adroitlogic.as2.util
Configures available keystores for AS2 processing, and manages them for use by the AS2Manager Note: Hard dependency on BouncyCastle Cryptography Provider exists, and will cause a ClassNotFound if unavailable
KeystoreManager(String, String, String, String, String, String) - Constructor for class org.adroitlogic.as2.util.KeystoreManager
Create a KeystoreManager for the given identity and trust keystores
KeystoreManager.IssuerSerial - Class in org.adroitlogic.as2.util
 

L

LEAVE_AFTER_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
LEAVE_AFTER_PROCESS - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
LICENSE_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
LifecycleEventType - Class in org.adroitlogic.ultraesb.api.interceptor.artifact
The lifecycle event types for the artifact interception
LifecycleEventType - Class in org.adroitlogic.ultraesb.api.interceptor.server
The lifecycle type enumeration describing the nature of the server lifecycle event
listFiles(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.FileSupport
Lists the files in the directory described by the given file path
LOCAL_ADDRESS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
LOCAL_ADDRESS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
 
LOCAL_DELETE_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
local delete failed
LOCAL_FETCH_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
local fetch failed
LOCAL_PERMANENT - Static variable in class org.adroitlogic.ultraesb.api.cache.CacheType
 
LOCAL_PERSISTENT - Static variable in class org.adroitlogic.ultraesb.api.cache.CacheType
 
LOCAL_PORT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
Deprecated.
LOCAL_PORT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
 
LOCAL_PUT_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
Local put failed
LOCAL_TEMP - Static variable in class org.adroitlogic.ultraesb.api.cache.CacheType
 
LOCATION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
The HTTP Location header name
LoggedErrorCodes - Class in org.adroitlogic.ultraesb.api
Error codes that are logged for the errors logged by UltraESB
LoggedErrorCodes() - Constructor for class org.adroitlogic.ultraesb.api.LoggedErrorCodes
 
LoggedErrorCodes.Cache - Class in org.adroitlogic.ultraesb.api
 
LoggedErrorCodes.Cache() - Constructor for class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cache
 
LoggedErrorCodes.Cluster - Class in org.adroitlogic.ultraesb.api
 
LoggedErrorCodes.Cluster() - Constructor for class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
LoggedErrorCodes.Core - Class in org.adroitlogic.ultraesb.api
 
LoggedErrorCodes.Core() - Constructor for class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
LoggedErrorCodes.Endpoint - Class in org.adroitlogic.ultraesb.api
 
LoggedErrorCodes.Endpoint() - Constructor for class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Endpoint
 
LoggedErrorCodes.Intercept - Class in org.adroitlogic.ultraesb.api
 
LoggedErrorCodes.Intercept() - Constructor for class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Intercept
 
LoggedErrorCodes.Management - Class in org.adroitlogic.ultraesb.api
 
LoggedErrorCodes.Management() - Constructor for class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Management
 
LoggedErrorCodes.Metrics - Class in org.adroitlogic.ultraesb.api
 
LoggedErrorCodes.Metrics() - Constructor for class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Metrics
 
LoggedErrorCodes.ProxyService - Class in org.adroitlogic.ultraesb.api
 
LoggedErrorCodes.ProxyService() - Constructor for class org.adroitlogic.ultraesb.api.LoggedErrorCodes.ProxyService
 
LoggedErrorCodes.Sequence - Class in org.adroitlogic.ultraesb.api
 
LoggedErrorCodes.Sequence() - Constructor for class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Sequence
 
LoggedErrorCodes.Template - Class in org.adroitlogic.ultraesb.api
 
LoggedErrorCodes.Template() - Constructor for class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Template
 
LogSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Provides user level log support allowing the user to log to the main log, service log, deployment log, or any custom logger.
LST_CANNOT_SUBMIT_RESPONSE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating that a response cannot be submitted as the connection to client is already closed
LST_CONNECTION_CLOSED - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a connection close [socket] reading the request from client
LST_ERR_PARSE_MP - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.ErrorCodes
The error code indicating parsing failure of a multipart message
LST_ERR_RCV - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.ErrorCodes
The error code indicating an error during receiving a message via POP3 or IMAP
LST_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants.ErrorCodes
The error code indicating an error during receipt from a queue
LST_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants.ErrorCodes
The error code indicating an error during receipt from a destination
LST_HTTP_ERROR - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating an HTTP protocol error in receiving a message from a client
LST_IO_ERR_RCV - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
LST_IO_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating an error during sending a response back to the client
LST_IO_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
LST_IO_ERROR - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating an IOException error in receiving a message from a client
LST_IO_THREADS - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
Defines the IO threads to be used for dedicated NIO operations.
LST_PROTO_ERR_RCV - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
LST_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a connection [socket] timeout reading the request from the client
LST_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 

M

MailConstants - Class in org.adroitlogic.ultraesb.api.transport.mail
 
MailConstants.ErrorCodes - Class in org.adroitlogic.ultraesb.api.transport.mail
 
MailConstants.ErrorCodes() - Constructor for class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.ErrorCodes
 
MailConstants.JavaMailProperties - Class in org.adroitlogic.ultraesb.api.transport.mail
 
MailConstants.JavaMailProperties() - Constructor for class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
MailTransportListener - Class in org.adroitlogic.ultraesb.transport.mail
The Email transport listener supporting POP3 and IMAP both with and without SSL
MailTransportListener() - Constructor for class org.adroitlogic.ultraesb.transport.mail.MailTransportListener
Default constructor
MailTransportListener(int) - Constructor for class org.adroitlogic.ultraesb.transport.mail.MailTransportListener
Constructor specifying the number of threads to allocate
MailTransportSender - Class in org.adroitlogic.ultraesb.transport.mail
The email transport sender over SMTP
MailTransportSender() - Constructor for class org.adroitlogic.ultraesb.transport.mail.MailTransportSender
Default constructor
MAIN_PART_IDENTIFICATION_PRIORITY - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
maintenanceShutdown(long) - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
maintenanceShutdown(long) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
MAP_MESSAGE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The constant used to specify a MapMessage to be sent
MapMessage - Interface in org.adroitlogic.ultraesb.api.format
A message where the payload is held within a Map
markAsFailed() - Method in class org.adroitlogic.ultraesb.ServerManager
Mark the instance as failed
matches(InterceptionContext) - Method in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactInterceptionContext
Checks whether this context matches the passed context criteria, analogous to the String's matches method String.matches(String) method, the object on which the operation is called is treated as the concrete object and the passed in argument is treated as the criteria
matches(ArtifactType) - Method in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
Checks whether this artifact type matches the given type criteria
matches(LifecycleEventType) - Method in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
Matches the given lifecycle type over this lifecycle type
matches(InterceptionContext) - Method in interface org.adroitlogic.ultraesb.api.interceptor.InterceptionContext
Checks whether this context matches the criteria in the given context.
matches(FlowType) - Method in class org.adroitlogic.ultraesb.api.interceptor.message.FlowType
Whether the given type matches this type.
matches(InterceptionContext) - Method in class org.adroitlogic.ultraesb.api.interceptor.message.MessageInterceptionContext
Checks whether this context matches the given context criteria.
matches(InterceptionContext) - Method in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Matches the given lifecycle type over this lifecycle type
MAX - Static variable in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Function
 
MAX_MESSAGE_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.MLLPConstants
The name of the constant defining the maximum message size for a MLLP/S message when tuning the transport
maxConnections - Variable in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
The total maximum connections to be opened at any time - default 8K
MAXIMUM_DURATION - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Defaults
Default maximum suspension duration of an endpoint
maxPerRoute - Variable in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
The maximum connections per route (i.e.
MD5 - Static variable in class org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
 
MDN_PROCESSING_ERROR - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
Mediation - Interface in org.adroitlogic.ultraesb.api
Defines the public API for mediation.
MEDIATION - Static variable in class org.adroitlogic.ultraesb.api.template.TemplateType
 
MEDIATION_FEATURE_INIT_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
MEDIATION_RESPONSE_ENDPOINT_NAME - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants
The identifier of the mediation response endpoint
MEDIATION_SUPPORT_CONTRACT_VIOLATION - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
MEDIATION_SUPPORT_LOAD_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
MediationTemplate - Interface in org.adroitlogic.ultraesb.api.template
Main annotation to mark a class as an UltraESB template.
MERGED - Static variable in class org.adroitlogic.ultraesb.api.helper.MessageAggregator.AggregationConstants
The message property name that identifies a merged message
mergeXMLAttachmentsUnderElement(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Replace the current XML payload with a top level element as specified, and merge the payloads from the current body, and attachments underneath that
mergeXMLAttachmentsUnderElement(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Replace the current XML payload with a top level element as specified, and merge the payloads from the current body, and attachments underneath that
Message - Interface in org.adroitlogic.ultraesb.api
The public API of a Message passing through the UltraESB
MESSAGE_CONTROL - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the message control
MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP message count
MESSAGE_HEADERS - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
 
MESSAGE_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP message id
MESSAGE_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the JMS message id
MESSAGE_QUEUE_SIZE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.WorkManager
 
MESSAGE_RELEASE_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
MESSAGE_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
MESSAGE_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the size of the received message over HTTP - This is only available for requests and responses received - and not for messages about to be sent out
MESSAGE_TYPE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The message property used to express the JMS message type to be set when sending a message
MESSAGE_TYPE - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the message type
MessageAggregator - Interface in org.adroitlogic.ultraesb.api.helper
 
MessageAggregator.AggregationConstants - Class in org.adroitlogic.ultraesb.api.helper
 
MessageEvent - Class in org.adroitlogic.ultraesb.api.interceptor.message
The message event that encapsulates the message and the associated event properties
MessageEvent(Message, FlowPoint, String, String) - Constructor for class org.adroitlogic.ultraesb.api.interceptor.message.MessageEvent
Constructs the message event with the specified properties
MessageFile - Class in org.adroitlogic.ultraesb.api
This is the default implementation of a temporary file, created and managed by a FileCache implementation Although this class extends java.io.File, only the specific constructor that passes the FileCache should be used The implementation supports arbitrarily large messages backed by an in-memory File.
MessageFile(File, String, long, boolean, int, FileCache) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFile(File, String, long, boolean, int, FileCache, boolean) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFile(String) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFile(String, String) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFile(File, String) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFile(URI) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFileInputStream - Class in org.adroitlogic.ultraesb.api
Provides an input stream that converts a message file into an input stream with ease.
MessageFileInputStream(MessageFile) - Constructor for class org.adroitlogic.ultraesb.api.MessageFileInputStream
 
MessageFormat - Interface in org.adroitlogic.ultraesb.api.format
The public API interface that defines a MessageFormat holding the payload
MessageInterceptionContext - Class in org.adroitlogic.ultraesb.api.interceptor.message
This defines the criteria of the interceptor, to filter the interceptor executions based on the current message context parameters such as the incoming transport, proxy service processing the message, sequence, endpoint and the current message flow, as to whether it is incoming (request) or outgoing (response)
MessageInterceptionContext(String, String, String, String, FlowType, FlowPoint) - Constructor for class org.adroitlogic.ultraesb.api.interceptor.message.MessageInterceptionContext
Constructs a message interception context with the following parameters
MessageProperty - Interface in org.adroitlogic.ultraesb.api.template
Annotation used to mark a given template method parameter as a message property substitute, the value of this annotation i specified is used as the property key to extract the parameter from the message properties and feds it to the method in the expected type.
MESSAGES_RECEIVED_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.System
 
MESSAGES_SENT_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.System
 
MessageSecurityContext - Class in org.adroitlogic.soapbox.api
Defines message property names, that holds validated WS-Security information
MessageSecurityContext() - Constructor for class org.adroitlogic.soapbox.api.MessageSecurityContext
 
METHOD - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the HTTP method
METHOD - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
Deprecated.
MetricsStreamNames - Class in org.adroitlogic.ultraesb.api.monitoring
Constants class that defines all the internal stream names that are used by UltraESB
MetricsStreamNames() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames
 
MetricsStreamNames.AS2 - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.AS2() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.AS2
 
MetricsStreamNames.Endpoint - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Endpoint() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
MetricsStreamNames.FileCache - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.FileCache() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.FileCache
 
MetricsStreamNames.Interceptor - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Interceptor() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Interceptor
 
MetricsStreamNames.Proxy - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Proxy() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
MetricsStreamNames.Sequence - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Sequence() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Sequence
 
MetricsStreamNames.System - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.System() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.System
 
MetricsStreamNames.Transport - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Transport() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Transport
 
MetricsStreamNames.WorkManager - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.WorkManager() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.WorkManager
 
MetricsSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Provides custom statistics support for proxy services, sequences and global artifacts.
MIN - Static variable in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Function
 
MLLPConstants - Class in org.adroitlogic.ultraesb.api.transport.mllp
 
MLLPNIOListener - Class in org.adroitlogic.ultraesb.transport.mllp
The Java NIO based MLLP transport listener
MLLPNIOListener(FileCache, ValidationContext) - Constructor for class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOListener
 
MLLPNIOListener(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOListener
 
MLLPNIOSender - Class in org.adroitlogic.ultraesb.transport.mllp
The Java NIO based MLLP Transport Sender
MLLPNIOSender(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOSender
 
MLLPNIOSender(FileCache, ValidationContext) - Constructor for class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOSender
 
MLLPSNIOListener - Class in org.adroitlogic.ultraesb.transport.mllp
The Java NIO based MLLPS transport listener
MLLPSNIOListener(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOListener
 
MLLPSNIOListener(FileCache, ValidationContext) - Constructor for class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOListener
 
MLLPSNIOSender - Class in org.adroitlogic.ultraesb.transport.mllp
The Java NIO based MLLPS Transport Sender
MLLPSNIOSender(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOSender
 
MLLPSNIOSender(FileCache, ValidationContext) - Constructor for class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOSender
 
MONITORING - Static variable in class org.adroitlogic.ultraesb.api.template.TemplateType
 
MOVE_AFTER_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
 
MOVE_AFTER_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
MOVE_AFTER_PROCESS - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
 
MOVE_AFTER_PROCESS - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
MOVE_TIMESTAMP_FORMAT - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
 

N

NAME - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.Product
Product name
name() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterDestroy
 
name() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterInitialize
 
name() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterPause
 
name() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterResume
 
name() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterStart
 
name() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterStop
 
name() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeDestroy
 
name() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeInitialize
 
name() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforePause
 
name() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeResume
 
name() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeStart
 
name() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeStop
 
NAME - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
The file name of the message being processed - is set as a transport header
NAME_PATTERN - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
A regex pattern for file names occuring in the location pointed by the URL
nextSequenceNumber(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Gets a distributed continuously increasing sequence number for the given path.
NO_PAYLOAD - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
The error code indicating no payload
NO_READY_ADDRESS - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.ErrorCodes
 
NO_TRANSPORT - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.ErrorCodes
 
NODE_JOINED - Static variable in class org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher.EventType
 
NODE_LEFT - Static variable in class org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher.EventType
 
nodeName - Variable in class org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher.NodeEvent
 
NodeWatcher - Interface in org.adroitlogic.ultraesb.api.mediation.helper
The NodeWatcher to be implemented by users of the API ClusterSupport.watchActiveNodes(NodeWatcher)
NodeWatcher.EventType - Class in org.adroitlogic.ultraesb.api.mediation.helper
The enum defining the action, where it is a node joining event or a node leaving event
NodeWatcher.NodeEvent - Class in org.adroitlogic.ultraesb.api.mediation.helper
The bean that contains the information about the changed node, including its name and whether it is a NodeWatcher.EventType.NODE_JOINED or a NodeWatcher.EventType.NODE_LEFT
NodeWatcher.NodeEvent(NodeWatcher.EventType, String) - Constructor for class org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher.NodeEvent
 
NOT_ASYNC_MDN_INVALID_CONTENT - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
The error code indicating invalid content for a async MDN
NOT_ASYNC_MDN_INVALID_CONTENT_TYPE - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
The error code indicating an invalid content type for a async MDN
NTLM_DOMAIN - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The NTLM authentication domain
NTLM_DOMAIN - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
NTLM_WORKSTATION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The NTLM workstation
NTLM_WORKSTATION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants

O

OBJECT_MESSAGE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The constant used to specify a ObjectMessage to be sent
ObjectMessage - Interface in org.adroitlogic.ultraesb.api.format
Message which holds a Java Object as the payload
ON_REQUEST - Static variable in class org.adroitlogic.ultraesb.api.interceptor.message.FlowPoint
On request message received
ON_RESPONSE - Static variable in class org.adroitlogic.ultraesb.api.interceptor.message.FlowPoint
On response message received
ON_RESTART_REQUEST - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies the server restart request that is made via one of the management mechanisms of the UltraESB including raw JMX, UConsole and UTerm.
ON_SERVER_READY - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies for the server ready, once all actions are done in the startup process and the server is ready for accepting messages.
ON_SERVER_REFRESH - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies the server refresh event that can be triggered via one of the management mechanisms of the UltraESB including raw JMX, UConsole and UTerm
ON_SHUTDOWN_REQUEST - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies the server shutdown request that is made via one of the management mechanisms of the UltraESB including raw JMX, UConsole and UTerm or a interruption via CTRL+C.
ON_STARTUP_REQUEST - Static variable in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Notifies the serer startup request.
ON_THE_FLY_COMPILATION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
onMessage(Message) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPMessageListener
 
onPoll(ProxyService, ParsedURL, JobDataMap) - Method in class org.adroitlogic.ultraesb.transport.timer.TimerTaskListener
 
OnRequest - Interface in org.adroitlogic.ultraesb.api.interceptor.message
Use this annotation to annotate a AbstractMessageInterceptor with the proxy and transport filter criteria to be used when registering the interceptor.
OnResponse - Interface in org.adroitlogic.ultraesb.api.interceptor.message
Use this annotation to annotate a AbstractMessageInterceptor with the proxy and transport filter criteria to be used when registering the interceptor.
OnRestartRequest - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control on a server restart request.
OnServerReady - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control on the server ready to accept messages.
OnServerRefresh - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control on the server refresh activity.
OnShutdownRequest - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control on a server shutdown request.
OnStartupRequest - Interface in org.adroitlogic.ultraesb.api.interceptor.server
Use this annotation to annotate a AbstractServerInterceptor implementation with an optional order to receive control on a server startup request.
onUnhandledException(T, Exception) - Method in class org.adroitlogic.ultraesb.api.interceptor.AbstractInterceptor
Invoke on unhandled exceptions to define the default behavior of the error handling in the respective event types
onUnhandledException(ArtifactEvent, Exception) - Method in class org.adroitlogic.ultraesb.api.interceptor.artifact.AbstractArtifactInterceptor
Invokes on an error on an interception of an artifact interceptor implementation
onUnhandledException(MessageEvent, Exception) - Method in class org.adroitlogic.ultraesb.api.interceptor.message.AbstractMessageInterceptor
 
onUnhandledException(ServerEvent, Exception) - Method in class org.adroitlogic.ultraesb.api.interceptor.server.AbstractServerInterceptor
 
OPEN_FD_GAUGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.System
 
openFileChannel() - Method in class org.adroitlogic.ultraesb.api.MessageFile
Always position the file pointer to the start of the file and returns a FileChannel
OPTIONS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Method
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterDestroy
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterInitialize
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterPause
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterResume
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterStart
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterStop
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeDestroy
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeInitialize
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforePause
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeResume
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeStart
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeStop
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.AfterEndpoint
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.AfterSequence
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.BeforeEndpoint
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.BeforeSequence
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.OnRequest
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.OnResponse
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.AfterInitialize
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.AfterShutdown
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.AfterStart
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.AfterStop
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.BeforeInitialize
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.BeforeListening
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.BeforeShutdown
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.BeforeStart
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.BeforeStop
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.OnRestartRequest
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.OnServerReady
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.OnServerRefresh
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.OnShutdownRequest
 
order() - Method in interface org.adroitlogic.ultraesb.api.interceptor.server.OnStartupRequest
 
order() - Method in interface org.adroitlogic.ultraesb.api.template.TemplateParam
The order in which the templates are ordered in the user interface
org.adroitlogic.as2.api - package org.adroitlogic.as2.api
 
org.adroitlogic.soapbox.api - package org.adroitlogic.soapbox.api
 
org.adroitlogic.ultraesb.api - package org.adroitlogic.ultraesb.api
 
org.adroitlogic.ultraesb.api.cache - package org.adroitlogic.ultraesb.api.cache
 
org.adroitlogic.ultraesb.api.format - package org.adroitlogic.ultraesb.api.format
 
org.adroitlogic.ultraesb.api.helper - package org.adroitlogic.ultraesb.api.helper
 
org.adroitlogic.ultraesb.api.interceptor - package org.adroitlogic.ultraesb.api.interceptor
 
org.adroitlogic.ultraesb.api.interceptor.artifact - package org.adroitlogic.ultraesb.api.interceptor.artifact
 
org.adroitlogic.ultraesb.api.interceptor.message - package org.adroitlogic.ultraesb.api.interceptor.message
 
org.adroitlogic.ultraesb.api.interceptor.server - package org.adroitlogic.ultraesb.api.interceptor.server
 
org.adroitlogic.ultraesb.api.management - package org.adroitlogic.ultraesb.api.management
 
org.adroitlogic.ultraesb.api.mediation - package org.adroitlogic.ultraesb.api.mediation
 
org.adroitlogic.ultraesb.api.mediation.helper - package org.adroitlogic.ultraesb.api.mediation.helper
 
org.adroitlogic.ultraesb.api.monitoring - package org.adroitlogic.ultraesb.api.monitoring
 
org.adroitlogic.ultraesb.api.template - package org.adroitlogic.ultraesb.api.template
 
org.adroitlogic.ultraesb.api.transport - package org.adroitlogic.ultraesb.api.transport
 
org.adroitlogic.ultraesb.api.transport.amqp - package org.adroitlogic.ultraesb.api.transport.amqp
 
org.adroitlogic.ultraesb.api.transport.file - package org.adroitlogic.ultraesb.api.transport.file
 
org.adroitlogic.ultraesb.api.transport.fix - package org.adroitlogic.ultraesb.api.transport.fix
 
org.adroitlogic.ultraesb.api.transport.http - package org.adroitlogic.ultraesb.api.transport.http
 
org.adroitlogic.ultraesb.api.transport.jms - package org.adroitlogic.ultraesb.api.transport.jms
 
org.adroitlogic.ultraesb.api.transport.mail - package org.adroitlogic.ultraesb.api.transport.mail
 
org.adroitlogic.ultraesb.api.transport.mllp - package org.adroitlogic.ultraesb.api.transport.mllp
 
org.adroitlogic.ultraesb.api.transport.tcp - package org.adroitlogic.ultraesb.api.transport.tcp
 
ORIGINAL_NAME - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
 
OTHER_ERRORS_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
OUT - Static variable in class org.adroitlogic.ultraesb.api.interceptor.message.FlowType
 
outdateEndpoint(Endpoint) - Method in class org.adroitlogic.ultraesb.ServerManager
 
outdateProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.ServerManager
 
outdateSequence(Sequence) - Method in class org.adroitlogic.ultraesb.ServerManager
 
OVERFLOW - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.FileCache
 
OVERFLOW_FILES_IN_USE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.FileCache
 

P

ParameterInfo - Class in org.adroitlogic.ultraesb.api.template
Describes the nature of the parameters used in the template
ParameterInfo(String, String, String, String, InputControl, String[], String[], int) - Constructor for class org.adroitlogic.ultraesb.api.template.ParameterInfo
 
Partner - Class in org.adroitlogic.as2.api
A simple Java bean of information about an AS2 Partner with whom messages could be exchanged
Partner(String) - Constructor for class org.adroitlogic.as2.api.Partner
 
PATCH - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Method
 
PATH - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
The file path of the message being processed - is set as a transport header
PATH_PATTERN - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
A simple file path/name pattern as per the http://code.google.com/p/wildcard/ library
PATH_PATTERN - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The path pattern transport property name to be used for the pattern configuration with placeholders in the HTTP path mainly used in the REST services.
pause() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
pause() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
PAUSED - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
PAYLOAD_AND_HEADERS - Static variable in class org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
 
PAYLOAD_AND_PROPERTIES - Static variable in class org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
 
PAYLOAD_ONLY - Static variable in class org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
 
PAYLOAD_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
AMQP message payload size
PAYLOAD_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
JMS message payload size
PENDING - Static variable in class org.adroitlogic.ultraesb.transport.TransportSender.SendingResult
 
PersistenceService - Interface in org.adroitlogic.as2.api
Interface for AS2 persistence implementation.
PollingConstants - Class in org.adroitlogic.ultraesb.api.transport
 
PooledMessageFileCache - Class in org.adroitlogic.ultraesb.core
The default FileCache implementation used by the UltraESB.
PooledMessageFileCache(int) - Constructor for class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Create the specified number of temporary files in the system temporary directory and hold in cache
PooledMessageFileCache(String, int) - Constructor for class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Create the specified number of temporary files and hold in cache
PooledMessageFileCache(String, int, boolean) - Constructor for class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Create the specified number of temporary files and hold in cache
PooledMessageFileCache(String, int, boolean, long, int, int) - Constructor for class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Create the specified number of temporary files and hold in cache
POP3_PASSWORD - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
POP3_PROTOCOL - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
POP3_USER - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
port - Variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
POST - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Method
 
PREFIX - Static variable in class org.adroitlogic.ultraesb.api.management.AddressDefinition.Type
Delivers the message to the constructed URL from the prefix of this type of an address, suffixed by the requests path, again widely used in HTTP only
PREFIX - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants.JMSXProperties
The prefix that denotes JMSX properties
prepareAS2MessageForSend(Message, Partner) - Method in interface org.adroitlogic.as2.api.AS2Manager
Create an AS2 message using the current Message and its attachments, and sets the destination URL as of the selected partner.
prepareAS2MessageForSend(Message, String) - Method in interface org.adroitlogic.as2.api.AS2Manager
Create an AS2 message using the current Message and its attachments, and sets the destination URL as of the selected partner.
prepareAsyncMDNForSend(Message, ReceiveInfo) - Method in interface org.adroitlogic.as2.api.AS2Manager
Prepare an asynchronous MDN message to be sent by populating the payload (i.e.
preparedMDNForSend(ReceiveInfo, Message) - Method in interface org.adroitlogic.as2.api.PersistenceService
Record the preparation of a MDN to be sent back
preparedMessageForSend(SendInfo, Message) - Method in interface org.adroitlogic.as2.api.PersistenceService
Record the preparation of an AS2 message for sending to a partner
PRESERVE_HEADERS - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
PRIMARY_THREAD_USAGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.WorkManager
 
printWIPMessageDetails() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Writes information about WIP messages into the system log
printWIPMessageDetails() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Print WIP message details to the log
PRIORITY - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP priority
PRIORITY - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the JMS priority
PRIVATE_KEY_FILE - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
SFTP url property specifying the private key file path to be used for authentication
PRIVATE_KEY_PASSWORD - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
SFTP url property specifying the private key password used - if any
process(ConfigurationEvent) - Method in interface org.adroitlogic.ultraesb.api.ConfigurationWatcher
This will be called on a change of the configuration with the respective event.
process(NodeWatcher.NodeEvent) - Method in interface org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher
The node watching will be notifying this method with the NodeWatcher.NodeEvent that describes the event
PROCESS_IN_PARALLEL - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
processAsyncMDN(Message) - Method in interface org.adroitlogic.as2.api.AS2Manager
Routine to process a new asynchronous MDN received for a message sent out by us, requesting an asynchronous MDN.
processAsyncMDNSendResult(Message) - Method in interface org.adroitlogic.as2.api.AS2Manager
Notify the outcome of the asynchronous MDN send operation
processBasicJSONDataServiceRequest(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Process request message as a basic JSON data service request.
processed() - Method in interface org.adroitlogic.ultraesb.api.interceptor.InterceptorMetricsReporter
 
PROCESSED_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Interceptor
 
PROCESSED_IN_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
PROCESSED_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
PROCESSED_OUT_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
processIncomingAS2Message(Message) - Method in interface org.adroitlogic.as2.api.AS2Manager
Routine to process a new AS2 message received over HTTP/S.
PROCESSING_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the message processing id
PROCESSING_IN_TIME - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
PROCESSING_OUT_TIME - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
ProcessingException - Exception in org.adroitlogic.as2.api
 
ProcessingException(String) - Constructor for exception org.adroitlogic.as2.api.ProcessingException
 
ProcessingException(String, Throwable) - Constructor for exception org.adroitlogic.as2.api.ProcessingException
 
ProcessingException(Throwable) - Constructor for exception org.adroitlogic.as2.api.ProcessingException
 
processingFailed() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
processSyncResponse(Message) - Method in interface org.adroitlogic.as2.api.AS2Manager
Routine to process the synchronous response received for a AS2 send operation (i.e.
PROD - Static variable in class org.adroitlogic.ultraesb.api.Environment.NamedEnv
 
PROGRESSION_FACTOR - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Defaults
Default suspension duration progression factor of an endpoint
PROPERTIES_ONLY - Static variable in class org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
 
PROTOCOL - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
ProtocolBufferMessage - Interface in org.adroitlogic.ultraesb.api.format
The message format representing a protocol buffer message
ProtocolBufferSupport - Interface in org.adroitlogic.ultraesb.api.mediation
The protocol buffer support interface enabling the protocol buffer features to the mediation
PROVIDER_URL - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the provider URL actually used by the transport when sending a message This could be useful to determine the exact node the message was delivered to.
proxy() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.AfterEndpoint
 
proxy() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.AfterSequence
 
proxy() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.BeforeEndpoint
 
proxy() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.BeforeSequence
 
proxy() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.OnRequest
 
proxy() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.OnResponse
 
PROXY_AUTH_RESP - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
The HTTP Proxy-Authorization header name
PROXY_AUTHENTICATE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
The HTTP Proxy-Authenticate header name
PROXY_SERVICE - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
Proxy service artifact type
PROXY_SERVICE_PROCESSING_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.ProxyService
 
ProxyServiceDefinition - Class in org.adroitlogic.ultraesb.api.management
The end-user level API class to define a ProxyService dynamically at runtime
ProxyServiceDefinition(String) - Constructor for class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
publishCommand(ControlCommand) - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Publishes a ControlCommand into the complete cluster.
purgeAllOutdatedDeploymentUnits() - Method in interface org.adroitlogic.ultraesb.api.Configuration
purge all outdated deployment units
purgeAllOutdatedDeploymentUnits() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Purge all outdated configuration fragments
purgeAllOutdatedDeploymentUnits() - Method in class org.adroitlogic.ultraesb.ServerManager
Purge all outdated configuration fragments
put(Object, Object) - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Puts an entry into the cache with the given key and value pair.
put(K, V) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
PUT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Method
 
putAll(Map) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 

Q

QUERY_PARAM_MAP - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
Deprecated.
since 2.0 The name of the message property that holds a Map of URL query parameters. This Map can be changed during mediation, and the resulting values re-used if the message is forwarded
QUERY_PARAM_MAP - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
QUERY_PARAM_MAP_WDUPS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds a Map> of URL query parameters (including duplicates.
QUERY_PARAM_MAP_WDUPS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
QUERY_STRING - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds a String representation of URL query parameters.
QUERY_STRING - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
QUEUE - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
 

R

raiseAlert(String, AlertSupport.Severity, AlertSupport.Status, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.AlertSupport
Raises an instantaneous alert in the system for any serious violations etc, where just raising an exception will not help much.
RAMDiskFileCache - Class in org.adroitlogic.ultraesb.core
A file cache optimized to manage temporary files created on a RAM disk.
RAMDiskFileCache(String, int) - Constructor for class org.adroitlogic.ultraesb.core.RAMDiskFileCache
 
RAMDiskFileCache(String, int, int, int) - Constructor for class org.adroitlogic.ultraesb.core.RAMDiskFileCache
 
RAMDiskFileCache(String, int, int, int, int, String) - Constructor for class org.adroitlogic.ultraesb.core.RAMDiskFileCache
 
RANDOM - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
Random selection of the addresses in the endpoint.
RANDOM_W_FO - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
Random selection with fail-over of the addresses.
RATE - Static variable in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Function
 
RawFileMessage - Interface in org.adroitlogic.ultraesb.api.format
A Raw file message holds the message payload in a file
RC2_CBC - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
readBoolean() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
readByte() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
readBytes(byte[]) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
readChar() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
readDouble() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
readFile(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.FileSupport
Reads a file given by the file URL (including a SFTP, FTP or FTPS) into a stream
readFloat() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
readFullPayloadAsString(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Return the complete current message payload as a String NOTE: Serializing large messages into Strings can have a Memory, Performance and GC impact
readInt() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
readLong() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
readObject() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
readPayloadAsByteArray(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Return the current message payload as a byte[] limited to 100K
readPayloadAsMap(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Return the current message payload as a Map where possible
readPayloadAsString(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HL7Support
Reads the HL7 payload as a String
readPayloadAsString(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Return the current message payload as a String limited to 8K
readPayloadAsTypedObject(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Reads the current message payload as a Java Object of the given type
readPayloadAsXMLDocument(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Return the current message payload as a XML Document where possible, else throw an IllegalArgumentException
readResource(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Reads a resource as an InputStream from the specified path.
readShort() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
readString() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
readTextFile(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.FileSupport
Reads a file in the given file URL as a text file into a String, using the platform encoding
RECEIVED_BYTES_GAUGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Transport
 
RECEIVED_MDN_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.AS2
 
RECEIVED_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Transport
 
RECEIVED_MSG_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.AS2
 
receivedAS2Message(ReceiveInfo, Message, List) - Method in interface org.adroitlogic.as2.api.PersistenceService
Persist a received AS2 Message
receivedASyncMDN(AsyncMDNInfo, Message, List) - Method in interface org.adroitlogic.as2.api.PersistenceService
Persist a received asynchronous MDN
receivedSyncMDN(SyncResponseInfo, Message, List) - Method in interface org.adroitlogic.as2.api.PersistenceService
Persist a received synchronous MDN
ReceiveInfo - Class in org.adroitlogic.as2.api
Holds information about a AS2 message received
ReceiveInfo(UUID) - Constructor for class org.adroitlogic.as2.api.ReceiveInfo
 
RECEIVING_APPLICATION - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the target receiving application for the message
RECEIVING_FACILITY - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the target receiving facility for the message
RECEIVING_FAULT_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Transport
 
RECONNECT_INTERVAL - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
recordSendFailure(Message) - Method in interface org.adroitlogic.as2.api.AS2Manager
Record an AS2 message send failure - to be used to notify about asynchronous MDN send failures as well as AS2 message send failures
REDELIVERED - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the message as a re-delivery
refresh() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Refreshes the server manager, this is only called by some human intervention and will only fire the LifecycleEventType.ON_SERVER_REFRESH event sending a signal to the server interceptors to act on if interested about this human initiated action
refresh() - Method in class org.adroitlogic.ultraesb.ServerManager
Refreshes the server manager, this is only called by some human intervention and will only fire the LifecycleEventType.ON_SERVER_REFRESH event sending a signal to the server interceptors to act on if interested about this human initiated action
registerEndpoint(Endpoint) - Method in class org.adroitlogic.ultraesb.ServerManager
 
registerProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.ServerManager
 
registerProxyService(ProxyService, String, Map) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
registerProxyService(ProxyService, String, Map) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
registerProxyService(ProxyService, String, Map) - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOListener
 
registerProxyService(ProxyService, String, Map) - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOListener
 
registerProxyService(ProxyService, String, Map) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
registerProxyService(ProxyService, String, Map) - Method in class org.adroitlogic.ultraesb.transport.vm.VMTransportListener
 
registerReadyCallback(Runnable) - Method in interface org.adroitlogic.ultraesb.api.FileCache
Register a callback to be invoked when a file is ready
registerSequence(Sequence) - Method in class org.adroitlogic.ultraesb.ServerManager
 
rejected() - Method in interface org.adroitlogic.ultraesb.api.interceptor.InterceptorMetricsReporter
 
REJECTED_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Interceptor
 
release() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
releaseLock(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Release any distributed locks for the given path, and tries to deletes the path itself.
releaseResources() - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Release any resources on this "detached" payload
REMOTE_ADDRESS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
 
REMOTE_ADDRESS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
REMOTE_JMX_CONNECTIVITY_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Management
 
REMOTE_PORT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
 
REMOTE_PORT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
remove(String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Removes the resulting node of the XPath expression
remove(K) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
remove(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Remove the XPath expression specified node from the XML payload.
REMOVE_HEADERS - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
removeAllTransportHeaders() - Method in interface org.adroitlogic.ultraesb.api.Message
Remove all transport headers
removeBean(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
removeChildren(String) - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
removeEndpoint(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
removeMessageProperty(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Remove the message property associated with the specified key
removeNonPersistedAlertConfig(String, long) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Removes the custom alert configuration identified by the 'stream' and 'id'
removeNonPersistedAlertConfig(String, long) - Method in class org.adroitlogic.ultraesb.ServerManager
Removes the custom alert configuration identified by the 'stream' and 'id'
removeProxyService(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
removeRequestParameter(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Remove the request query parameter with the given name
removeSecurityHeader(Message) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Remove the WS-Security header from a message
removeSecurityHeader(Message) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Remove the WS-Security header from a message
removeSequence(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
removeSoapHeader(String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Removes the specified SOAP header and its descendants if any from the payload
removeSoapHeader(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Removes the specified SOAP header and its descendants if any from the payload
removeTransportHeader(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Remove all occurrences of the specified transport header
removeTransportHeaders(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Remove transport headers specified in the comma separated list
REPEAT_COUNT - Static variable in class org.adroitlogic.ultraesb.api.transport.PollingConstants
 
REPEAT_INTERVAL - Static variable in class org.adroitlogic.ultraesb.api.transport.PollingConstants
 
replace(String, Element, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Replace the result element of the XPath expression with the supplied Element
replace(String, String[][], Element) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Deprecated.
in favor of #replace(String, org.w3c.dom.Element, String[]...) Replace the result element of the XPath expression with the supplied Element
replaceAttribute(String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Replaces the value of the specified attribute/s e.g replaceXMLAttributeValues(msg, "//order[1]/@id", "8");
replaceAttribute(String, String[][], String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Deprecated.
in favor of #replaceAttribute(String, String, String[]...) Replaces the value of the specified attribute/s e.g replaceXMLAttributeValues(msg, "//order[1]/@id", null, "8");
replaceAttributes(Message, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Replaces the specified attribute/s value
replaceAttributes(Message, String, String[][], String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Deprecated.
in favor of #replaceAttributes(org.adroitlogic.ultraesb.api.Message, String, String, String[]...) Replaces the specified attribute/s value
replaceStringAsSoapHeader(String, String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Replace String based SOAP header
replaceStringAsSoapHeader(Message, String, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Replace String based SOAP header
replaceTextElements(String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Replace Text Elements pointed by an xpath expression
replaceTextElements(String, String[][], String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Deprecated.
in favor of #replaceTextElements(String, String, String[]...) Replace Text Elements pointed by an xpath expression
replaceTextElements(Message, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Replace Text Elements pointed by an xpath expression
replaceTextElements(Message, String, String[][], String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Deprecated.
in favor of #replaceTextElements(org.adroitlogic.ultraesb.api.Message, String, String, String[]...) Replace Text Elements pointed by an xpath expression
replaceTransportHeader(String, String) - Method in interface org.adroitlogic.ultraesb.api.Message
Replace the first occurrence of the transport header with the given value
REPLY_DESTINATION - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
 
REPLY_QUEUE - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
 
REPLY_TO - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the JMS reply destination name for the message
REPLY_TO_TYPE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The message property key indicating the destination type for the REPLY_TO destination, i.e.
reportEvent(String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Reports the metrics event for the specified stream
reportEventForProxy(String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Reports a metrics event into the current proxy service under the given stream
reportEventForSequence(String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Reports a metrics event for the current sequence under the given stream
reportTimer(String, long) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Reports the metrics for the specified global stream
reportTimerForProxy(String, long) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Reports the metrics value for the current proxy service under the given stream
reportTimerForSequence(String, long) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Reports the given value for the current sequence metrics stream
reportValue(String, long) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Reports the metrics for the specified global stream
reportValueForProxy(String, long) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Reports the metrics value for the current proxy service under the given stream
reportValueForSequence(String, long) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Reports the given value for the current sequence metrics stream
REQUEST_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants
 
RequestFilter - Interface in org.adroitlogic.ultraesb.transport.http
A request filter can act before a message is handed over to a Proxy service for processing, and act on the request similarly to how a servlet filter operates on a servlet request.
reset() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
reset(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Resets the specified key for the global artifact.
reset() - Method in class org.adroitlogic.ultraesb.api.MessageFile
Reset resources before reuse
resetForProxy(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Resets the specified key for the proxy located by msg.
resetForSequence(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Resets the specified key for the sequence located by msg.
resolveResource(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Resolves a file for the given relative path, first looking for the deployment unit resources relative path, then from the system configuration resources relative path, and finally from the system configuration root relative path
RESPONSE - Static variable in class org.adroitlogic.ultraesb.api.management.AddressDefinition
A response type endpoint
RESPONSE - Static variable in class org.adroitlogic.ultraesb.api.management.AddressDefinition.Type
Delivers the response back, used in 2way transports such as HTTP to send back a response to a request over the back channel
RESPONSE_CORRELATION_MAP - Static variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
RESPONSE_STATUS_CODE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the HTTP response status code
RESPONSE_STATUS_CODE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
RESPONSE_TIME - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
RESPONSE_TIME - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
RESPONSE_TIME - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the last response time
RESPONSE_TRIGGER_NOT_FOUND - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Endpoint
 
RESPONSE_VALIDATOR_BEAN - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.EndpointProperties
The id of the Spring bean implementing the ResponseValidator interface that will decide, if a response should be accepted as valid from this endpoint
RESPONSE_VALIDATOR_CLASS - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.EndpointProperties
The name of the class implementing the ResponseValidator interface that will decide, if a response should be accepted as valid from this endpoint
ResponseValidator - Interface in org.adroitlogic.ultraesb.api.helper
The interface for a Spring bean that will optionally perform a user defined validation of a response message received to decide if it should be considered as valid, or a retry of the request or failure (ie resulting in a suspension of the endpoint)
ResponseValidator.ResponseType - Class in org.adroitlogic.ultraesb.api.helper
 
resultProperty() - Method in interface org.adroitlogic.ultraesb.api.template.TemplateMethod
 
resume() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
resume() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
resumeAndCommitTransaction() - Method in interface org.adroitlogic.ultraesb.api.Message
To be invoked typically in an async-response flow to re-energize a suspended transaction, and then commit Note.
resumeAndRollbackTransaction() - Method in interface org.adroitlogic.ultraesb.api.Message
To be invoked typically in an async-response flow to re-energize a suspended transaction, and then rollback Note.
resumeTransaction() - Method in interface org.adroitlogic.ultraesb.api.Message
To be invoked typically in an async-response flow to re-energize a suspended transaction Note.
RETAIN_ALTERNATIVE_PARTS - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
retainElementAsPayload(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Replace the current XML payload with the resulting element from the XPath expression result
retainOnlyTransportHeaders(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Retain only transport headers specified in the comma separated list
retire() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
returnFile(MessageFile) - Method in interface org.adroitlogic.ultraesb.api.FileCache
Return a temporary file back to pooled cache
returnFile(MessageFile) - Method in class org.adroitlogic.ultraesb.core.RAMDiskFileCache
 
RIPEMD128 - Static variable in class org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
 
RIPEMD160 - Static variable in class org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
 
RIPEMD256 - Static variable in class org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
 
rollbackTransaction() - Method in interface org.adroitlogic.ultraesb.api.Message
Invoked to request a rollback of the current transaction
ROOT_DU_ID - Static variable in class org.adroitlogic.ultraesb.api.DeploymentConstants
The root deployment unit identifier
RR_ONLY - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
Round-Robin selection of addresses in the endpoint.
RR_W_FO - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
Round-Robin address selection with fail-over.
RSA - Static variable in class org.adroitlogic.as2.api.SignatureInfo.EncryptionAlgorithm
 
RSA_PSS - Static variable in class org.adroitlogic.as2.api.SignatureInfo.EncryptionAlgorithm
 

S

SAMPLE - Static variable in class org.adroitlogic.ultraesb.api.Environment.NamedEnv
 
savePayloadToFile(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Save the current message payload into the specified file
scheduleTask(TimerTask, long[]) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Ability to schedule a timer task in the ESB, the variable argument timeout accepts one or two arguments not passing a long value for the variable argument method or passing more than 2 arguments to the variable argument will cause a BusRuntimeException
scheduleTask(TimerTask, long[]) - Method in class org.adroitlogic.ultraesb.ServerManager
Ability to schedule a timer task in the ESB, the variable argument timeout accepts one or two arguments not passing a long value for the variable argument method or passing more than 2 arguments to the variable argument will cause a BusRuntimeException
SCHEME - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
The file scheme of the message being processed - is set as a transport header
SCRIPTING_LANGUAGE_NOT_FOUND - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Sequence
 
SECONDARY_THREAD_USAGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.WorkManager
 
SECURITY - Static variable in class org.adroitlogic.ultraesb.api.template.TemplateType
 
SECURITY - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the message security
SEED_CBC - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
SEED_WRAP - Static variable in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
send(MessageImpl) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportSender
 
send(MessageImpl) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
 
send(MessageImpl) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
send(MessageImpl) - Method in class org.adroitlogic.ultraesb.transport.vm.VMTransportSender
Delivers the given message to the targeted proxy service on the same VM, the proxy service is discovered from the destination URL where it is expected to be in the form of vm://foo, where the "e;foo"e; part is treated as the service name
SENDER_COMP_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
SENDER_COMP_ID_TAGNO - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
SENDER_LOCATION_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.ProxySessionSettings
 
SENDER_SUB_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.ProxySessionSettings
 
SendInfo - Class in org.adroitlogic.as2.api
Holds processing result information for an AS2 message send operation
SendInfo(UUID) - Constructor for class org.adroitlogic.as2.api.SendInfo
 
SENDING_APPLICATION - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the sending application for the message
SENDING_FACILITY - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the sending facility for the message
SENDING_FAULT_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Transport
 
sendOrderCancelRequest(Message, String, String, Character, Date, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.FIXSupport
Requests the cancelation of all of the remaining quantity of an existing order.
sendPart(Message, int, int, int) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Send the current payload as one single part of the complete payload.
sendReject(Message, int) - Method in interface org.adroitlogic.ultraesb.api.mediation.FIXSupport
The reject message should be issued when a message is received but cannot be properly processed due to a session-level rule violation
sendResponse(int, String, Message, Map) - Method in class org.adroitlogic.ultraesb.api.interceptor.message.AbstractMessageInterceptor
Sends the response back to the client and it is expected to drop the message and hence the interceptor logic should return false if this method is invoked by the interceptor.
sendResponse(Message, int) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Trigger off sending the current payload as a synchronous response message for the currently processing message If the response for the message has already been submitted, any duplicates calls are silently ignored
sendResponseAndDrop(Message, int) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Trigger off sending the current payload as a synchronous response message for the currently processing message, and stop processing this message thereafter.
sendResultBack(Message) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
Sending acknowledgement/response fix message received from fix-endpoint back to the sender
sendToEndpoint(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Send the current message to the endpoint with the given name.
SENT_BYTES_GAUGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Transport
 
SENT_MDN_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.AS2
 
SENT_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Transport
 
SENT_MESSAGE_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The message property key indicating the "sent" JMS message id assigned by the JMS provider on send
SENT_MSG_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.AS2
 
SEQUENCE - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
Sequence artifact type
sequence() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.AfterSequence
 
sequence() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.BeforeSequence
 
SEQUENCE_COMPILATION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Sequence
 
SEQUENCE_EXECUTION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Sequence
 
SEQUENCE_NOT_FOUND - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Sequence
 
SEQUENCE_NUMBER_TAGNO - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
SequenceDefinition - Class in org.adroitlogic.ultraesb.api.management
The end-user level API class to define a Sequence (including inline sequences) dynamically at runtime
SequenceDefinition() - Constructor for class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
SequenceDefinition(String) - Constructor for class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
serializeJAXBObjectAsSOAP11Stream(Message, String, Object, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Serialize a JAXB Object as a SOAP 1.1 Stream message
serializeJAXBObjectAsSOAP11Stream(Message, Object, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Serialize a JAXB Object as a SOAP 1.1 Stream message
serializeJAXBObjectAsSOAP11Stream(Message, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Serialize a JAXB Object as a SOAP 1.1 Stream message
serializeJAXBObjectAsSOAP11Stream(Message, String, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Serialize a JAXB Object as a SOAP 1.1 Stream message
serializeJAXBObjectAsSOAP11Stream(Message, Object, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Serialize a JAXB Object as a SOAP 1.1 Stream message
serializeJAXBObjectAsSOAP11Stream(Message, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Serialize a JAXB Object as a SOAP 1.1 Stream message
serializeJAXBObjectAsSOAP12Stream(Message, Object, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Serialize a JAXB Object as a SOAP 1.2 Stream message
serializeJAXBObjectAsSOAP12Stream(Message, String, Object, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Serialize a JAXB Object as a SOAP 1.2 Stream message
serializeJAXBObjectAsSOAP12Stream(Message, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Serialize a JAXB Object as a SOAP 1.2 Stream message
serializeJAXBObjectAsSOAP12Stream(Message, String, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Serialize a JAXB Object as a SOAP 1.2 Stream message
serializeJAXBObjectAsSOAP12Stream(Message, Object, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Serialize a JAXB Object as a SOAP 1.2 Stream message
serializeJAXBObjectAsSOAP12Stream(Message, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Serialize a JAXB Object as a SOAP 1.2 Stream message
serializeJAXBObjectAsXMLStream(Message, String, Object, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Serialize a JAXB Object as a XML Stream message
serializeJAXBObjectAsXMLStream(Message, String, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Serialize a JAXB Object as a XML Stream message
serializeJAXBObjectAsXMLStream(Message, Object, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Serialize a JAXB Object as a XML Stream message
serializeJAXBObjectAsXMLStream(Message, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Serialize a JAXB Object as a XML Stream message
serializeJAXBObjectAsXMLStream(Message, Object, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Serialize a JAXB Object as a XML Stream message
serializeJAXBObjectAsXMLStream(Message, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Serialize a JAXB Object as a XML Stream message
serializeJAXBObjectAsXMLStream(Message, String, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Serialize a JAXB Object as a XML Stream message
serializeJAXBObjectAsXMLStream(Message, String, Object, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Serialize a JAXB Object as a XML Stream message
SERVER_STOP_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
ServerAdmin - Interface in org.adroitlogic.ultraesb.api.management
The main entry point for the UltraESB server runtime and programmatic management of proxy services, endpoints and sequences
ServerAdminImpl - Class in org.adroitlogic.ultraesb.api.management
The end user visible ServerAdmin implementation class that actually exposes a safe subset of ServerManager features
ServerAdminImpl() - Constructor for class org.adroitlogic.ultraesb.api.management.ServerAdminImpl
 
ServerEvent - Class in org.adroitlogic.ultraesb.api.interceptor.server
The server event that encapsulates the server configuration and the associated event properties
ServerEvent(String, LifecycleEventType) - Constructor for class org.adroitlogic.ultraesb.api.interceptor.server.ServerEvent
Creates an interceptor event with the given subject and the current time as the creation time
ServerManager - Class in org.adroitlogic.ultraesb
This singleton acts as the single point for control of the UltraESB instance
SERVICE_TRP_PROPS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
SERVICE_URL - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the service URL
SERVICE_URL - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
serviceHandler - Variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
serviceHandler - Variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
ServiceResourceRequestFilter - Class in org.adroitlogic.ultraesb.transport.http
Serves service resources such as ?wsdl, ?xsd, and .wadl for GET queries
ServiceResourceRequestFilter() - Constructor for class org.adroitlogic.ultraesb.transport.http.ServiceResourceRequestFilter
 
SESSION_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
SESSION_QUALIFIER - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.ProxySessionSettings
 
SESSION_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
session timeout (e.g.
setAcceptMessagesWhileStopping(boolean) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set whether to accept received messages while the listener container is in the process of stopping.
setAcknowledgeMode(AcknowledgeMode) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setAllowedMethods(Set) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Sets the list of HTTP methods supported by this listener
setApplicationContext(ApplicationContext) - Method in class org.adroitlogic.ultraesb.transport.http.ServiceResourceRequestFilter
Validate if the resourcePrefix is set on initialization
setAsyncMDNRequested(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setAsyncMDNResponseHeaders(Map) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setAsyncMDNResponsePayload(byte[]) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setAsyncReceiptURL(String) - Method in class org.adroitlogic.as2.api.Partner
 
setAsyncReceiptURL(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setAuthenticationCredentials(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Sets the authentication username and password to be used by HTTP authenticators
setAuthenticationCredentials(Message, String, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Sets the authentication username and password and scheme to be used by HTTP authenticators
setBaseURLs(Map) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
The base URLs to use when exposing the transport
setBinaryClassReloadingEnabled(boolean) - Method in class org.adroitlogic.ultraesb.api.Environment
Sets whether the binary class reloading or the class hot swapping is enabled at runtime, so that invoking the method add or update DeploymentUnit to add or update a configuration will use the re-loaded classes.
setBindAddress(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
The bind address to use, on a multiple network interface node
setCacheLevel(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set cache level as a number (See setCacheLevelName)
setCacheLevelName(String) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
The cache level for JMS resources: none, connection, session, consumer or auto.
setChannelTransacted(boolean) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setCompressAfter(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setCompressBefore(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setCompressed(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setCompressed(boolean) - Method in class org.adroitlogic.as2.api.SendInfo
 
setCompressionMinSize(long) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Set the minimum size of the response entity to enable compression when supported by the client (default 2Kbytes)
setConcurrentConsumers(int) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setConcurrentConsumers(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
The number of concurrent sessions/consumers to start for each listener.
setConfig(Configuration) - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
setConfigAutoRefreshEnabled(boolean) - Method in class org.adroitlogic.ultraesb.api.Environment
Sets whether on the fly configuration updating is enabled.
setConfigurationDirPath(String) - Method in class org.adroitlogic.ultraesb.ServerManager
 
setConnectionDebugHeaders(Set) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Sets the list of HTTP headers to be dumped on a connection failure, when connection debugging is enabled
setConnectionDebugHeaders(Set) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Sets the list of HTTP headers to be dumped on a connection failure, when connection debugging is enabled
setConnectionFactory(ConnectionFactory) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setConnectionFactory(ConnectionFactory) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the ConnectionFactory to use for obtaining JMS Connections
setContainingAnMDN(boolean) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setContainingSyncMDN(boolean) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setContainingTransportResponse(boolean) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setContentType(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Set the content type of the message
setContinueOnCheckedExceptions(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Control behavior of engine on checked exceptions
setContinueOnCheckedExceptions(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Control behavior of engine on checked exceptions (default false)
setContinueOnRuntimeExceptions(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Control behavior of engine on runtime exceptions (WARNING: It maybe dangerous to ignore runtime exceptions)
setContinueOnRuntimeExceptions(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Control behavior of engine on runtime exceptions (default true)
setCookie(Message, String, String, String, String, int, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Set a HTTP cookie on the message
setCookie(Message, String, String, String, int) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Set a HTTP cookie on the message
setCookie(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Set a HTTP cookie on the message
setCurrentPayload(MessageFormat) - Method in interface org.adroitlogic.ultraesb.api.Message
Set the current payload of the message
setDecompressed(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setDecrypted(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setDefaultContextPath(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Set the default context path for services exposed over HTTP
setDeploymentUnitsEnabled(boolean) - Method in class org.adroitlogic.ultraesb.api.Environment
Sets whether the deployment units are enabled
setDescription(String) - Method in class org.adroitlogic.as2.api.Partner
 
setDestinationResolver(DestinationResolver) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the DestinationResolver that is to be used to resolve Destination references for this accessor.
setDestinationURL(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Set the destination URL for this message
setDisposition(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setDisposition(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setEnableConnectionDebug(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Debug connection information on errors
setEnableConnectionDebug(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Debug connection information on errors
setEncryptCertAlias(String) - Method in class org.adroitlogic.as2.api.Partner
 
setEncrypted(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setEncryptionInfo(EncryptionInfo) - Method in class org.adroitlogic.as2.api.Partner
 
setEncryptionInfo(EncryptionInfo) - Method in class org.adroitlogic.as2.api.SendInfo
 
setEndTime(String) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
setEndTime(String) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
 
setErrorHandler(InterceptorErrorHandler) - Method in class org.adroitlogic.ultraesb.api.interceptor.AbstractInterceptor
Sets the error handler for the interceptor
setErrorHandler(ErrorHandler) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setErrorHandlers(Map) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Sets the 404 error handler that customizes the NOT_FOUND errors going out
setErrorInfo(ErrorInfo) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setErrorInfo(ErrorInfo) - Method in class org.adroitlogic.as2.api.SendInfo
 
setErrorInfo(ErrorInfo) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setErrorSequenceDefinition(SequenceDefinition) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setErrorSequenceId(String) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setExceptionListener(ExceptionListener) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the JMS ExceptionListener to notify in case of a JMSException thrown by the registered message listener or the invocation infrastructure.
setFailed(boolean) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setFailed(boolean) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setFileName(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.FileSupport
Sets the name of the file to be used to send the message out via the file transport
setFrom(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setFrom(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setFrom(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setFrom(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setFromAddress(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.EmailSupport
Sets the SMTP from address for the given message to be used in sending the message out via the email transport
setGracePeriod(long) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the grace period of the endpoint
setHeartBeatIntervalSec(String) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
setHeartBeatIntervalSec(String) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
 
setHostnameVerifier(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Select hostname verifier instance to use - default is "Default"
setHostnameVerifier(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Select hostname verifier instance to use - default is "Default"
setIdentityKeyPassword(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Identity key password
setIdentityKeyPassword(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Identity key password
setIdentityKeyPassword(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Identity key password
setIdentityKeyPassword(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Identity key password
setIdentityStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Identity keystore password
setIdentityStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Identity keystore password
setIdentityStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Identity keystore password
setIdentityStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Identity keystore password
setIdentityStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Identity keystore path
setIdentityStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Identity keystore path
setIdentityStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Identity keystore path
setIdentityStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Identity keystore path
setIdentityStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Identity keystore type
setIdentityStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Identity keystore type
setIdentityStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Identity keystore type
setIdentityStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Identity keystore type
setIdleTaskExecutionLimit(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Specify the limit for idle executions of a receive task, not having received any message within its execution.
setInDestinationDefinition(EndpointDefinition) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setInDestinationId(String) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setInitialDuration(long) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the initial suspend duration in milliseconds for this endpoint
setInSequenceDefinition(SequenceDefinition) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setInSequenceId(String) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setInstallationName(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Sets the name of the server which has to be unique in a clustered deployment
setKeepalive(int) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the keepalive time of the endpoint in milliseconds, time an idle connection opened to this endpoint should be kept alive for possible re-use
setKeepalive(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Set the default keepalive time for connections kept for reuse.
setKeepAliveSafetyThreshold(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Set the keep-alive safety threshold to not use a connection, when the keep-alive window is about to end
setLogFactory(FIXLogFactory) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
setLogFactory(FIXLogFactory) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
 
setMarkedAsFailed(boolean) - Method in interface org.adroitlogic.ultraesb.api.Message
Mark this message as failed, by passing true.
setMaxConcurrentConsumers(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
The maximum concurrent consumers per listener
setMaxConnections(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Total maximum outgoing connections to create at any given time (default 4K)
setMaxConnectionsPerRoute(int) - Method in class org.adroitlogic.ultraesb.transport.file.FastSFTPSender
 
setMaximumDuration(long) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the maximum suspend duration in milliseconds of this endpoint
setMaxMessagesPerTask(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Specify the maximum number of messages to process in one task.
setMaxPayloadSize(long) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
The maximum payload size to accept - defaults to 1M
setMaxPerRoute(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Maximum connections to be opened per route (i.e.
setMDNmessageID(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMDNRequested(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMdnRequested(boolean) - Method in class org.adroitlogic.as2.api.SendInfo
 
setMDNSent(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMDNSigned(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMemoryMapEnabled(boolean) - Method in class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Turn memory mapping of temporary files on/or off
setMemoryMapSize(long) - Method in class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Set the size of the memory mapping for files
setMessage(Object) - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
setMessage(Object) - Method in interface org.adroitlogic.ultraesb.api.format.ProtocolBufferMessage
Sets the message of a protocol buffer message, from either a type of a protocol buffer Message interface or a protocol buffer Message.Builder interface.
setMessage(Message, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.ProtocolBufferSupport
Sets the message of a protocol buffer message, from either a type of a protocol buffer Message interface or a protocol buffer Message.Builder interface into the given message.
setMessagePropertiesConverter(MessagePropertiesConverter) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setMessageSelector(String) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set a message selector to select messages to pick up
setMessageStoreFactory(FIXMessageStoreFactory) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
setMessageStoreFactory(FIXMessageStoreFactory) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
 
setMessageSubject(String) - Method in class org.adroitlogic.as2.api.Partner
 
setMetaInfoPopulator(MetaInfoPopulator) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportSender
Provide a custom meta information populator which is JMS provider specific
setMethod(Message, HttpConstants.Method) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Sets the HTTP method for the current message effective for the next HTTP send action
setMetricsReporter(InterceptorMetricsReporter) - Method in class org.adroitlogic.ultraesb.api.interceptor.AbstractInterceptor
Sets the metrics reporter for the interceptor
setMic(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setMic(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setMic(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setMicAlgo(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMicResult(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMicVerificationFailed(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setModified(boolean) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Mark message as modified if set to true
setMsgID(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setMsgID(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMsgID(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setMsgID(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setName(String) - Method in class org.adroitlogic.as2.api.Partner
 
setNoCompression(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Turn off use of Gzip compression even if the request contains an Accept-Encoding header
setNonceCacheSize(int) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Set cache size for detection of replay attacks when using UT authentication (default 1000)
setNonProductionNoRemoteCertValidation(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Turn off remote certificate validation - NOT for production use.
setNonProductionNoRemoteCertValidation(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Turn off remote certificate validation - NOT for production use.
setNonProductionNoRemoteCertValidation(boolean) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Turn off remote certificate validation - NOT for production use.
setNonProductionNoRemoteCertValidation(boolean) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Turn off remote certificate validation - NOT for production use.
setNTLMAuthenticationCredentials(Message, String, String, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Sets the authentication username and password to be used by HTTP authenticators
setOnErrorInvoke(String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
setOnTheFlyCompilationEnabled(boolean) - Method in class org.adroitlogic.ultraesb.api.Environment
Sets the on the fly compilation status
setOriginalFileName(String) - Method in class org.adroitlogic.as2.api.AttachmentDetails
Set the original name of the file containing the attachment
setOriginalMessageID(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setOriginalMessageID(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setOriginalMessageID(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setOriginatingTransport(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
setOtherSettings(Map) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
setOtherSettings(Map) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
 
setOutDestinationDefinition(EndpointDefinition) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setOutDestinationId(String) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setOutSequenceDefinition(SequenceDefinition) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setOutSequenceId(String) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setPartnerURL(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setPayloadFromByteArray(Message, byte[]) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Set the payload of the current message to the byte array passed
setPayloadFromDataHandler(Message, DataHandler) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Set the payload of the current message to the DataHandler passed in
setPayloadFromDOM(Message, Document) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Set the payload of the message with the DOM Document
setPayloadFromFile(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Set the current payload of the message as the content of the given file
setPayloadFromMap(Message, Map) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Set the payload of the current message to the Map passed in
setPayloadFromObject(Message, Object) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Set the payload of the current message to the Java Object passed in
setPayloadFromString(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Set the payload of the current message to the given String
setPayloadFromXMLDocument(Message, Document) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Set the payload of the current message to the XML Document passed in
setPayloadToSOAP11Fault(Message, String, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Set the payload of the current message to a SOAP 1.1 fault message with the given code, faultString and detail
setPayloadToSOAP12Fault(Message, String, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Set the payload of the current message to a SOAP 1.2 fault message with the given code, reason and detail
setPhase(int) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setPinnedServers(String) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setPort(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
The HTTP transport listen port - default is 80
setPort(int) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
setPrefetchCount(int) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setPrimaryCoreThreads(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setPrimaryKeepaliveSeconds(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setPrimaryMaxThreads(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setPrimaryQueueSize(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setPrimaryTaskExecutor(TaskExecutor) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Assign primary task executor
setProgressionFactor(double) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the suspend progression factor for any consecutive suspends of this endpoint
setProperties(Map) - Method in class org.adroitlogic.ultraesb.api.management.AlertActionDefinition
 
setProxyBypassList(String[]) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
A list of addresses for which to bypass the proxy and go direct, applicable when a proxy server is defined
setProxyHost(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
HTTP proxy hostname (if outgoing connections must go through a proxy)
setProxyID(String) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gives the identifier of the proxy service to which this endpoint belongs to if it is an embedded endpoint
setProxyID(String) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
setProxyPort(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
HTTP proxy port
setPubSubDomain(boolean) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set if Pub-Sub (Topic) or Point-to-Point (Queue)
setPubSubNoLocal(boolean) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set whether to inhibit the delivery of messages published by its own connection.
setReceiveTimeout(long) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setReceiveTimeout(long) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the timeout to use for receive calls, in milliseconds.
setReconnectInterval(String) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
 
setRecoveryInterval(long) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setRecoveryInterval(long) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Specify the interval between recovery attempts, in milliseconds.
setReplaceOriginServer(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Replace the origin server header for proxied requests, to UltraESB
setReplaceUserAgent(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Replace the user agent header on requests sent to indicate UltraESB
setRequestAsyncMDN(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setRequestFilters(List) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
One or more request filters - to support ?wsdl, ?xsd etc on service endpoints
setRequestMDN(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setRequestSignedMDN(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setRequireNonceAndCreated(boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Require or disable nonce and created values for UT authentication (default required)
setResourcePrefix(String) - Method in class org.adroitlogic.ultraesb.transport.http.ServiceResourceRequestFilter
 
setResumeNewConnectionsAt(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Bound at which to resume normal operations from maintenance mode when open connections increased
setRootContextFilePath(String) - Method in class org.adroitlogic.ultraesb.ServerManager
 
setSafeToRetryErrorCodes(String) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the list of safe to retry error codes as a comma separated strings
setSecondaryCoreThreads(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setSecondaryKeepaliveSeconds(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setSecondaryMaxThreads(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setSecondaryQueueSize(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setSecondaryTaskExecutor(TaskExecutor) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Assign secondary task executor
setSenderCompID(String) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
setServerName(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Sets the name of the server which has to be unique in a clustered deployment
setSessionAcknowledgeMode(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the JMS acknowledgement mode that is used when creating a JMS Session to send a message.
setSessionAcknowledgeModeName(String) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the JMS acknowledgement mode by the name of the corresponding constant in the JMS Session interface
setSessionTransacted(boolean) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the transaction mode that is used when creating a JMS Session
setShared(boolean) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets whether this endpoint is shared out of the deployment unit to which this endpoint belongs to
setShared(boolean) - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
setShutdownTimeout(long) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setSignatureInfo(SignatureInfo) - Method in class org.adroitlogic.as2.api.Partner
 
setSignatureInfo(SignatureInfo) - Method in class org.adroitlogic.as2.api.SendInfo
 
setSignatureVerified(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setSignCertAliasList(String[]) - Method in class org.adroitlogic.as2.util.KeystoreManager
Set an array of certificate aliases to be attached to signatures
setSigned(boolean) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setSigned(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setSigned(boolean) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setSignedMDNRequested(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setSMTPCredentials(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.EmailSupport
Sets and overrides any already defined SMTP credentials to the given message to be used in sending the message out via the SMTP transport
setSocketAcceptPort(String) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
setSslVerifyClient(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Control use of 2-way SSL
setSslVerifyClient(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Control use of 2-way SSL
setStartTime(String) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
setStartTime(String) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
 
setStopNewConnectionsAt(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Set the upper bound on the open connections at a given time, after which the transport will reject new connections
setSubject(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setSubject(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setSubject(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.EmailSupport
Sets the email subject for the outgoing message via the email transport
setSubscriptionDurable(boolean) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set whether to make the subscription durable.
setSuspendErrorIndicationCodes(String) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the set of suspend error indication codes as a comma separated string
setTempDirectory(File) - Method in class org.adroitlogic.ultraesb.transport.file.FileTransportListener
 
setTemplate(AmqpTemplate) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportSender
Set the AmqpTemplate to use to send AMQP messages
setTemplate(JmsTemplate) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportSender
Set the JMSTemplate to use to send JMS messages
setTemporaryErrorIndicationCodes(String) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the set of temporary error indication codes as a comma separated string
setTimeout(int) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the timeout of the endpoint in milliseconds, this might be bound to the transport level timeout if there is any.
setTimeStampFreshness(int) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Set timestamp freshness in ms for UT authentication (default 5 minutes)
setTo(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setTo(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setTo(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setTo(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setTransactionManager(PlatformTransactionManager) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setTransactionManager(PlatformTransactionManager) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the Spring PlatformTransactionManager to use
setTransactionSize(int) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setTransactionTimeout(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Specify the transaction timeout to use for transactional wrapping, in seconds.
setTransportStatusCode(int) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setTrustStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Trust keystore password
setTrustStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Trust keystore password
setTrustStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Trust keystore password
setTrustStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Trust keystore password
setTrustStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Trust keystore path
setTrustStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Trust keystore path
setTrustStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Trust keystore path
setTrustStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Trust keystore path
setTrustStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Trust keystore type
setTrustStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Trust keystore type
setTrustStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Trust keystore type
setTrustStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Trust keystore type
setTuned(boolean) - Method in class org.adroitlogic.ultraesb.api.Environment
Sets whether the environment is tuned or not
setType(String) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
setType(EndpointDefinition.Type) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the type of the endpoint
setUnitTestMode(boolean) - Method in class org.adroitlogic.ultraesb.api.Environment
Sets whether the server is running in a unit test mode or not
setUnzipResponseEntities(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Unzip compressed responses.
setUrl(String) - Method in class org.adroitlogic.as2.api.Partner
 
setUserDefinedStatusCode(int) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Set the current value for the user defined status code
setUserDefinedStatusCode(int) - Method in class org.adroitlogic.ultraesb.ServerManager
Set the current value for the user defined status code
setUserDetailsService(UserDetailsService) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Reference to UserDetailsService to resolve user information
setUseSafeLock(boolean) - Method in class org.adroitlogic.ultraesb.transport.file.FileTransportListener
 
setVersion(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setVersion(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setVersion(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setVersion(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setWadlSuffixes(List) - Method in class org.adroitlogic.ultraesb.transport.http.ServiceResourceRequestFilter
 
setWorkManagerId(String) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setWsdlSuffixes(List) - Method in class org.adroitlogic.ultraesb.transport.http.ServiceResourceRequestFilter
 
setXsdSuffixes(List) - Method in class org.adroitlogic.ultraesb.transport.http.ServiceResourceRequestFilter
 
setZeroCopyEnabled(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Use Zero-Copy when reading requests
setZeroCopyEnabled(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Turn on/off use of Zero-Copy (default on)
SFTP_DELETE_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
SFTP delete failed
SFTP_FETCH_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
SFTP fetch failed
SFTP_LIST_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
SFTP list failed
SFTP_PUT_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
SFTP put failed
SHA1 - Static variable in class org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
 
SHA224 - Static variable in class org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
 
SHA256 - Static variable in class org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
 
SHA384 - Static variable in class org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
 
SHA512 - Static variable in class org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
 
shouldAuditHeaders() - Method in class org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
Whether headers are recorded
shouldAuditPayload() - Method in class org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
Whether payload is recorded
shouldAuditProperties() - Method in class org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
Whether properties are recorded
shutdown() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Shutdown the UltraESB instance
shutdown(long) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Shutdown the UltraESB instance, giving a grace period of waitMillis
shutdown() - Method in class org.adroitlogic.ultraesb.ServerManager
Shutdown the UltraESB instance
shutdown(long) - Method in class org.adroitlogic.ultraesb.ServerManager
Shutdown the UltraESB instance, giving a grace period of waitMillis
SIGNATURE_VERIFICATION_FAILED - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
SignatureInfo - Class in org.adroitlogic.as2.api
Defines the signature behavior whether to sign or not and if sign then the digest and encryption algorithms to be used by AS2 SMIME message sending and processing
SignatureInfo() - Constructor for class org.adroitlogic.as2.api.SignatureInfo
Creates a signature info object with the default digest algorithm (which is SHA1) and default encryption (which is extracted from the specified private key for the message sending) if message signing is set to true
SignatureInfo(SignatureInfo.DigestAlgorithm, SignatureInfo.EncryptionAlgorithm) - Constructor for class org.adroitlogic.as2.api.SignatureInfo
 
SignatureInfo(String, String) - Constructor for class org.adroitlogic.as2.api.SignatureInfo
 
SignatureInfo.DigestAlgorithm - Class in org.adroitlogic.as2.api
Signature digest algorithms
SignatureInfo.EncryptionAlgorithm - Class in org.adroitlogic.as2.api
Signature encryption algorithms
signMessage(Message, String, String, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure the message with signature
signMessage(Message, String, String, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a signature
SimpleQueueWorkManager - Class in org.adroitlogic.ultraesb.core.work
The SimpleQueueWorkManager is an in-memory implementation which does not support message priorities or persistence It uses two thread pools - namely the primary and secondary.
SimpleQueueWorkManager(ConfigurationImpl) - Constructor for class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Create and start a new SimpleWorkManager
SINGLE - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
Single address endpoint.
size() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
The file size of the message being processed - is set as a transport header
SMTP_FROM - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
SMTP_PASSWORD - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
SMTP_USER - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
SND_CLOSED_RECEIVING - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a connection close by the remote party
SND_CLOSED_SENDING - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a connection close by the remote party
SND_CONNECT_CANCEL - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a connection attempt request being cancelled
SND_CONNECT_CANCEL - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_CONNECT_FAILED - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a failed connection attempt
SND_CONNECT_FAILED - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_CONNECT_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
Error code indicating a connection attempt timeout (Default 10 Seconds) Tunable as property "http.connection.timeout" on the Http/sNIOSender
SND_CONNECT_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_CONNECTION_CLOSED - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
Deprecated.
use SND_CLOSED_RECEIVING or SND_CLOSED_SENDING
SND_CONNECTION_CLOSED - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_CONNECTION_FAILED - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_CONNECTION_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
Deprecated.
use SND_TIMEOUT_RECEIVING or SND_TIMEOUT_SENDING
SND_CONNECTION_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants.ErrorCodes
The error code indicating an error during sending a message to a queue
SND_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants.ErrorCodes
The error code indicating an error during sending a message to a destination
SND_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.ErrorCodes
The error code indicating an error during sending a message via SMTP
SND_INVALID_DATA - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.ErrorCodes
Invalid data within the message
SND_INVALID_DEST - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants.ErrorCodes
Invalid URL or unsupported protocol
SND_INVALID_DEST - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
Invalid URL or unsupported protocol for sender
SND_INVALID_DEST - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants.ErrorCodes
Invalid URL or unsupported protocol
SND_IO_ERR_RCV - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating an IOException while receiving
SND_IO_ERR_RCV - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_IO_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
The error code indicating an error during sending a request to a backend server
SND_IO_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating an IOException while sending
SND_IO_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_IO_THREADS - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
Defines the IO threads to be used for dedicated NIO operations.
SND_PROTOCOL_VIOLATION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a HTTP protocol violation
SND_PROTOCOL_VIOLATION - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_RESPONSE_REJECTED - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_RESPONSE_REJECTED_SUSPENSION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
 
SND_RESPONSE_REJECTED_TEMPORARY_ERROR - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a rejection of the received response by a ResponseValidator - Severity RETRY
SND_TIMEOUT_RECEIVING - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a connection [socket] timeout waiting for a response from the remote party
SND_TIMEOUT_SENDING - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a connection [socket] timeout submitting the request to a remote party
SND_UNSUPPORTED_PAYLOAD - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
Unsupported payload type
SO_LINGER - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
Sets SO_LINGER with the specified linger time in seconds.
SO_REUSEADDR - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Tuning
allow to bind to a recently closed socket? - default true
SO_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Tuning
TCP level socket timeout
SO_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
Defines the socket timeout (SO_TIMEOUT) in milliseconds, which is the timeout for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets).
SOAPSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Mediation Support for SOAP based mediation
SOCKET_ACCEPT_PORT - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
SOCKET_BUFFER_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Tuning
Socket buffer size - default 8K
SOCKET_BUFFER_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages.
SOCKET_CONNECT_HOST - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
SOCKET_CONNECT_PORT - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
SOCKET_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.EndpointProperties
The socket (inactivity) timeout for the endpoint in milli seconds
SPLIT_AGGREGATOR - Static variable in class org.adroitlogic.ultraesb.api.mediation.helper.SplitterUtil
 
SPLIT_KEY - Static variable in class org.adroitlogic.ultraesb.api.mediation.helper.SplitterUtil
 
splitAndProcess(Message, String, String, boolean, SplitGroupingCriteria, long, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
 
splitAndProcess(Message, String, String, boolean, SplitGroupingCriteria, long, boolean, ScheduledExecutorService) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
 
splitAndProcess(Message, String, String, boolean, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Split current message into multiple messages using the given XPath expression, and hand over each such message to the given sequence
splitAndProcess(Message, String, String[][], String, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Deprecated.
in favor of #splitAndProcess(org.adroitlogic.ultraesb.api.Message, String, String, boolean, String[]...) Split current message into multiple messages using the given XPath expression, and hand over each such message to the given sequence
SplitGroupingCriteria - Interface in org.adroitlogic.ultraesb.api.helper
An interface that lets users define a criteria for split grouping, while the path can split the message into n number of sub messages, you might want to re-group the splitted parts based on some criteria where the grouped split will be sent to a given address.
SplitterUtil - Class in org.adroitlogic.ultraesb.api.mediation.helper
Provides a set of utility methods for the
SplitterUtil() - Constructor for class org.adroitlogic.ultraesb.api.mediation.helper.SplitterUtil
 
splitWithBean(String, Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Split message using the Split-Aggregation Spring bean configuration
SPRING_BEAN_NOT_FOUND - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
SpringBean - Interface in org.adroitlogic.ultraesb.api.interceptor
If any of the UltraESB (server, message or artifact) interceptors are annotated with this annotation and a valid spring bean id as the id, the interceptor will be loaded as an spring bean without calling the interceptors default constructor to create a new instance.
SSL_CLIENT_CERTS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
 
SSL_CLIENT_CERTS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
SSL_CLIENT_DN - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
 
SSL_CLIENT_DN - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
STAGE - Static variable in class org.adroitlogic.ultraesb.api.Environment.NamedEnv
 
STALE_CONNECTION_CHECK - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
Determines whether stale connection check is to be used.
start() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
start() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Starts the work manager by initializing the task executors
start() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Initialize the work manager
start(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Perform startup using the supplied root configuration file
start() - Method in class org.adroitlogic.ultraesb.ServerManager
Start the configured engine, or restart the engine from the last used configuration file
start() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
start() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportSender
 
start() - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
start() - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
 
start() - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOSender
 
start() - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOSender
 
start() - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
start() - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
START_DELAY - Static variable in class org.adroitlogic.ultraesb.api.transport.PollingConstants
 
START_TIME - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
startActingAs(String) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Starts acting as the given server name, which means that all the pinned proxy services to the given node will be started in the current server, unless it also is pinned into the current server.
startActingAs(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Starts acting as the given server name, which means that all the pinned proxy services to the given node will be started in the current server, unless it also is pinned into the current server.
STARTED - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
STARTING - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
startMaintenance() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Put the server into the maintenance mode
startMaintenance() - Method in class org.adroitlogic.ultraesb.ServerManager
Put the server into the maintenance mode
startTransportListeners() - Method in class org.adroitlogic.ultraesb.ServerManager
Start actual listening for messages - must be invoked after all deployment units are initialized
STARTUP_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
STARTUP_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
STARTUP_INTERRUPTED_BY_INTERCEPTOR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
STARTUP_ON_JRE_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
STARTUP_STATE_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
STARTUP_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
STATE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.FileCache
 
stop() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
stop() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Stop the UltraESB server instance (without entering the maintenance mode)
stop() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Stops the task executors
stop() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Stop the work manager
stop() - Method in class org.adroitlogic.ultraesb.ServerManager
Stop the UltraESB server instance (without entering the maintenance mode)
stop() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
stop() - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
 
stop() - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportSender
 
stopActingAs(String) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Stops acting as the given server name, which means that all the pinned proxy services to the given node will be stopped in the current server, unless it also is pinned into the current server.
stopActingAs(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Stops acting as the given server name, which means that all the pinned proxy services to the given node will be stopped in the current server, unless it also is pinned into the current server.
stopGracefully(long) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Stops the server gracefully within the specified grace period.
stopGracefully(long) - Method in class org.adroitlogic.ultraesb.ServerManager
Stops the server gracefully within the specified grace period.
STOPPED - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
STOPPING - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
storeMessage(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.FileSupport
Stores the given message payload into a file described by the given file URL
STREAM_MESSAGE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The constant used to specify a StreamMessage to be sent
STREAM_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.AS2
 
STREAM_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
STREAM_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.FileCache
 
STREAM_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Interceptor
 
STREAM_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
STREAM_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Sequence
 
STREAM_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.System
 
STREAM_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Transport
 
STREAM_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.WorkManager
 
StreamMessage - Interface in org.adroitlogic.ultraesb.api.format
API for StreamMessages as used in JMS etc
STRICT_HOST_KEY_CHECK - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
Fail if host key is not recognized
StringMessage - Interface in org.adroitlogic.ultraesb.api.format
A message payload format that holds the payload as a String
STRIP_URL_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 
subject - Variable in class org.adroitlogic.ultraesb.api.interceptor.Event
The subject of the event
SUBJECT - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
SUBMIT_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.ErrorCodes
Failed to submit the message to the proxy services' work manager for processing as the WSM rejected
submitAsync(MessageImpl, Runnable) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Submit a task for asynchronous execution by this work manager
submitAsync(MessageImpl, Runnable) - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Submit a task for asynchronous execution by this work manager
submitNewMessage(MessageImpl, boolean) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Submit a new message to the work manager
submitNewMessage(MessageImpl, boolean) - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Submit a new message for processing.
success() - Method in interface org.adroitlogic.ultraesb.api.interceptor.InterceptorMetricsReporter
 
SUCCESS_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Interceptor
 
SUCCESS_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Sequence
 
SUCCESSFUL - Static variable in class org.adroitlogic.ultraesb.transport.TransportSender.SendingResult
 
SUCCESSFUL_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
SUM - Static variable in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Function
 
SUSPEND_ERROR_RECEIVING_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
SUSPEND_ERROR_SENDING_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
suspendTransaction(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Invoked typically in a request flow to suspend the active transaction, and to save its state into the response correlation map
suspendTransaction() - Method in interface org.adroitlogic.ultraesb.api.Message
Suspend a transaction using the default (i.e.
SUSPENSION_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.helper.ResponseValidator.ResponseType
 
SwiftMessageValidator - Interface in org.adroitlogic.ultraesb.api.helper
SWIFT MT message validation service
SwiftSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Mediation support for SWIFT MT message related meditations
SWITCH_LOCATION_HEADERS_TO - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.EndpointProperties
The URL to switch Location headers on an HTTP response
SyncResponseInfo - Class in org.adroitlogic.as2.api
Holds information about an AS2 Synchronous response received.
SyncResponseInfo(UUID) - Constructor for class org.adroitlogic.as2.api.SyncResponseInfo
 

T

TARGET_COMP_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.ProxySessionSettings
 
TARGET_COMP_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
TARGET_COMP_ID_TAGNO - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
TARGET_LOCATION_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.ProxySessionSettings
 
TARGET_SUD_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants.ProxySessionSettings
 
TCP_HOST_AND_PORT - Static variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
TCP_NODELAY - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Tuning
Use of nagle algorithm ? - default true
TCP_NODELAY - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
Determines whether Nagle's algorithm is to be used.
TCP_REQUEST - Static variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
TCPConstants - Class in org.adroitlogic.ultraesb.api.transport.tcp
TCP transport constants NOTE: This is an abstract transport.
TCPConstants.ErrorCodes - Class in org.adroitlogic.ultraesb.api.transport.tcp
 
TCPConstants.ErrorCodes() - Constructor for class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
TCPConstants.TuningParameters - Class in org.adroitlogic.ultraesb.api.transport.tcp
 
TCPConstants.TuningParameters() - Constructor for class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
 
TCPNIOListener - Class in org.adroitlogic.ultraesb.transport.tcp
A Java NIO based TCP listener implemented over the HttpCore/NIO library
TCPNIOListener(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
TCPNIOSender - Class in org.adroitlogic.ultraesb.transport.tcp
The abstract TCP based transport sender
TCPNIOSender(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
TCPSSLNIOListener - Class in org.adroitlogic.ultraesb.transport.tcp
The base class for SSL based NIO listeners for TCP
TCPSSLNIOListener(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
 
TCPSSLNIOSender - Class in org.adroitlogic.ultraesb.transport.tcp
The base class for SSL based NIO senders for TCP
TCPSSLNIOSender(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
 
TEMPLATE_EXECUTION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Template
 
TemplateDestroy - Interface in org.adroitlogic.ultraesb.api.template
Annotation used to mark a method as an destroy method for the template implementation class
TemplateInfo - Class in org.adroitlogic.ultraesb.api.template
Describes the information of a given mediation template, with is identified by a MediationTemplate annotation
TemplateInfo(String, Class, TemplateType, String, String, String, String, String, String, List) - Constructor for class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
TemplateInit - Interface in org.adroitlogic.ultraesb.api.template
Annotation used to mark a method as an initialization method for the template implementation class
TemplateMethod - Interface in org.adroitlogic.ultraesb.api.template
The method level annotation used to mark a single method in an mediation template annotated with the MediationTemplate annotation at the class level.
TemplateParam - Interface in org.adroitlogic.ultraesb.api.template
Annotation used to mark a field of a class annotated with the MediationTemplate annotation, as a template parameter.
TemplateType - Class in org.adroitlogic.ultraesb.api.template
Defines the available template types based on which he templates are categorized into groups
TEMPORARY_ERROR - Static variable in class org.adroitlogic.ultraesb.api.helper.ResponseValidator.ResponseType
 
TEMPORARY_ERROR_RECEIVING_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
TEMPORARY_ERROR_SENDING_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
TEST - Static variable in class org.adroitlogic.ultraesb.api.Environment.NamedEnv
 
TEXT_MESSAGE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The constant used to specify a TextMessage to be sent
TEXT_PLAIN - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.ContentType
Content type constant for text/plain, used for text content
TEXT_XML - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.ContentType
Content type constant for text/xml, used for XML content
THREAD_POOL_EVENTS - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.WorkManager
 
ThrottleSupport - Interface in org.adroitlogic.ultraesb.api.mediation
This interface defines the base for throttling implementations for the UltraESB.
TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Defaults
Default timeout of an endpoint
TimerTaskListener - Class in org.adroitlogic.ultraesb.transport.timer
The Timer Task transport allows the definition of scheduled services that are triggered either on a specified cron expression, or as per specified {ultra.polling.start_delay, ultra.polling.repeat_interval, [ultra.polling.repeat_count]}
TimerTaskListener() - Constructor for class org.adroitlogic.ultraesb.transport.timer.TimerTaskListener
 
TIMESTAMP - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP timestamp
TIMESTAMP - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the message timestamp set or required to be set
TIMESTAMP - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the message timestamp
TIMESTAMP_FORMAT - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
 
timestampAndEncryptMessage(Message, String, long, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp and encrypt - using specified timestamp TTL
timestampAndEncryptMessage(Message, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp and encrypt - using default timestamp TTL of 5 minutes and key size of 256
timestampAndEncryptMessage(Message, String, long, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp and encrypt - using specified timestamp TTL
timestampAndEncryptMessage(Message, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp and encrypt - using default timestamp TTL of 5 minutes and key size of 256
timestampAndSignMessage(Message, String, long) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp and signature - using specified timestamp TTL
timestampAndSignMessage(Message, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp and signature - using default timestamp TTL of 5 minutes
timestampAndSignMessage(Message, String, long) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp and signature - using specified timestamp TTL
timestampAndSignMessage(Message, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp and signature - using default timestamp TTL of 5 minutes
timestampMessage(Message, long) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp - using specified timestamp TTL
timestampMessage(Message) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp - using default timestamp TTL of 5 minutes
timestampMessage(Message, long) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp - using specified timestamp TTL
timestampMessage(Message) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp - using default timestamp TTL of 5 minutes
timestampSignAndEncryptMessage(Message, String, String, long, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp, signature and encrypt body - using specified timestamp TTL
timestampSignAndEncryptMessage(Message, String, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp, signature and encrypt body - using default timestamp TTL of 5 minutes and keysize of 256
timestampSignAndEncryptMessage(Message, String, String, long, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp, signature and encrypt body - using specified timestamp TTL
timestampSignAndEncryptMessage(Message, String, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp, signature and encrypt body - using default timestamp TTL of 5 minutes and keysize of 256
toBasicView() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Return the immutable basic WorkManagerView from JMX.
toBasicView() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
 
toDetailedView() - Method in class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Return the immutable FileCacheView from JMX.
toDetailedView() - Method in class org.adroitlogic.ultraesb.core.RAMDiskFileCache
 
toDetailedView() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Return the immutable WorkManagerView from JMX.
toDetailedView() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
 
toDetailedView() - Method in class org.adroitlogic.ultraesb.ServerManager
Return the immutable ServerManagerView from JMX.
toDetailedViewExt(TransportView) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Extension point for additional attributes for the detailed view to be extended by the specific transport listener
toDetailedViewExt(TransportView) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
 
toString() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
toString() - Method in class org.adroitlogic.as2.api.AttachmentDetails
 
toString() - Method in class org.adroitlogic.as2.api.EncryptionInfo
 
toString() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
toString() - Method in class org.adroitlogic.as2.api.SendInfo
 
toString() - Method in class org.adroitlogic.as2.api.SignatureInfo
 
toString() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
toString() - Method in class org.adroitlogic.as2.util.KeystoreManager.IssuerSerial
 
toString() - Method in class org.adroitlogic.ultraesb.api.ErrorInfo
 
toString() - Method in interface org.adroitlogic.ultraesb.api.format.ByteArrayMessage
Return the payload as a String - limited to 64K in size
toString() - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Return a LIMITED (to 16K) String representation of the DOM payload.
toString() - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
toString() - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Return a possibly trimmed/size limited String representation of the payload
toString() - Method in interface org.adroitlogic.ultraesb.api.format.RawFileMessage
A String representation of the message payload, limited to 64K
toString() - Method in interface org.adroitlogic.ultraesb.api.format.StringMessage
 
toString() - Method in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactInterceptionContext
 
toString() - Method in class org.adroitlogic.ultraesb.api.interceptor.message.MessageInterceptionContext
 
TOTAL_PROCESSED_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Sequence
 
toType(Class) - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
toUntypedMap() - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
TRANSACTION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
transform(Message, String, String, boolean, Map, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Transform the message payload by XSLT
transform(Message, String, String, String[][], boolean, Map) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Deprecated.
in favor of #transform(org.adroitlogic.ultraesb.api.Message, String, String, boolean, java.util.Map, String[]...) Transform the message payload by XSLT
transform(Message, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Transform the message payload by XSLT (without any parameters), assuming a non DOM result
transform(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Transform the message payload by XSLT (without any parameters), assuming a non DOM result and assuming that the complete message payload will be used as the source of the transformation, and the result will replace the complete message payload
TRANSFORMATION - Static variable in class org.adroitlogic.ultraesb.api.template.TemplateType
 
transformMessage(Message, String) - Method in interface org.adroitlogic.ultraesb.api.helper.XQuerySupport
Transform message with the given XQuery and replace the payload with the result
transformMessage(Message, String, Map) - Method in interface org.adroitlogic.ultraesb.api.helper.XQuerySupport
Transform message with the given XQuery and replace the payload with the result
transport() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.AfterEndpoint
 
transport() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.AfterSequence
 
transport() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.BeforeEndpoint
 
transport() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.BeforeSequence
 
transport() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.OnRequest
 
transport() - Method in interface org.adroitlogic.ultraesb.api.interceptor.message.OnResponse
 
TRANSPORT_LISTENER - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
Transport listener artifact type
TRANSPORT_LISTENER_STARTUP_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
TRANSPORT_NAME - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
 
TRANSPORT_NAME - Static variable in class org.adroitlogic.ultraesb.api.transport.fix.FIXConstants
 
TRANSPORT_SENDER - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
Transport sender artifact type
TRANSPORT_SENDER_STARTUP_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
TRANSPORT_URL - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants
 
TransportErrorHandler - Interface in org.adroitlogic.ultraesb.api.transport
Implement this to modify the HTTP error messages sent by the transport and configure on the http transport listeners errorHandlers property as a mapping for the error code that it is responsible in handling
TransportSender.SendingResult - Class in org.adroitlogic.ultraesb.transport
 
TRIGGER_EVENT - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the message trigger event
tryLock(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
This methods never blocks or wait to acquire the lock.
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterDestroy
 
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterInitialize
 
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterPause
 
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterResume
 
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterStart
 
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.AfterStop
 
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeDestroy
 
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeInitialize
 
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforePause
 
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeResume
 
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeStart
 
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.artifact.BeforeStop
 
type() - Method in interface org.adroitlogic.ultraesb.api.interceptor.ErrorHandler
 
type() - Method in interface org.adroitlogic.ultraesb.api.template.MediationTemplate
The type of the template, used to categorize the templates.
TYPE - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP type
TYPE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the message type identifier supplied by the client when the message was sent Refer to the JMS method Message.getJMSType()

U

ULTRA_HOME_NOT_SET - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
UNEXPECTED_PROCESSING_ERROR - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
UNHANDLED_ERROR_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Interceptor
 
UNHANDLED_ERROR_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Sequence
 
unhandledError() - Method in interface org.adroitlogic.ultraesb.api.interceptor.InterceptorMetricsReporter
 
UNIQUE_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
UNIT_TEST - Static variable in class org.adroitlogic.ultraesb.api.Environment.NamedEnv
 
UNKNOWN - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Method
 
unloadAllDeploymentUnits() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Unload all deployment units currently loaded
unloadAllDeploymentUnits() - Method in class org.adroitlogic.ultraesb.ServerManager
Unload all deployment units currently loaded
unloadDeploymentUnit(String) - Method in interface org.adroitlogic.ultraesb.api.Configuration
Unload an active deployment unit
unloadDeploymentUnit(String) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Unload deployment unit with the given id
unloadDeploymentUnit(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Unload deployment unit with the given id
unregisterEndpoint(Endpoint) - Method in class org.adroitlogic.ultraesb.ServerManager
 
unregisterProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.ServerManager
 
unregisterProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
unregisterProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.transport.fix.FIXTransportListener
Close all the sessions established while registering proxy service
unregisterProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOListener
 
unregisterProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOListener
 
unregisterProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
unregisterProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.transport.vm.VMTransportListener
 
unregisterSequence(Sequence) - Method in class org.adroitlogic.ultraesb.ServerManager
 
UNSUPPORTED_ALGORITHM_ERROR - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
unwatchActiveNodes(NodeWatcher) - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Un-register the previously registered node watcher, it is unregistered at the functional level, where your NodeWatcher will not get any further notifications from this point onwards.
updateConfigFile(String, String) - Method in class org.adroitlogic.ultraesb.ServerManager
 
updateFromView(WorkManagerView) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
updateFromView(WorkManagerView) - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
 
updateMessagePreparedForSend(String, boolean, int) - Method in interface org.adroitlogic.as2.api.PersistenceService
Record the outcome of a message prepared for sending
URI_PATH_PARAM_MAP - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The mapped placeholders in the URI pattern as URI path parameters specified in the HttpConstants.MessageProperties.PATH_PATTERN transport property, these will be looked up by the HTTPSupport.getFirstRequestParameter(org.adroitlogic.ultraesb.api.Message, String) method for convenience from the HttpSupport provided that there is no query parameter with that exact place holder name
URL - Static variable in class org.adroitlogic.ultraesb.api.management.AddressDefinition.Type
Delivers the message into the specified absolute URL
USAGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.FileCache
 
USED_MEMORY_GAUGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.System
 
USER_AGENT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
The HTTP User-Agent header name
USER_ARGUMENT_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
USER_CERTS - Static variable in class org.adroitlogic.soapbox.api.MessageSecurityContext
 
USER_CONFIGURATION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
USER_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP user id
USER_NAME - Static variable in class org.adroitlogic.soapbox.api.MessageSecurityContext
 
USER_ROLES - Static variable in class org.adroitlogic.soapbox.api.MessageSecurityContext
 
USERNAME - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the authenticated username
USERNAME - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
Deprecated.
USERROLES - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the authenticated user roles as a serialized String
USERROLES - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
Deprecated.
USERROLES_ARRAY - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the authenticated user roles as a String array of roles
USERROLES_ARRAY - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants

V

VALID - Static variable in class org.adroitlogic.ultraesb.api.helper.ResponseValidator.ResponseType
 
validate(String, boolean) - Method in interface org.adroitlogic.ultraesb.api.helper.SwiftMessageValidator
Method which validates the Swift message.
validate(Message, String[], String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Validate the current message - or an element of it selected via an XPath expression - against one or more schemas
validate(Message, String[]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Validate the current message against one or more schemas
validate(String, String[]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Validate the given String against one or more schemas
validate(Node, String[]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Validate the given String against one or more schemas
validateMessage(Message, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.SwiftSupport
Validates the original Swift MT message in the payload including its headers.
validateMessageBlock4(String, int, boolean) - Method in interface org.adroitlogic.ultraesb.api.helper.SwiftMessageValidator
Method which validates only the block 4 of a Swift MT message.
validateMessageBlock4(String, int, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.SwiftSupport
Method which validates only the block 4 of a Swift MT message.
validateMessageWithType(Message, boolean, int) - Method in interface org.adroitlogic.ultraesb.api.mediation.SwiftSupport
Validates the original Swift MT message in the payload including its headers.
validateResponse(Message) - Method in interface org.adroitlogic.ultraesb.api.helper.ResponseValidator
 
validateWithMessageType(String, int, boolean) - Method in interface org.adroitlogic.ultraesb.api.helper.SwiftMessageValidator
Method which validates the Swift message.
VALIDATION_CONTEXT - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
 
value() - Method in interface org.adroitlogic.ultraesb.api.template.MessageProperty
 
valueOf(String) - Static method in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
valueOf(String) - Static method in class org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
 
valueOf(String) - Static method in class org.adroitlogic.as2.api.SignatureInfo.EncryptionAlgorithm
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.cache.CacheType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.Environment.NamedEnv
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.ErrorCode
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.helper.ResponseValidator.ResponseType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.interceptor.message.FlowPoint
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.interceptor.message.FlowType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.management.AddressDefinition.Type
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Function
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Severity
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.mediation.AlertSupport.Severity
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.mediation.AlertSupport.Status
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher.EventType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.template.TemplateType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Method
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.transport.TransportSender.SendingResult
 
values() - Static method in class org.adroitlogic.as2.api.EncryptionInfo.Algorithm
 
values() - Static method in class org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
 
values() - Static method in class org.adroitlogic.as2.api.SignatureInfo.EncryptionAlgorithm
 
values() - Static method in class org.adroitlogic.ultraesb.api.cache.CacheType
 
values() - Static method in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
values() - Static method in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
values() - Static method in class org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
 
values() - Static method in class org.adroitlogic.ultraesb.api.Environment.NamedEnv
 
values() - Static method in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
values() - Static method in class org.adroitlogic.ultraesb.api.ErrorCode
 
values() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
values() - Static method in class org.adroitlogic.ultraesb.api.helper.ResponseValidator.ResponseType
 
values() - Static method in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
 
values() - Static method in class org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
 
values() - Static method in class org.adroitlogic.ultraesb.api.interceptor.message.FlowPoint
 
values() - Static method in class org.adroitlogic.ultraesb.api.interceptor.message.FlowType
 
values() - Static method in class org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
 
values() - Static method in class org.adroitlogic.ultraesb.api.management.AddressDefinition.Type
 
values() - Static method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Function
 
values() - Static method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Severity
 
values() - Static method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
 
values() - Static method in class org.adroitlogic.ultraesb.api.mediation.AlertSupport.Severity
 
values() - Static method in class org.adroitlogic.ultraesb.api.mediation.AlertSupport.Status
 
values() - Static method in class org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
 
values() - Static method in class org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher.EventType
 
values() - Method in interface org.adroitlogic.ultraesb.api.template.TemplateParam
Possible values that can be specified as the values for the template parameter
values() - Static method in class org.adroitlogic.ultraesb.api.template.TemplateType
 
values() - Static method in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Method
 
values() - Static method in class org.adroitlogic.ultraesb.transport.TransportSender.SendingResult
 
verifySignedMessage(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message is valid using public key certificates
verifySignedMessage(Message, boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message is valid
verifyTimestampedAndEncryptedMessage(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message is timestamped and encrypted
verifyTimestampedAndEncryptedMessage(Message, boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message is timestamped and encrypted
verifyTimestampedAndSignedMessage(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message is timestamped and signed
verifyTimestampedAndSignedMessage(Message, boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message is timestamped and signed
verifyTimestampedEncryptedAndSignedMessage(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message is timestamped, encrypted and signed
verifyTimestampedEncryptedAndSignedMessage(Message, boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message is timestamped, encrypted and signed
verifyTimestampedMessage(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message is timestamped and the timestamp valid
verifyTimestampedMessage(Message, boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message is timestamped and the timestamp valid
verifyUsernameTokenAuthentication(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message contains UsernameToken authentication information, and that its valid
verifyUsernameTokenAuthentication(Message) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message contains UsernameToken authentication information, and that its valid
verifyUsernameTokenAuthentication(Message, boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message contains UsernameToken authentication information, and that its valid
verifyUsernameTokenAuthentication(Message) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message contains UsernameToken authentication information, and that its valid
VERSION - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.Product
Product version
VERSION_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the HL7 version id for the message
VMTransportListener - Class in org.adroitlogic.ultraesb.transport.vm
The VM transport listener that dispatches a message being processed in the same Java Virtual machine into another service, yet guaranteeing all the other transport related properties
VMTransportListener() - Constructor for class org.adroitlogic.ultraesb.transport.vm.VMTransportListener
 
VMTransportSender - Class in org.adroitlogic.ultraesb.transport.vm
Virtual machine transport sender, which dispatches the current payload as it is to the specified proxy service on the same Java Virtual Machine, with the use of the VMTransportListener.
VMTransportSender() - Constructor for class org.adroitlogic.ultraesb.transport.vm.VMTransportSender
VM transport sender constructor that sets the transport name

W

WADL_URL - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 
waitUntilIdle(long, long) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Wait and return when the server is idle, or at endTime
waitUntilIdle(long, long) - Method in class org.adroitlogic.ultraesb.ServerManager
Wait and return when the server is idle, or at endTime
WARN - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
WARNING - Static variable in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Severity
 
WARNING - Static variable in class org.adroitlogic.ultraesb.api.mediation.AlertSupport.Severity
 
watchActiveNodes(NodeWatcher) - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Watches the active nodes space and notify the provided node watcher in-case of a node leaving the cluster or new node joining the cluster.
WEIGHTED - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
Weighted address selection, higher weight denotes more message percentage.
WEIGHTED_W_FO - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
Weighted address selection with failover.
WIP_MESSAGES - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.WorkManager
 
WIP_START_TIME_NANO - Static variable in interface org.adroitlogic.ultraesb.core.work.WorkManager
 
WITHIN_BOUNDS - Static variable in class org.adroitlogic.ultraesb.api.mediation.AlertSupport.Status
 
WM_THREAD_USAGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.System
 
WORK_MANAGER - Static variable in class org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
Work manager artifact type
WORK_MANAGER_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
WorkManager - Interface in org.adroitlogic.ultraesb.core.work
A WorkManager maintains a queue of messages for a ProxyService.
wrapPayload(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Wrap the XML payload with an outer element
writeBoolean(boolean) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
writeByte(byte) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
writeBytes(byte[]) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
writeBytes(byte[], int, int) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
writeChar(char) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
writeDouble(double) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
writeFloat(float) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
writeInt(int) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
writeLong(long) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
writeObject(Object) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
writeShort(short) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
writeString(String) - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
writeTextFile(String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.FileSupport
A convenience mechanism to write a String to a file
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.ByteArrayMessage
Write the payload to the given OutputStream
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.DataHandlerMessage
Writes the DataHandler payload to the given OutputStream
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Write the contents of this message into the provided OutputStream
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
Serialize the payload into the given OutputStream
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Write the message payload to the given OutputStream
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.ObjectMessage
Serialize the payload Object to the given OutputStream
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.RawFileMessage
Write the payload to the given OutputStream
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.StringMessage
 
WSDL_URL - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 
WSSecurityManager - Interface in org.adroitlogic.soapbox.api
Defines WS-Security parameters to the UltraESB configuration, and serves as the central point of control for securing and verifying of messages
WSSecurityManager - Class in org.adroitlogic.soapbox
Defines WS-Security parameters to the UltraESB configuration, and serves as the central point of control for securing and verifying of messages
WSSecurityManager(String, String, Map) - Constructor for class org.adroitlogic.soapbox.WSSecurityManager
Constructor to use when identity and trust credentials are on the same keystore
WSSecurityManager(String, String, String, String, Map) - Constructor for class org.adroitlogic.soapbox.WSSecurityManager
Standard constructor that uses separate keystores for identity and trust credentials
WWW_AUTH_RESP - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
The HTTP Authorization header name
WWW_AUTHENTICATE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
The HTTP WWW-Authenticate header name

X

X_FORWARDED_FOR - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
HTTP forwarded for extension header (X-Forwarded-For)
XACMLSupport - Interface in org.adroitlogic.ultraesb.api.mediation
XACML mediation support
XMLSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Mediation Support for DOM based mediation
XQuerySupport - Interface in org.adroitlogic.ultraesb.api.helper
 

Z

ZK_COMMUNICATION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Cluster
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Copyright (c) 2010-2014 AdroitLogic Private Ltd. All rights reserved.