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<T extends Event> - 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
 
ACCEPT_ENCODING - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
The HTTP Accept-Encoding header name
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_STATE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Address
 
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
addAttachment(String, MessageFormat) - Method in interface org.adroitlogic.ultraesb.api.Message
Add an attachment to the message identified by the specified key
addAttachmentFromFile(String, File) - Method in interface org.adroitlogic.ultraesb.api.Message
Add a file as 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.
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<String>) - 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<String>) - 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
addCustomMetricsStreams(Map<String, MetricsStreamNames.MetricsRecordType>) - Method in interface org.adroitlogic.ultraesb.api.interceptor.InterceptorMetricsReporter
 
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
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
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(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
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
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
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 - Enum in org.adroitlogic.ultraesb.api.management
Defined address types
addSequence(SequenceDefinition) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
addSoapAction(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Add a SOAPAction transport header to the message
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
addTemplate(TemplateCallerDefinition) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
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(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
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, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Add a WS-Security Username Token authentication element to the request
AfterDestroy - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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
AfterResume - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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<String, String>) - 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<AlertActionDefinition>) - 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<AlertActionDefinition>) - Constructor for class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
Constructs an event stream based alert configuration definition
AlertConfigurationDefinition.Function - Enum in org.adroitlogic.ultraesb.api.management
 
AlertConfigurationDefinition.Severity - Enum 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 - Enum in org.adroitlogic.ultraesb.api.mediation
The alert severity
AlertSupport.Status - Enum in org.adroitlogic.ultraesb.api.mediation
The alert status
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
 
APPEND_MODE_PARAM - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
The append mode parameter that is passed in the URL
APPEND_MODE_PROPERTY - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
Specifies whether data should be appended to the destination file, instead of an overwrite as an endpoint property
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 - Enum 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.DirectoryNames - Class in org.adroitlogic.as2.api
 
AS2Constants.DirectoryNames() - Constructor for class org.adroitlogic.as2.api.AS2Constants.DirectoryNames
 
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<String, String>) - 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<String, String>) - 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<String, String>) - 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.
auditLog(Message, AuditSupport.AuditSeverity, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.AuditSupport
Audit log the given audit message with the given audit severity.
auditLog(Message, String, String, AuditSupport.AuditMode, AuditSupport.AuditType, String, AuditSupport.AuditSeverity, String, String, Map<String, String>) - Method in interface org.adroitlogic.ultraesb.api.mediation.AuditSupport
Audit log the given message with the given message including tag, subject, mode, type, audit description, severity, project id and properties.
AuditSupport - Interface in org.adroitlogic.ultraesb.api.mediation
 
AuditSupport.AuditMode - Enum in org.adroitlogic.ultraesb.api.mediation
This enumeration represents the mode at which a particular audit log should be generated.
AuditSupport.AuditSeverity - Enum in org.adroitlogic.ultraesb.api.mediation
This enumeration represents the severity of the audit log.
AuditSupport.AuditType - Enum in org.adroitlogic.ultraesb.api.mediation
 
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.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.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.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.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

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
 
BeforeDestroy - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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
 
beginProcessing(String) - Method in interface org.adroitlogic.ultraesb.api.Message
 
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
BYTES_RECEIVED - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 

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 - Enum 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<String>) - 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
canFailover(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Can this node act as the failover node for the given node name
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_CONNECTION_DEBUG - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
 
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 with transport headers and without properties or payload.
cloneMessageAsChild() - Method in interface org.adroitlogic.ultraesb.api.Message
Creates a clone of the current message as the child of that message - without transport headers or payload.
clonePayload() - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
 
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
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 - Enum in org.adroitlogic.ultraesb.api
 
ConfigurationEvent - Interface in org.adroitlogic.ultraesb.api
An event describing a change in the configuration.
ConfigurationEvent.ElementType - Enum in org.adroitlogic.ultraesb.api
Enumeration describing the type of the element
ConfigurationEvent.EventType - Enum 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.
CONNECTING_HOST - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
CONNECTING_PORT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
CONNECTION_CLOSED_BY_FORCE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
CONNECTION_COUNTED - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.SessionCtx
 
CONNECTION_EST_TIME_MILLIS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.SessionCtx
 
CONNECTION_IN_USE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.SessionCtx
 
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_LOCATION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
The HTTP Content-Location 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.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<? extends T>) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Converts a SOAP payload into a JAXB Object.
convertSOAPToJAXBObject(Message, Class<? extends T>) - 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<? extends T>) - 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<? extends T>) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Converts a XML payload into a JAXB Object.
convertXMLToJAXBObject(Message, Class<? extends T>) - Method in interface org.adroitlogic.ultraesb.api.mediation.JAXBSupport
Converts a XML payload into a JAXB Object.
convertXMLToJAXBObject(Message, Class<? extends T>) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Converts a XML payload into a JAXB Object.
convertXMLToJAXBObject(Message, String, Class<? extends T>) - 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[]
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
createDefaultResponseMessageAsChild() - Method in interface org.adroitlogic.ultraesb.api.Message
Create the default response message to this message and attached it as a child of the current 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
CRON_EXPRESSION - Static variable in class org.adroitlogic.ultraesb.api.transport.PollingConstants
 
CUSTOM_FIELD_KEY - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.CustomField
 
CUSTOM_FIELD_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.CustomField
 
CUSTOM_FIELD_VALUE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.CustomField
 
CUSTOM_FIELDS - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.CustomField
 
CUSTOM_METRICS_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames
 
CUSTOM_ROUTING - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.Headers
 
CUSTOM_VERSION - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.Headers
 

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
 
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_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_GROUP - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.Product
The default server group of the UltraESB runtime instance
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_SPACE_NAME - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.Product
The default space name of the UltraESB runtime instance
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
definePersistedAlertConfig(AlertConfigurationDefinition) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
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.
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_PROJECT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames
 
DEPLOYMENT_UNIT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames
 
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
describe() - Method in enum org.adroitlogic.ultraesb.api.ErrorCode
 
describe() - Method in enum 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.
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.transport.PollingConstants
 
DISCARD_AFTER_USE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.SessionCtx
 
DISPATCH_ERROR_PROXY_SERVICE - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants
The proxy service transport property that specifies the error proxy is defined
DISPATCH_HEADER - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants
The proxy service transport property that holds a routing header value
DISPATCH_HEADER_EXPRESSION - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants
The proxy service transport property that holds a routing head er expression
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
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.
DUPLICATE_END_PROCESSING - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 

E

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 - Enum 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
ENDPOINT_LATENCY - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
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.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 - Enum in org.adroitlogic.ultraesb.api.management
The enum that defines the possible endpoint types
endProcessing(String) - Method in interface org.adroitlogic.ultraesb.api.Message
 
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_END_TIME - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
ENTITY_ID - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames
 
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
ENTITY_START_TIME - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames
 
entrySet() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
enumOf(String) - Static method in enum 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 - Enum in org.adroitlogic.ultraesb.api
Represent the pre-defined named environments
equals(Object) - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
ERROR_CODES - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
ERROR_COMPUTING_MIC - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
ERROR_DIR - Static variable in class org.adroitlogic.as2.api.AS2Constants.DirectoryNames
 
ERROR_READING_PAYLOAD - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
The error code indicating an IO error reading payload
ErrorCode - Enum in org.adroitlogic.ultraesb.api
This enum provides a mapping for the error description for the respective error codes
ErrorCode.ErrorType - Enum in org.adroitlogic.ultraesb.api
 
ErrorHandler - Annotation Type 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
 
ESMessageStatistics - Interface in org.adroitlogic.ultraesb.api.monitoring
The ESMessageStatistics interface provides a holder and APIs to collect metrics streams which should be collected per message
ESStatisticsServer - Interface in org.adroitlogic.ultraesb.api.monitoring
ElasticSearch Statistics Server API
Event<T extends InterceptionContext> - 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
eventType - Variable in class org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher.NodeEvent
 
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
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<String, String>) - 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<T>) - 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_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
 
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 seconds specified by this property
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
 
FILES_USED - 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
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(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[]...) - 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
FlowPoint - Enum in org.adroitlogic.ultraesb.api.interceptor.message
The event type enumeration describing the nature of the message event
FlowType - Enum in org.adroitlogic.ultraesb.api.interceptor.message
The flow type of the BeforeSequence, AfterSequence, BeforeEndpoint and AfterEndpoint annotations.
FOLDER - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
FORCED_HOST - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
Internal property name used for specifying a forced host name for any outgoing HTTP request
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.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 enum org.adroitlogic.ultraesb.api.ErrorCode
 
fromMessage(Message) - Static method in enum org.adroitlogic.ultraesb.api.interceptor.message.FlowType
Constructs the FlowType of the current message
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_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
 
getActingServerGroups() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Gives an unmodifiable list containing the names of the server groups this server is acting as
getActingServerNames() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Gives an 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
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<T>) - 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
getBeans() - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
getBuildVersions() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Gets the build versions of the ESB as determined from the JAR Manifest at startup
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
getClassName() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
getClient() - Method in interface org.adroitlogic.ultraesb.api.monitoring.ESStatisticsServer
Returns client object to communicate with the server
getClusterSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the cluster support API for mediation
getCode() - Method in enum org.adroitlogic.ultraesb.api.format.WebSocketMessage.Opcode
 
getCode() - Method in class org.adroitlogic.ultraesb.api.management.SequenceDefinition
 
getCodedMessage() - Method in class org.adroitlogic.as2.api.FailureInfo
 
getComment() - Method in class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
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
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
getControl() - Method in class org.adroitlogic.ultraesb.api.template.ParameterInfo
 
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
getCurrentlyActingAsNodeGroups() - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Gives the acting as node group list that this node is currently acting as
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
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
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
 
getDescription() - Method in class org.adroitlogic.ultraesb.api.template.ParameterInfo
 
getDescription() - Method in class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
getDestinationURL() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the current destination URL for this message.
getDestroyMethod() - Method in class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
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
 
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
 
getESStatistics() - Method in interface org.adroitlogic.ultraesb.api.Message
 
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
getFlow() - Method in class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
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
getHeader() - Method in interface org.adroitlogic.ultraesb.api.format.WebSocketMessage
The header is used to construct a Web Socket frame when the payload of the message is being transmitted to a Web Socket Client.
getHeaderSize() - Method in interface org.adroitlogic.ultraesb.api.format.WebSocketMessage
 
getHitCount() - Method in class org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition
 
getHL7Support() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access the HL7 mediation utilities
getHolder() - Method in interface org.adroitlogic.ultraesb.api.monitoring.ESMessageStatistics
Getter method to access statistic holder object for this ESMessageStatistics object
getHolder() - Method in interface org.adroitlogic.ultraesb.api.monitoring.MessageStatistics
Deprecated.
 
getHTTPSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access HTTP support API
getHumanMessage() - Method in class org.adroitlogic.as2.api.FailureInfo
 
getIcon() - Method in class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
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.management.TemplateCallerDefinition
 
getId() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
getId() - Method in interface org.adroitlogic.ultraesb.api.monitoring.MessageStatistics
Deprecated.
Gets the identifier of the message statistics, usually the received message UUID
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
 
getIndex() - Method in enum org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditSeverity
 
getIndex() - Method in enum org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditType
 
getIndex() - Method in enum org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.MetricsRecordType
 
getIndex() - Method in enum org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.RequiredMetricsCollector
 
getIndex() - Method in enum org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.StreamCreationType
 
getInitialDuration() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the initial suspend duration in milliseconds for a suspend error for this endpoint
getInitMethod() - Method in class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
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
getInstance() - Static method in class org.adroitlogic.ultraesb.api.management.ServerAdminImpl
 
getInstance() - Method in class org.adroitlogic.ultraesb.api.management.TemplateCallerDefinition
 
getISO8601FormattedString(Date) - Method in interface org.adroitlogic.ultraesb.api.mediation.DateSupport
Returns an ISO8601 compliant date string as yyyy-MM-dd
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
getLabel() - Method in class org.adroitlogic.ultraesb.api.template.ParameterInfo
 
getLabel() - Method in class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
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
getMappingSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access data-mapping features to transform message payload
getMaskedKeyBuffer() - Method in interface org.adroitlogic.ultraesb.api.format.WebSocketMessage
 
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<T>) - 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<T>) - 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
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<T>) - Method in interface org.adroitlogic.ultraesb.api.Message
Get the message property associated with the specified key as a typed object of type T
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
 
getOpcode() - Method in interface org.adroitlogic.ultraesb.api.format.WebSocketMessage
 
getOpcode(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.WebSocketSupport
 
getOrder() - Method in class org.adroitlogic.ultraesb.api.template.ParameterInfo
 
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
getOriginatedPeerLogicalGroups(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.WebSocketSupport
 
getOriginatedPeerSubscribedPath(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.WebSocketSupport
 
getOriginatingTransport() - Method in interface org.adroitlogic.ultraesb.api.Message
Get originating transport
getOriginPeerID(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.WebSocketSupport
 
getOutDestinationDefinition() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getOutDestinationId() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
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
 
getPath() - Method in class org.adroitlogic.ultraesb.api.helper.ResourceWrapper
 
getPayloadAsByteBuffer() - Method in interface org.adroitlogic.ultraesb.api.format.WebSocketMessage
 
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
 
getPayloadLength(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.WebSocketSupport
 
getPayloadSize() - Method in interface org.adroitlogic.ultraesb.api.format.WebSocketMessage
 
getPersistenceFailurePath() - Method in interface org.adroitlogic.as2.api.AS2Manager
Return the path to write message information on persistence failures
getPinnedServerGroups() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getPinnedServers() - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
getPlaceHolder() - Method in class org.adroitlogic.ultraesb.api.template.ParameterInfo
 
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
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
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
 
getRegex() - Method in class org.adroitlogic.ultraesb.api.template.ParameterInfo
 
getRemoteAddress(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Gets the remote address of the given message
getRemotePort(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Gets the remote port of the given message
getRenderingAttributes() - Method in class org.adroitlogic.ultraesb.api.template.ParameterInfo
 
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
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
 
getServer() - Method in class org.adroitlogic.ultraesb.api.interceptor.server.ServerEvent
Gets the server name of the server causing this event
getServerGroup() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Gives the server group configured for this server
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
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
getSpaceName() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Gives the space name for this server
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<? extends T>) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get the Spring bean with the given ID from the [Spring] configuration
getSpringBean(String, Class<? extends T>, Message) - 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
 
getStatistics() - Method in interface org.adroitlogic.ultraesb.api.Message
 
getStream() - Method in class org.adroitlogic.ultraesb.api.helper.ResourceWrapper
 
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<T>) - 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
getTemplate(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
getTemplateClass() - Method in class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
getTemplateKey() - Method in class org.adroitlogic.ultraesb.api.management.TemplateCallerDefinition
 
getTemplates() - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
getTemporaryErrorIndicationCodes() - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Gets the set of temporary error indication codes as a comma separated string
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.
getTimeId() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getTimeId() - Method in class org.adroitlogic.as2.api.SendInfo
 
getTimeId() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
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.
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
 
getTraceID() - Method in interface org.adroitlogic.ultraesb.api.Message
Increment and get the traceID atomic integer.
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 enum 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
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
getWebSocketSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access WebSocket related supports
getWeight() - Method in class org.adroitlogic.ultraesb.api.management.AddressDefinition
Gets the weight of the address
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
GLB_ENTITY_ID - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Global
 
GLOBAL_FILES_USED - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Global
 
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
GZIP_CODEC - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 

H

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
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.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
 
hasTemplate(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
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
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.LocalCtx - Class in org.adroitlogic.ultraesb.api.transport.http
 
HttpConstants.LocalCtx() - Constructor for class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
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 - Enum in org.adroitlogic.ultraesb.api.transport.http
The HTTP method enum with possible set of HTTP methods defined
HttpConstants.SessionCtx - Class in org.adroitlogic.ultraesb.api.transport.http
 
HttpConstants.SessionCtx() - Constructor for class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.SessionCtx
 
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
 
HTTPSupport - Interface in org.adroitlogic.ultraesb.api.mediation
HTTP/S transport related mediation support

I

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
 
INCOMING_DIR - Static variable in class org.adroitlogic.as2.api.AS2Constants.DirectoryNames
 
increment(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.MetricsSupport
Increases the specified key for the global artifact.
incrementCustomStream(String) - Method in interface org.adroitlogic.ultraesb.api.interceptor.InterceptorMetricsReporter
 
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.
init(Configuration) - Method in class org.adroitlogic.ultraesb.api.AbstractJavaSequence
 
init() - Method in class org.adroitlogic.ultraesb.api.interceptor.message.AbstractMessageInterceptor
 
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
InputControl - Enum in org.adroitlogic.ultraesb.api.template
Defines the possible user interface form input controls for the template parameters.
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(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.
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(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.
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 - Annotation Type in org.adroitlogic.ultraesb.api.interceptor
Provides common properties such as identifier etc of the interceptors
InterceptorErrorHandler<T extends Event> - 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
 
invokeMappingWithConfig(MappingSource, String, MappingResult, ResultEntryProcessor) - Method in interface org.adroitlogic.ultraesb.api.mediation.MappingSupport
Transforms the content of the MappingSource using the mapping configuration provided within the mappingConfigFile and emits the transformed content into the MappingResult.
invokeMappingWithConfig(MappingSource, File, MappingResult, ResultEntryProcessor) - Method in interface org.adroitlogic.ultraesb.api.mediation.MappingSupport
Transforms the content of the MappingSource using the mapping configuration provided in File which contains the JSON mapping configuration and emits the transformed content into the MappingResult.
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 and returns a Future object with boolean type Use caution, especially about async resource clearing, and concurrent execution
invokeSequences(Message, List<String>) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Invoke a list of named sequences from within a parent sequence.
invokeService(Message, String, boolean) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Invokes the specified service with the given message asynchronously, optionally propagating the transactional context currently active; if the specified service responds to this request message the response will be sent to the outSequence of the calling proxy service Note: This is an advanced API method, and should be used carefully.
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
IO_SESSION_CTX - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
IO_SESSION_CTX - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.SessionCtx
 
IOSESSION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.SessionCtx
 
isActingAs(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.ClusterSupport
Is this node acting as the given node
isActingAsServer(String) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Whether the server is acting as the given server name
isActingAsServerGroup(String) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Whether the server is acting as the given server group
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
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
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 enum 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
 
isFin() - Method in interface org.adroitlogic.ultraesb.api.format.WebSocketMessage
 
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 enum 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<String, Object>) - Method in interface org.adroitlogic.ultraesb.api.mediation.XACMLSupport
Is message allowed permission by the XACML processor bean selected.
isPermitted(String, String, Map<String, Object>, 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 enum 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
isRedelivery(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.JMSSupport
Is this message a redelivery?
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
 
isRequired() - Method in class org.adroitlogic.ultraesb.api.template.ParameterInfo
 
isResponse() - Method in interface org.adroitlogic.ultraesb.api.Message
Is this message a response message?
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
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
isWithinFileCacheCapacity() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 

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
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
keySet() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 

L

LAST_ENDPOINT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
LC_ENTITY_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
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
 
length() - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Gives the length of the format, in other words the size of the payload.
LICENSE_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
LifecycleEventType - Enum in org.adroitlogic.ultraesb.api.interceptor.artifact
The lifecycle event types for the artifact interception
LifecycleEventType - Enum 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.MessageProperties
 
LOCAL_ADDRESS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.SessionCtx
 
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_PORT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
 
LOCAL_PORT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.SessionCtx
 
LOCAL_PUT_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
Local put failed
LOCAL_SESSION_CTX - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.SessionCtx
 
LOCATION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Headers
The HTTP Location header name
LOCATION_SWITCH_BACK - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
 
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_MSG_TYPE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants.ErrorCodes
Unsupported JMS message Type
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
 
MAIN_PART_IDENTIFICATION_PRIORITY - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
MAINTAIN_STATE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Address
 
maintenanceShutdown(long) - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
MAP_MESSAGE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The constant used to specify a MapMessage to be sent
MapMessage<K,V> - Interface in org.adroitlogic.ultraesb.api.format
A message where the payload is held within a Map
MappingSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Mapping support for the conversion of message payloads with transformation.
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 enum org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
Checks whether this artifact type matches the given type criteria
matches(LifecycleEventType) - Method in enum 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 enum 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 enum org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Matches the given lifecycle type over this lifecycle type
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
MAXIMUM_DURATION - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Defaults
Default maximum suspension duration of an endpoint
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_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 - Annotation Type in org.adroitlogic.ultraesb.api.template
Main annotation to mark a class as an UltraESB template.
MediationTemplate.Flow - Enum in org.adroitlogic.ultraesb.api.template
The flow which represents the UltraESB sequence type (whether inSequence or outSequence or both of them)
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_QUEUE_USAGE - 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.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, FileCache) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFile(File, String, long, 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 - Annotation Type 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.Global
 
MESSAGES_SENT_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Global
 
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
 
MessageStatistics - Interface in org.adroitlogic.ultraesb.api.monitoring
Deprecated.
MessageStatistics.Status - Enum in org.adroitlogic.ultraesb.api.monitoring
Deprecated.
The message status
METHOD - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The name of the message property that holds the HTTP method
metrics - Variable in class org.adroitlogic.ultraesb.api.interceptor.AbstractInterceptor
 
METRICS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
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.Address - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Address() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Address
 
MetricsStreamNames.AS2 - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.AS2() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.AS2
 
MetricsStreamNames.CustomField - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.CustomField() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.CustomField
 
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.Global - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Global() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Global
 
MetricsStreamNames.Interceptor - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Interceptor() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Interceptor
 
MetricsStreamNames.Message - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Message() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Message
 
MetricsStreamNames.MetricsRecordType - Enum in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Proxy - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Proxy() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
MetricsStreamNames.RequiredMetricsCollector - Enum in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Sequence - Class in org.adroitlogic.ultraesb.api.monitoring
 
MetricsStreamNames.Sequence() - Constructor for class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Sequence
 
MetricsStreamNames.StreamCreationType - Enum in org.adroitlogic.ultraesb.api.monitoring
 
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.
MLLPConstants - Class in org.adroitlogic.ultraesb.api.transport.mllp
 
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 - 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_NAME - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames
 
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 - Enum 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_WORKSTATION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
The NTLM workstation

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_THE_FLY_COMPILATION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
OnRequest - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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 - Annotation Type 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
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_MESSAGE_FOR_ENDPOINT - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants
 
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
 
OUTGOING_DIR - Static variable in class org.adroitlogic.as2.api.AS2Constants.DirectoryNames
 
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, boolean, String) - 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
 
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.Configuration
 
pause() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
PAYLOAD_DIR - Static variable in class org.adroitlogic.as2.api.AS2Constants.DirectoryNames
 
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
PersistenceService - Interface in org.adroitlogic.as2.api
Interface for AS2 persistence implementation.
PollingConstants - Class in org.adroitlogic.ultraesb.api.transport
 
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
 
PREFETCH_HANDLER_BEAN - Static variable in class org.adroitlogic.ultraesb.api.transport.PollingConstants
Spring bean which implements the prefetch logic.
PREFETCH_HANDLER_CLASS - Static variable in class org.adroitlogic.ultraesb.api.transport.PollingConstants
Class name which implements the prefetch logic.
PrefetchHandler<T> - Interface in org.adroitlogic.ultraesb.api.transport
This interface provides the base for the custom fetch condition implementations, so that the polling transport listeners could call-out to the implementation of this interface registered for a certain proxy service to compute the conditional value of whether to fetch a given message or not.
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
 
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_LATENCY - 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.
PROGRESSION_FACTOR - Static variable in class org.adroitlogic.ultraesb.api.management.EndpointDefinition.Defaults
Default suspension duration progression factor of an endpoint
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_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_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
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
 
putAll(Map<? extends K, ? extends V>) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 

Q

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_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.
QUEUE - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
 
QUEUED_DIR - Static variable in class org.adroitlogic.as2.api.AS2Constants.DirectoryNames
 

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.
RawFileMessage - Interface in org.adroitlogic.ultraesb.api.format
A Raw file message holds the message payload in a file
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<T>) - 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.
readResourceWithPath(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Reads a resource as an ResourceWrapper 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
RECEIVE_COMPLETE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.SessionCtx
 
RECEIVE_ERROR_CODES - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Transport
 
RECEIVED_BYTES_GAUGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Transport
 
RECEIVED_DIR - Static variable in class org.adroitlogic.as2.api.AS2Constants.DirectoryNames
 
RECEIVED_ENTITY_SIZE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
RECEIVED_HEADER_SIZE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
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<AttachmentDetails>) - Method in interface org.adroitlogic.as2.api.PersistenceService
Persist a received AS2 Message
receivedASyncMDN(AsyncMDNInfo, Message, List<AttachmentDetails>) - Method in interface org.adroitlogic.as2.api.PersistenceService
Persist a received asynchronous MDN
receivedSyncMDN(SyncResponseInfo, Message, List<AttachmentDetails>) - 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
 
RECORD_TIME - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames
 
recordEndpointResponse(double) - Method in interface org.adroitlogic.ultraesb.api.monitoring.ESMessageStatistics
Aggregate latency for an endpoint for the message that holds this ESMessageStatistics object
recordEndpointResponse(double) - Method in interface org.adroitlogic.ultraesb.api.monitoring.MessageStatistics
Deprecated.
Records an endpoint response into the message statistics
recordExtra(String, String) - Method in interface org.adroitlogic.ultraesb.api.monitoring.MessageStatistics
Deprecated.
Records any extra information into the message statistics
recordResponse(Message) - Method in interface org.adroitlogic.ultraesb.api.monitoring.ESMessageStatistics
Collect metrics which are relevant to the received message
recordResponse(Message) - Method in interface org.adroitlogic.ultraesb.api.monitoring.MessageStatistics
Deprecated.
Records the information of the response went back to the caller
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.amqp.AMQPConstants
The transport header indicating a redelivery
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
registerReadyCallback(Runnable) - Method in interface org.adroitlogic.ultraesb.api.FileCache
Register a callback to be invoked when a file is ready
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.SessionCtx
 
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.SessionCtx
 
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
 
REMOVE_ORIGINAL_FILE - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
Property name to configure whether to remove the original file after processing, which defaults to true
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
 
removeMessageFileFromRelease(MessageFile) - Method in interface org.adroitlogic.ultraesb.api.Message
Remove a MessageFile (a temporary file) from the messageFilesToRelease list
removeMessageFormatForRelease(MessageFormat) - Method in interface org.adroitlogic.ultraesb.api.Message
Remove a associate a MessageFile (a temporary file) for release from the list of message format instances to release
removeMessageFormatInstancesFromRelease(MessageFormat) - Method in interface org.adroitlogic.ultraesb.api.Message
Remove a MessageFormat (i.e.
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'
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
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
removeTemplate(String) - Method in class org.adroitlogic.ultraesb.api.management.GenericDeploymentUnitDefinition
 
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
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");
replaceAttributes(Message, String, String, String[]...) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
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(Message, String, String, String[]...) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
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.
reportCustomStreamGauge(String, long) - Method in interface org.adroitlogic.ultraesb.api.interceptor.InterceptorMetricsReporter
 
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 - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
REQUEST_FILE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
REQUEST_MESSAGE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
REQUEST_READ_LATENCY - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
REQUEST_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants
 
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.
resetPayloadToNewMessageFile(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Acquires a MessageFile from the default file cache and set it as the current payload of the given message.
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.
RESOURCES_DIR - Static variable in class org.adroitlogic.as2.api.AS2Constants.DirectoryNames
 
ResourceWrapper - Class in org.adroitlogic.ultraesb.api.helper
Wrapper to hold the input stream and the resource path
ResourceWrapper(InputStream, String) - Constructor for class org.adroitlogic.ultraesb.api.helper.ResourceWrapper
 
ResourceWrapper(URL) - Constructor for class org.adroitlogic.ultraesb.api.helper.ResourceWrapper
 
ResourceWrapper(File) - Constructor for class org.adroitlogic.ultraesb.api.helper.ResourceWrapper
 
RESPONSE - Static variable in class org.adroitlogic.ultraesb.api.management.AddressDefinition
A response type endpoint
RESPONSE_CODES - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
RESPONSE_CORRELATION_MAP - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
RESPONSE_FILE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
RESPONSE_MESSAGE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
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_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
RESPONSE_WRITE_LATENCY - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
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 - Enum in org.adroitlogic.ultraesb.api.helper
 
resume() - Method in interface org.adroitlogic.ultraesb.api.Configuration
 
resume() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
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
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

S

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
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
 
SECURITY - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the message security
SEND_COMPLETE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.SessionCtx
 
SEND_ERROR_CODES - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Transport
 
SEND_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The property to read the send-ack/nack timeout
sendAndReceiveResponse(Message, String, Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Send the message - msg to the given endpoint to and populate the response data to the response message - responseMsg
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.
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<String, String>) - 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.
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_DIR - Static variable in class org.adroitlogic.as2.api.AS2Constants.DirectoryNames
 
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_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_CONNECTION_DEBUG - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
 
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
SERVICE_TRP_PROPS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.MessageProperties
 
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_VERSION - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants
The proxy service transport property that holds a proxy service version
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.
setAsyncMDNRequested(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setAsyncMDNResponseHeaders(Map<String, String>) - 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
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.
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
 
setConfigAutoRefreshEnabled(boolean) - Method in class org.adroitlogic.ultraesb.api.Environment
Sets whether on the fly configuration updating is enabled.
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
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
 
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
 
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
 
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
 
setErrorHandler(InterceptorErrorHandler<T>) - Method in class org.adroitlogic.ultraesb.api.interceptor.AbstractInterceptor
Sets the error handler for the interceptor
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
 
setFailed(Boolean) - Method in interface org.adroitlogic.as2.api.AS2Manager
Set failed field to mark whether this is a success path or failed path for AS2Manager
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
setFin(boolean) - Method in interface org.adroitlogic.ultraesb.api.format.WebSocketMessage
Mark whether the complete payload of the message is present
setForcedHost(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Forces the specified host name for any HTTP request going out after this call through the HTTP transport
setForwardUrlPostfix(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Appends the given postfix to the HTTP url of the given message
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
setHeader(ByteBuffer) - Method in interface org.adroitlogic.ultraesb.api.format.WebSocketMessage
 
setId(String) - Method in class org.adroitlogic.ultraesb.api.management.TemplateCallerDefinition
 
setId(String) - Method in interface org.adroitlogic.ultraesb.api.monitoring.MessageStatistics
Deprecated.
Sets the identifier of this message
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
 
setInstance(T) - Method in class org.adroitlogic.ultraesb.api.management.TemplateCallerDefinition
 
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
setMarkedAsFailed(boolean) - Method in interface org.adroitlogic.ultraesb.api.Message
Mark this message as failed, by passing true.
setMaskedKeyBuffer(ByteBuffer) - Method in interface org.adroitlogic.ultraesb.api.format.WebSocketMessage
Set the mask key of the messages received from WebSocketPeers
setMaximumDuration(long) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the maximum suspend duration in milliseconds of this endpoint
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
 
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.
setMessageSubject(String) - Method in class org.adroitlogic.as2.api.Partner
 
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
 
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
setOpcode(WebSocketMessage.Opcode) - Method in interface org.adroitlogic.ultraesb.api.format.WebSocketMessage
 
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
 
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<K, V>) - 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
setPayloadSize(int) - Method in interface org.adroitlogic.ultraesb.api.format.WebSocketMessage
Set the actual number of bytes present in the ByteBuffer which contains the unmasked payload data
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
setPinnedServerGroups(String) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
setPinnedServers(String) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
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<String, String>) - Method in class org.adroitlogic.ultraesb.api.management.AlertActionDefinition
 
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
 
setRecipientLogicalGroups(Message, List<String>) - Method in interface org.adroitlogic.ultraesb.api.mediation.WebSocketSupport
Marks the message to be sent to all the WebSocketPeers which belongs to given logical groups.
setRecipientPeers(Message, String...) - Method in interface org.adroitlogic.ultraesb.api.mediation.WebSocketSupport
Marks the message to be sent to all the WebSocketPeers which corresponds to the given peerIds.
setRecipientSubscriberPaths(Message, List<String>) - Method in interface org.adroitlogic.ultraesb.api.mediation.WebSocketSupport
Marks a message to be sent to all the WebSocketPeers which are connected to given subscriber paths.
setRequestAsyncMDN(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setRequestMDN(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setRequestSignedMDN(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setResponseCode(int) - Method in interface org.adroitlogic.ultraesb.api.monitoring.MessageStatistics
Deprecated.
Sets the response Code of the response sent back to the caller
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
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
 
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
 
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
setStatistics(MessageStatistics) - Method in interface org.adroitlogic.ultraesb.api.Message
 
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
setSuspendErrorIndicationCodes(String) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the set of suspend error indication codes as a comma separated string
setTemplateKey(String) - Method in class org.adroitlogic.ultraesb.api.management.TemplateCallerDefinition
 
setTemporaryErrorIndicationCodes(String) - Method in class org.adroitlogic.ultraesb.api.management.EndpointDefinition
Sets the set of temporary error indication codes as a comma separated string
setTimeId(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setTimeId(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setTimeId(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
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.
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
 
setTransportStatusCode(int) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setTuned(boolean) - Method in class org.adroitlogic.ultraesb.api.Environment
Sets whether the environment is tuned or not
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
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
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
 
setWorkManagerId(String) - Method in class org.adroitlogic.ultraesb.api.management.ProxyServiceDefinition
 
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
shouldAuditHeaders() - Method in enum org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
Whether headers are recorded
shouldAuditPayload() - Method in enum org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
Whether payload is recorded
shouldAuditProperties() - Method in enum org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
Whether properties are recorded
shouldFetch(T, String) - Method in interface org.adroitlogic.ultraesb.api.transport.PrefetchHandler
Executes based on the provided context and provides the decision, whether to fetch the message or discard it
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
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 - Enum in org.adroitlogic.as2.api
Signature digest algorithms
SignatureInfo.EncryptionAlgorithm - Enum 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
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
SKIP_QUERY_PARAMETERS - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.EndpointProperties
The property to specify whether skip query parameters while submitting a message to the end point.
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.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.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
SPACE_NAME - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames
 
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
SplitGroupingCriteria<T> - 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 - Annotation Type 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.SessionCtx
 
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.SessionCtx
 
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(String) - Method in interface org.adroitlogic.ultraesb.api.monitoring.ESStatisticsServer
 
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
 
START_TIME - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.LocalCtx
 
startActingAsServer(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 and deployment units to the given node will be started in the current server, unless it also is pinned into the current server.
startActingAsServerGroup(String) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Starts acting as the given server group, which means that all the pinned proxy services and deployment units to the given server group will be started in the current server, unless it also is pinned into the current server group.
startActingAsServerGroup(String, String) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Starts acting as the given server group, which means that all the pinned proxy services and deployment units to the given server group will be started in the current server, unless it also is pinned into the current server group.
startMaintenance() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Put the server into the maintenance mode
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 interface org.adroitlogic.ultraesb.api.monitoring.ESStatisticsServer
 
stopActingAsServer(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 and deployment units to the given node will be stopped in the current server, unless it also is pinned into the current server.
stopActingAsServerGroup(String) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Stops acting as the given server group, which means that all the pinned proxy services and deployment units to the given node will be stopped in the current server group, unless it also is pinned into the current server group.
stopActingAsServerGroup(String, String) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Stops acting as the given server group, which means that all the pinned proxy services and deployment units to the given node will be stopped in the current server group, unless it also is pinned into the current server group.
stopGracefully(long) - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
Stops the server gracefully within the specified grace period.
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_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Address
 
STREAM_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.AS2
 
STREAM_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
STREAM_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.FileCache
 
STREAM_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Global
 
STREAM_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Interceptor
 
STREAM_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Message
 
STREAM_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
STREAM_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Sequence
 
STREAM_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.System
 
STREAM_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Transport
 
STREAM_ENTITY_TYPE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.WorkManager
 
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.Address
 
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.Global
 
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
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_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Address
 
SUCCESSFUL_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Endpoint
 
SUSPEND_ERR_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Address
 
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
 
SUSPEND_STATE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Address
 
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.
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
 
SYS_ENTITY_ID - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.System
 

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_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.
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
 
TEMP_ERR_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Address
 
TEMPLATE_EXECUTION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Template
 
TemplateCallerDefinition<T> - Class in org.adroitlogic.ultraesb.api.management
The end-user level API class to define a TemplateCaller dynamically at runtime
TemplateCallerDefinition(String, T) - Constructor for class org.adroitlogic.ultraesb.api.management.TemplateCallerDefinition
 
TemplateDestroy - Annotation Type 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, MediationTemplate.Flow, String, String, List<ParameterInfo>) - Constructor for class org.adroitlogic.ultraesb.api.template.TemplateInfo
 
TemplateInit - Annotation Type in org.adroitlogic.ultraesb.api.template
Annotation used to mark a method as an initialization method for the template implementation class
TemplateMethod - Annotation Type 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 - Annotation Type 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 - Enum in org.adroitlogic.ultraesb.api.template
Defines the available template types based on which he templates are categorized into groups
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
 
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
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
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
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
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
toMap() - Method in interface org.adroitlogic.ultraesb.api.monitoring.MessageStatistics
Deprecated.
Maps the message statistics information into a map of type Map<String, Object>
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.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_LATENCY - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Address
 
TOTAL_LATENCY - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Proxy
 
TOTAL_MESSAGE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Address
 
TOTAL_PROCESSED_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Sequence
 
TOTAL_THREAD_USAGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.WorkManager
 
toType(Class<T>) - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
toUntypedMap() - Method in interface org.adroitlogic.ultraesb.api.format.JSONMessage
 
tracePayload(Message, String...) - Method in interface org.adroitlogic.ultraesb.api.mediation.LogSupport
Writes the message payload to a file if trace is enabled for the system logger and '/tmp/trace' directory exists
tracePayload(Message, Logger, String...) - Method in interface org.adroitlogic.ultraesb.api.mediation.LogSupport
Writes the message payload to a file if trace is enabled for the given logger and '/tmp/trace' directory exists
TRANSACTION_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
transform(Message, String, String, boolean, Map<String, Object>, String[]...) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
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
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<String, Object>) - Method in interface org.adroitlogic.ultraesb.api.helper.XQuerySupport
Transform message with the given XQuery and replace the payload with the result
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_STARTUP_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
TRANSPORT_URL - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants
The proxy service transport property that holds the transport URL of a proxy service
TransportErrorHandler<REQ,RES,CTX> - 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
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 - 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
 
unloadAllDeploymentUnits() - Method in interface org.adroitlogic.ultraesb.api.management.ServerAdmin
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
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.
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_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
 
URL_PREFIX - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
 
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
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_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

V

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 If validation failed, this will throw a BusRuntimeException with details of the XSD validation failures
validate(Message, String...) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Validate the current message against one or more schemas If validation failed, this will throw a BusRuntimeException with details of the XSD validation failures
validate(String, String...) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Validate the given String against one or more schemas If validation failed, this will throw a BusRuntimeException with details of the XSD validation failures
validate(Node, String...) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Validate the given String against one or more schemas If validation failed, this will throw a BusRuntimeException with details of the XSD validation failures
validateAll(Message, String[], String, String[]...) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Validate the current message - or all elements of it selected via an XPath expression - against one or more schemas If validation failed, this will throw a BusRuntimeException with details of the XSD validation failures
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
 
valueOf(String) - Static method in enum org.adroitlogic.as2.api.EncryptionInfo.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.as2.api.SignatureInfo.EncryptionAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.cache.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.ConfigurationElement.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.Environment.NamedEnv
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.format.WebSocketMessage.Opcode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.helper.ResponseValidator.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.interceptor.message.FlowPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.interceptor.message.FlowType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.management.AddressDefinition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Function
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.mediation.AlertSupport.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.mediation.AlertSupport.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.monitoring.MessageStatistics.Status
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.MetricsRecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.RequiredMetricsCollector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.StreamCreationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.template.InputControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.template.MediationTemplate.Flow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.template.TemplateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Method
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.adroitlogic.as2.api.EncryptionInfo.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.as2.api.SignatureInfo.DigestAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.as2.api.SignatureInfo.EncryptionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.cache.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.ConfigurationElement.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.Environment.NamedEnv
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
values() - Static method in enum org.adroitlogic.ultraesb.api.format.WebSocketMessage.Opcode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.helper.ResponseValidator.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.interceptor.artifact.ArtifactType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.interceptor.artifact.LifecycleEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.interceptor.message.FlowPoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.interceptor.message.FlowType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.interceptor.server.LifecycleEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.management.AddressDefinition.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Function
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.management.AlertConfigurationDefinition.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.management.EndpointDefinition.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.mediation.AlertSupport.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.mediation.AlertSupport.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.mediation.AuditSupport.AuditType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.mediation.helper.NodeWatcher.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.monitoring.MessageStatistics.Status
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.MetricsRecordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.RequiredMetricsCollector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.StreamCreationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.template.InputControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.template.MediationTemplate.Flow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.template.TemplateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.adroitlogic.ultraesb.api.transport.http.HttpConstants.Method
Returns an array containing the constants of this enum type, in the order they are declared.
verifySignedMessage(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message is valid using public key certificates
verifyTimestampedAndEncryptedMessage(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.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
verifyTimestampedEncryptedAndSignedMessage(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.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
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
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

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
WARN_STATE_COUNT - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Address
 
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.
WebSocketMessage - Interface in org.adroitlogic.ultraesb.api.format
A message payload format which is used to handle WebSocket communication
WebSocketMessage.Opcode - Enum in org.adroitlogic.ultraesb.api.format
WebSocketMessage must contain one of the below opcode.
WebSocketSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Mediation support for WebSocket communication related meditations
WIP_MESSAGE_USAGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.WorkManager
 
WIP_MESSAGES - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.WorkManager
 
WM_THREAD_USAGE - Static variable in class org.adroitlogic.ultraesb.api.monitoring.MetricsStreamNames.Global
 
WORK_MANAGER_ERROR - Static variable in class org.adroitlogic.ultraesb.api.LoggedErrorCodes.Core
 
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
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 © 2010–2016 AdroitLogic. All rights reserved.