AdroitLogic UltraESB v1.7.0
A B C D E F G H I J K L M N O P Q R S T U V W X

A

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 SLF4J logger with the name as "sequence." e.g.
AbstractJavaSequence() - Constructor for class org.adroitlogic.ultraesb.api.AbstractJavaSequence
 
addAttachment(String, MessageFormat) - Method in interface org.adroitlogic.ultraesb.api.Message
Add an attachment to the message identified by the specified key
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.
addDigestUsernameTokenAuthentication(Message, String, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Add a WS-Security Username Token authentication element to the request, with a nonce, created and hashed password
addDigestUsernameTokenAuthentication(Message, String, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Add a WS-Security Username Token authentication element to the request, with a nonce, created and hashed password
addDigestUsernameTokenAuthenticationWithTimestamp(Message, String, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Add a WS-Security Username Token authentication element and a Timestamp element to the request, with a nonce, created and hashed password
addDigestUsernameTokenAuthenticationWithTimestamp(Message, String, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Add a WS-Security Username Token authentication element and a Timestamp element to the request, with a nonce, created and hashed password
addElementsAsChild(String, String[][], String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Inserts Element as a child to the specified elements pointed by an xpath expression
addElementsAsChild(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
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
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.
addOrUpdateConfigFromFile(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Switch configuration fragment to new version
addPlainUsernameTokenAuthenticationWithTimestamp(Message, String, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Add a WS-Security Username Token authentication element and a Timestamp elemtn to the request, with a nonce, created and hashed password
addPlainUsernameTokenAuthenticationWithTimestamp(Message, String, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Add a WS-Security Username Token authentication element and a Timestamp elemtn to the request, with a nonce, created and hashed password
addPreemptiveBasicAuthentication(Message, String, String, String, boolean) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by HTTPSupport.addPreemptiveBasicAuthentication(Message, String, String, String, boolean) Adds an HTTP transport header for pre-emptive basic authentication for this message. Note: Pre-emptive basic authentication will perform better than basic authentication after an initial request fails with an HTTP 401 authentication required response. However, basic authentication will not be secure as digest authentication or other such mechanisms. It is reccomended that basic authentication if used, should be over an SSL secured connection - in which case the authentication security would be acceptable
addPreemptiveBasicAuthentication(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by HTTPSupport.addPreemptiveBasicAuthentication(Message, String, String) Adds an HTTP transport header for pre-emptive basic authentication for this message. Note: Pre-emptive basic authentication will perform better than basic authentication after an initial request fails with an HTTP 401 authentication required response. However, basic authentication will not be secure as digest authentication or other such mechanisms. It is reccomended that basic authentication if used, should be over an SSL secured connection - in which case the authentication security would be acceptable
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.
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.
addStringAsSoapHeader(String, String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Adds a String as a new SOAP header
addStringAsSoapHeader(Message, String, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Adds a String as a new SOAP header
addTextElementsAsChild(String, String[][], String, String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Inserts Text Element as a child to the specified elements pointed by an xpath expression
addTextElementsAsChild(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) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Add a WS-Security Username Token authentication element to the request
afterPropertiesSet() - Method in class org.adroitlogic.as2.util.KeystoreManager
 
aggregate(Message) - Method in interface org.adroitlogic.ultraesb.api.helper.MessageAggregator
Aggregate the current message according to configuration of the aggregator instance.
AGGREGATION - Static variable in class org.adroitlogic.ultraesb.api.helper.MessageAggregator.AggregationConstants
An identifier used to prevent the GC of messages until aggregation
AMQPConstants - Class in org.adroitlogic.ultraesb.api.transport.amqp
Constants used with the JMS transport
AMQPConstants() - Constructor for class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
 
AMQPConstants.ErrorCodes - Class in org.adroitlogic.ultraesb.api.transport.amqp
 
AMQPConstants.ErrorCodes() - Constructor for class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants.ErrorCodes
 
AMQPMessageListener - Class in org.adroitlogic.ultraesb.transport.amqp
MessageListener used by the UltraESB AMQP transport to receive messages from the AMQP broker and inject to the proxy services after creating a UltraESB API message.
AMQPMessageListener(ProxyService, PlatformTransactionManager, boolean, MetricsCollector) - Constructor for class org.adroitlogic.ultraesb.transport.amqp.AMQPMessageListener
 
AMQPTransportListener - Class in org.adroitlogic.ultraesb.transport.amqp
AMQP transport listener implementation for the UltraESB
AMQPTransportListener() - Constructor for class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
AMQPTransportSender - Class in org.adroitlogic.ultraesb.transport.amqp
AMQP transport sender implementation for the UltraESB
AMQPTransportSender() - Constructor for class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportSender
 
AS2Constants - Class in org.adroitlogic.as2.api
Constants and ErrorCodes used by AS2 code
AS2Constants.ErrorCodes - Class in org.adroitlogic.as2.api
The HTTP Authorization header
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
AS2Manager - Class in org.adroitlogic.as2.manager
Holds the AS2 configuration, and acts as the interface between the AS2 support and the UltraESB
AS2Manager(String, String, String, KeystoreManager, FileCache, PersistenceService) - Constructor for class org.adroitlogic.as2.manager.AS2Manager
Create the AS2Manager instance
AS2Manager(String, String, String, KeystoreManager, FileCache) - Constructor for class org.adroitlogic.as2.manager.AS2Manager
Create the AS2Manager instance without any persistence
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
AUTH_CONNECTION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
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
Transport level authentication username to be used for the outgoing message
AUTH_SCHEME - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
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
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
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

B

BaseConstants - Class in org.adroitlogic.ultraesb.api.transport
Defines generic transport level constants
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
 
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() - Constructor for exception org.adroitlogic.ultraesb.api.BusRuntimeException
 
BusRuntimeException(String) - Constructor for exception org.adroitlogic.ultraesb.api.BusRuntimeException
 
BusRuntimeException(String, Throwable) - Constructor for exception org.adroitlogic.ultraesb.api.BusRuntimeException
 
BusRuntimeException(Throwable) - Constructor for exception org.adroitlogic.ultraesb.api.BusRuntimeException
 
ByteArrayMessage - Interface in org.adroitlogic.ultraesb.api.format
A Message where the payload is held within a byte array
BYTES_MESSAGE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The constant used to specify a BytesMessage to be sent

C

Cache - Interface in org.adroitlogic.ultraesb.api.cache
Main cache class where the user is supposed to use for all the interactions with a specific cache.
CacheEntry - Interface in org.adroitlogic.ultraesb.api.cache
Represents an entry in the cache
CacheType - Class in org.adroitlogic.ultraesb.api.cache
Represents the type of a cache, which may vary depending on the call you made to get hold of it.
CachingSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Caching support for mediation
CC - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
clear() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
CLIENT_CERTS - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants
 
CLIENT_DN - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants
 
cloneMessage() - Method in interface org.adroitlogic.ultraesb.api.Message
Clone the current message - without transport headers, properties or payload.
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
 
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
 
ConfigurationConstants.EndpointProperties - Class in org.adroitlogic.ultraesb.api
 
ConfigurationConstants.EndpointProperties() - Constructor for class org.adroitlogic.ultraesb.api.ConfigurationConstants.EndpointProperties
 
ConfigurationElement - Interface in org.adroitlogic.ultraesb.api
 
ConfigurationElement.State - Class in org.adroitlogic.ultraesb.api
 
ConfigurationEvent - Interface in org.adroitlogic.ultraesb.api
An event describing a change in the configuration.
ConfigurationEvent.ElementType - Class in org.adroitlogic.ultraesb.api
Enumeration describing the type of the element
ConfigurationEvent.EventType - Class in org.adroitlogic.ultraesb.api
Enumeration describing the type of the event
ConfigurationWatcher - Interface in org.adroitlogic.ultraesb.api
This is expected to be implemented for watching the configuration changes like add or remove of configuration elements.
CONNECTION_EST_TIME - Static variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
CONNECTION_IN_USE - Static variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
CONNECTION_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
Determines the timeout in milliseconds until a connection is established.
containsAttachments() - Method in interface org.adroitlogic.ultraesb.api.Message
Does this message contain attachments?
containsKey(Object) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
containsValue(Object) - 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
convertDOMToSoap11(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Converts a DOM message to SOAP 1.1 by wrapping the message in a SOAP envelope and body
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.SOAPSupport
Converts a DOM message to SOAP 1.2 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
convertFromFI(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XMLSupport.convertFromFI(Message) or SOAPSupport.convertFromFI(Message) 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.SOAPSupport
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
Deprecated. From v1.7,0 replaced by JSONSupport.convertJSONToStream(Message, Object) Convert an untyped Object (e.g. Map holding a JSON payload) to a streamed (file based) message
convertJSONToStream(Message, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Convert an untyped Object (e.g.
convertSoapToDOM(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Converts a SOAP message to DOM (POX) by stripping out the SOAP Envelope and Body and Header
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
convertSOAPToJAXBObject(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Converts a SOAP payload into a JAXB Object.
convertSOAPToJSONStream(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by SOAPSupport.convertSOAPToJSONStream(Message) or JSONSupport.convertSOAPToJSONStream(Message) 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
Deprecated. From v1.7,0 replaced by SOAPSupport.convertSOAPToJSONStream(Message, javax.xml.namespace.QName, boolean) or JSONSupport.convertSOAPToJSONStream(Message, javax.xml.namespace.QName, boolean) 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.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
Deprecated. From v1.7,0 replaced by XMLSupport.convertToDOM(Message) Convert the current message into a DOMMessage
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
Deprecated. From v1.7,0 replaced by XMLSupport.convertToFI(Message) or SOAPSupport.convertToFI(Message) Convert the XML message into a FastInfoset binary message
convertToFI(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Convert the XML message into a FastInfoset binary message
convertToFI(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Convert the XML message into a FastInfoset binary message
convertToProtocolBuffer(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.ProtocolBufferSupport
Convert the given message to a message of type ProtocolBufferMessage with a protocol buffer DynamicMessage as the message type.
convertToProtocolBuffer(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.ProtocolBufferSupport
Convert the given message to a message of type ProtocolBufferMessage with a protocol buffer Message type passed in with the typeClass.
convertToTypedJSON(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by JSONSupport.convertToTypedJSON(Message, Class) Convert the current message into a Typed JSON Object
convertToTypedJSON(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Convert the current message into a Typed JSON Object
convertToUntypedJSON(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by JSONSupport.convertToUntypedJSON(Message) Convert the current message into an untyped JSON MapMessage
convertToUntypedJSON(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.JSONSupport
Convert the current message into an untyped JSON MapMessage
convertXMLToJAXBObject(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Converts a XML payload into a JAXB Object.
convertXMLToJSONStream(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XMLSupport.convertXMLToJSONStream(Message) or JSONSupport.convertXMLToJSONStream(Message) 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
Deprecated. From v1.7,0 replaced by XMLSupport.convertXMLToJSONStream(Message, javax.xml.namespace.QName, boolean) or JSONSupport.convertXMLToJSONStream(Message, javax.xml.namespace.QName, boolean) 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.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
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[]
createDefaultResponseMessage() - Method in interface org.adroitlogic.ultraesb.api.Message
Create the default response message to this message
createDOMDocument() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XMLSupport.createDOMDocument() Create a new DOM Document object and return
createDOMDocument() - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Create a new DOM Document object and return
createTempFile(String, String, File) - Method in class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Create a temporary file with the given prefix and extension, at the given temporary file path
CRON_EXPRESSION - Static variable in class org.adroitlogic.ultraesb.api.transport.PollingConstants
 

D

DataHandlerMessage - Interface in org.adroitlogic.ultraesb.api.format
A Message where the payload is held within a DataHandler
DATE - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.Headers
 
DateSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Date Processing Support for mediation
DEBUG - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
DECOMPRESSION_FAILED - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
DECRYPTION_FAILED - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
DEFAULT_FOLDER - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
DEFAULT_KEEPALIVE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 
DEFAULT_SERVER_NAME - Static variable in class org.adroitlogic.ultraesb.ServerManager
 
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
describe() - Method in class org.adroitlogic.ultraesb.api.ErrorCode
 
describe() - Method in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
DESTINATION - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the JMS destination name of the message
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.ultraesb.api.ConfigurationElement.State
 
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
 
DISTRIBUTED_PERMANENT - Static variable in class org.adroitlogic.ultraesb.api.cache.CacheType
 
DISTRIBUTED_PERSISTENT - Static variable in class org.adroitlogic.ultraesb.api.cache.CacheType
 
DISTRIBUTED_TEMP - Static variable in class org.adroitlogic.ultraesb.api.cache.CacheType
 
doFilter(HttpRequest, HttpResponse, NHttpResponseTrigger, HttpContext) - Method in interface org.adroitlogic.ultraesb.transport.http.RequestFilter
Filter an ESB HTTP request before Proxy Service processing begins
doFilter(HttpRequest, HttpResponse, NHttpResponseTrigger, HttpContext) - Method in class org.adroitlogic.ultraesb.transport.http.ServiceResourceRequestFilter
 
DOMMessage - Interface in org.adroitlogic.ultraesb.api.format
A Message where the payload is held as a DOM Document
dropMessage(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Mark this message as a 'Dropped' message.

E

ELEMENT_TYPE_ENDPOINT - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
ELEMENT_TYPE_FILE_CACHE - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
ELEMENT_TYPE_PROXY_SERVICE - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
ELEMENT_TYPE_SEQUENCE - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
ELEMENT_TYPE_TRANSPORT_LISTENER - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
ELEMENT_TYPE_TRANSPORT_SENDER - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
ELEMENT_TYPE_WORK_MANAGER - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
endMaintenance() - Method in class org.adroitlogic.ultraesb.ServerManager
Resume normal operations from maintenance
entrySet() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
equals(Object) - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
ERR_000000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_000_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_101000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101001 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101002 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101003 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101005 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101006 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101500 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101501 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101503 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101504 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101505 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101506 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101507 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101508 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101510 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101511 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_101_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_102000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102010 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102011 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102012 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102020 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102021 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102030 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102031 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102032 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102500 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102501 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102510 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102520 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102530 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_102_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_103000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_103500 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_103501 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_103_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_104000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_104001 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_104500 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_104501 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_104_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_105000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_105500 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_105501 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_105_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_201001 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201002 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201003 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201004 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201005 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201006 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201007 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201008 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201009 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_201010 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_800000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_800001 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_800002 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_800_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERR_900000 - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode
 
ERR_900_TYPE - Static variable in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
ERROR_COMPUTING_MIC - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
ERROR_READING_PAYLOAD - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
The error code indicating an IO error reading payload
ErrorCode - Class in org.adroitlogic.ultraesb.api
This enum provides a mapping for the error description for the respective error codes
ErrorCode.ErrorType - Class in org.adroitlogic.ultraesb.api
 
ErrorInfo - Class in org.adroitlogic.ultraesb.api
A simple bean to hold error information encountered by a message
ErrorInfo(int, String, Exception) - Constructor for class org.adroitlogic.ultraesb.api.ErrorInfo
 
ErrorInfo(int, String) - Constructor for class org.adroitlogic.ultraesb.api.ErrorInfo
 
ErrorInfo(int, Exception) - Constructor for class org.adroitlogic.ultraesb.api.ErrorInfo
 
ErrorInfo(Exception) - Constructor for class org.adroitlogic.ultraesb.api.ErrorInfo
 
EVENT_TYPE_ADD - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
 
EVENT_TYPE_MODIFY - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
 
EVENT_TYPE_OUTDATE - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
 
EVENT_TYPE_REMOVE - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
 
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(Message, Mediation) - Method in interface org.adroitlogic.ultraesb.api.JavaCodeSnippetSequence
Executes the Java code snippet sequence with the message
execute(Runnable) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Submit a Runnable task to the executors
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
extractAsNodeListUsingXPath(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XMLSupport.extractAsNodeListUsingXPath(Message, String, String[][]) 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(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
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
Deprecated. From v1.7,0 replaced by XMLSupport.extractAsStringUsingXPath(Message, String, String[][]) or SOAPSupport.extractAsStringUsingXPath(Message, String, String[][]) 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(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
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(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
extractResultNodeList(String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Get the nodes matching the result of the XPath expression

F

FAILED - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
FAILED - Static variable in class org.adroitlogic.ultraesb.transport.TransportSender.SendingResult
 
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
 
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
 
FileTransportListener - Class in org.adroitlogic.ultraesb.transport.file
The File transport listener supporting polling of messages from: file, ftp, sftp and ftps protocols
FileTransportListener() - Constructor for class org.adroitlogic.ultraesb.transport.file.FileTransportListener
Default constructor
FileTransportListener(int) - Constructor for class org.adroitlogic.ultraesb.transport.file.FileTransportListener
The constructor allowing the tuning of allocated threads for polling
FileTransportSender - Class in org.adroitlogic.ultraesb.transport.file
The File transport sender - capable of writing messages to file based endpoints over: ftp, sftp, ftps or file
FileTransportSender() - Constructor for class org.adroitlogic.ultraesb.transport.file.FileTransportSender
Default constructor
filter(String, String[][], String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Evaluate if the textual result of the XPath expression evaluation matches the given regex
filter(Message, String, String[][], String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XMLSupport.filter(Message, String, String[][], String) or SOAPSupport.filter(Message, String, String[][], String) Evaluate the given XPath expression over the XML payload and compare the resulting String value with the regular expression for a match. This method converts the current payload into a DOMMessage
filter(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XMLSupport.filter(Message, String, String[][]) or SOAPSupport.filter(Message, String, String[][]) Evaluate the given boolean XPath expression over the XML payload
filter(Message, String, String[][], String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
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.SOAPSupport
Evaluate the given boolean XPath expression over the XML payload
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
FOLDER - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
FormatConversionException - Exception in org.adroitlogic.ultraesb.api.format
Usually thrown when an error occurs during a conversion of a message payload between MessageFormats
FormatConversionException() - Constructor for exception org.adroitlogic.ultraesb.api.format.FormatConversionException
 
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
The name of the message property that holds the URL postfix when a message gets forwarded.
FROM - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
fromInt(int) - Static method in class org.adroitlogic.ultraesb.api.ErrorCode
 
FROZEN - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
FTP_FTPS_DELETE_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
ftp or ftps delete failed
FTP_FTPS_FETCH_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
ftp or ftps fetch failed
FTP_FTPS_LIST_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
ftp or ftps list failed
FTP_FTPS_PUT_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
ftp or ftps put failed

G

GEN_CONNECTION_FAILED - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
Connection failed
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(Object) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
getActingServerNames() - Method in class org.adroitlogic.ultraesb.ServerManager
Gives and unmodifiable list containing the names of the server this server is acting as
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.
getBean(String) - Method in interface org.adroitlogic.ultraesb.api.Configuration
Return the Spring bean with the given id
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
getClusterManager() - Method in class org.adroitlogic.ultraesb.ServerManager
Get the cluster manager
getCodedMessage() - Method in class org.adroitlogic.as2.api.FailureInfo
 
getConfigFile(String) - Method in class org.adroitlogic.ultraesb.ServerManager
 
getConfigurationWatchers() - Method in interface org.adroitlogic.ultraesb.api.Configuration
Gives the configuration watcher list
getConnection(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get a database connection from the datasource defined in the [Spring] configuration with the given id
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.
getCookie(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by HTTPSupport.getCookie(Message, String) Return the value of the cookie with the given name
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
getCurrentPayload() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the current payload of the message
getDashboardView() - Method in class org.adroitlogic.ultraesb.ServerManager
Get information to display on the dashboard
getDataHandler() - Method in interface org.adroitlogic.ultraesb.api.format.DataHandlerMessage
Get the underlying DataHandler instance
getDataSource(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get the DataSource with the specified id from the [Spring] configuration
getDateFromISO8601String(String) - Method in interface org.adroitlogic.ultraesb.api.mediation.DateSupport
Returns a java.util.Date from an ISO8601 compliant date string yyyy-MM-dd
getDateFromISO8601String(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by DateSupport.getDateFromISO8601String(String) 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'
getDateFromUTCString(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by DateSupport.getDateFromUTCString(String) 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
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
 
getDestinationURL() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the current destination URL for this message.
getDetails() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
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.
getDistributedCache() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by CachingSupport.getDistributedCache() Applicable only when the clustering is enabled and deployed as a cluster. Characteristics of the cache returned by this method is equal to the cache that of Mediation.getLocalCache() but this replicates the content across the nodes in the cluster.

Not like the local equivalent to which you can put any thing, this only accepts Serializable content as both key and value of the entries in the cache. This is because the content you put has to be serialized as the cache needs to replicate the content using RMI.

If the node is starting up later in the cluster, (i.e. it joins a cluster with a state) the node bootstraps the cache content from one of its arbitrarily selected peers.

getDistributedPermanentCache() - 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
Deprecated. From v1.7,0 replaced by CachingSupport.getDistributedPermanentCache() Applicable only when the clustering is enabled and deployed as a cluster. Characteristics of the cache returned by this method is equal to the cache that of Mediation.getLocalPermanentCache() but this replicates the content across the nodes in the cluster.

Not like the local equivalent to which you can put any thing, this only accepts Serializable content as both key and value of the entries in the cache. This is because the content you put has to be serialized as the cache needs to replicate the content using RMI.

You should take extra care about the content life cycle, as the cache doesn't expire the entries that you put. If the node is starting up later in the cluster, (i.e. it joins a cluster with a state) the node bootstraps the cache content from one of its arbitrarily selected peers. Because of the above bootstrap, not like in the local equivalent unless the complete cluster goes off the content will be preserved even on a System/JVM restart on a single node, as it will bootstrap it's cache content from a peer in the cluster.

getDistributedPersistentCache() - 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
Deprecated. From v1.7,0 replaced by CachingSupport.getDistributedPersistentCache() Applicable only when the clustering is enabled and deployed as a cluster. Characteristics of the cache returned by this method is equal to the cache that of Mediation.getLocalPersistentCache() but this replicates the content across the nodes in the cluster.

Not like the local equivalent to which you can put any thing, this only accepts Serializable content as both key and value of the entries in the cache. This is because the content you put has to be serialized as the cache needs to replicate the content using RMI.

You should take extra care about the content life cycle, as the cache doesn't expire the entries that you put. If the node is starting up later in the cluster, (i.e. it joins a cluster with a state) the node bootstraps the cache content from one of its arbitrarily selected peers.

getDocument() - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Get the underlying DOM Document
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
getEncryptCertAlias() - Method in class org.adroitlogic.as2.api.Partner
 
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
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
 
getEventType() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationEvent
Gives the EventType
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
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
getFileSize() - Method in interface org.adroitlogic.ultraesb.api.format.RawFileMessage
The file size
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
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
 
getGraphView() - Method in class org.adroitlogic.ultraesb.ServerManager
 
getHTTPSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access HTTP support API
getHumanMessage() - Method in class org.adroitlogic.as2.api.FailureInfo
 
getId() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
getId() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
getId() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Return ID of the WorkManager
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.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
 
getInstance() - Static method in class org.adroitlogic.ultraesb.ServerManager
Get the ServerManager instance of the JVM
getIOEventDispatch(FileCache, TCPServiceHandler, HttpParams, MetricsCollector, boolean, String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
getIOEventDispatch(FileCache, TCPServiceHandler, ConnectionManager, HttpParams, MetricsCollector, boolean, String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
getIOEventDispatch(FileCache, TCPServiceHandler, HttpParams, MetricsCollector, boolean, String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
 
getISO8601FormattedString(Date) - Method in interface org.adroitlogic.ultraesb.api.mediation.DateSupport
Returns an ISO8601 compliant date string as yyyy-MM-dd
getISO8601FormattedString(Date) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by DateSupport.getISO8601FormattedString(java.util.Date) Returns an ISO8601 compliant date string as yyyy-MM-dd
getJSONSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access JSON support API
getJvmRoute(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by HTTPSupport.getJvmRoute(Message) Return the jvmRoute from the JSESSIONID cookie or jsessionid URL parameter of an HTTP/S request
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
getKey() - Method in interface org.adroitlogic.ultraesb.api.cache.CacheEntry
Gives the key of the cache entry
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
 
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.
getLocalCache() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by CachingSupport.getLocalCache() Gets the Cache instance which is available locally in the node, and expires it's entries in a given time. It also has a time to live and nothing is guaranteed to be present in this cache. If you need your content to be present through out the session, use the Mediation.getLocalPermanentCache() to get the cache which will give you the permanent cache.

This cache overflows the content to disk in case of exceeding the in-memory cache size, which defaults to 10000 entries. How ever after storing another 1000 entries in the disk, the cache will permanently overflow, which sniffs something wrong in your mediation, as the content in this cache is automatically cleared in the expiration 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.
getLocalPermanentCache() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by CachingSupport.getLocalPermanentCache() Gets the Cache instance which is available locally in the node, and keeps its contents in the cache within a session. The contents in this cache will never be expired but they are not persisted, so they will be lost at a System/JVM restart. If you want content to be available across JVM sessions, use Mediation.getLocalPersistentCache() instead.

You should be using this with care, as the content life cycle is not managed by the cache it is your responsibility to manage the cache content life cycle. Otherwise you might get into a resource exhaustion. This cache overflows the content to disk in case of exceeding the in-memory cache size, which defaults to 1000 entries, while there is no limit to the content which will be overflowed to disk

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.
getLocalPersistentCache() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by CachingSupport.getLocalPersistentCache() Gets the Cache instance which is available locally in the node, and keeps its contents in the cache forever across the sessions. In other words the content will be persisted to the disk.

Once again you should be extra careful about the usage, as the content will be there even after a system/JVM restart. It is possible to crash the disk space and the data persisted in the disk be lost and the cache is not handling that case as it really cannot do anything for the data corruption. This cache by default keeps only 100 entries in-memory and it off-loads the content to disk and loads the content from disk depending on the demand for those entries.

You could treat this as a NO-SQL persistent store, available locally in your node. If you want the content to be available among the cluster in the case of a clustered deployment, use the Mediation.getDistributedPersistentCache()

getMDNmessageID() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getMediation() - Method in interface org.adroitlogic.ultraesb.api.Message
Return a reference to Mediation utilities
getMessage() - Method in class org.adroitlogic.ultraesb.api.ErrorInfo
 
getMessage(Class) - Method in interface org.adroitlogic.ultraesb.api.format.ProtocolBufferMessage
Gets the protocol buffer message as a parsed message of type T.
getMessage(Message, Class) - Method in interface org.adroitlogic.ultraesb.api.mediation.ProtocolBufferSupport
Gets the protocol buffer message as a parsed message of type T from the given message.
getMessageFile() - Method in class org.adroitlogic.as2.api.AttachmentDetails
Return the MessageFile containing the payload, or null if none have been used
getMessageFormat() - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Get the name of the message format
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
getMessageQueueSize() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Number of messages queued
getMessageQueueSize() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Size of the pending message queue
getMessageSubject() - Method in class org.adroitlogic.as2.api.Partner
 
getMessageUUID() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getMessageUUID() - Method in class org.adroitlogic.as2.api.SendInfo
 
getMessageUUID() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the UUID of the message
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
 
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.
getOriginalFileName() - Method in class org.adroitlogic.as2.api.AttachmentDetails
The original name of the file (not the path) which contained the attachment
getOriginalMessageID() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
getOriginalMessageID() - Method in class org.adroitlogic.as2.api.SendInfo
 
getOriginalMessageID() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
getOriginalPayload() - Method in interface org.adroitlogic.ultraesb.api.Message
The original payload of the message - as received from the transport, unless modified
getOriginatingTransport() - Method in interface org.adroitlogic.ultraesb.api.Message
Get originating transport
getOriginatingTransport() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportSender
 
getOriginatingTransport() - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
getOriginatingTransportName() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
getOriginatingTransportName() - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOListener
 
getOriginatingTransportName() - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOListener
 
getOriginatingTransportName() - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
getOriginatingTransportName() - Method in class org.adroitlogic.ultraesb.transport.timer.TimerTaskListener
 
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
 
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
 
getPasswordAuthentication() - Method in class org.adroitlogic.ultraesb.transport.http.URLAuthenticator
 
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
 
getPrimaryActiveCount() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Get primary active threads
getProperty(String, int) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
getProperty(String, boolean) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
getProperty(String, int) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
getProperty(String, boolean) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
getProtocolBufferSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access Protocol Buffer support API
getProxyServiceID() - Method in interface org.adroitlogic.ultraesb.api.Message
Get the id of the proxy service to which this message belongs
getProxyServiceIDList() - Method in interface org.adroitlogic.ultraesb.api.Configuration
Return the list of Proxy service IDs
getReceivedTime() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
getRemoteJmxServiceURL() - Method in class org.adroitlogic.ultraesb.ServerManager
 
getRequestContentType() - Method in interface org.adroitlogic.ultraesb.api.Message
Return the content type of the original request.
getSecondaryActiveCount() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Get secondary active threads
getServerName() - Method in class org.adroitlogic.ultraesb.ServerManager
Gives the name of the server which has to be unique in a clustered deployment
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
Deprecated. From v1.7,0 replaced by SOAPSupport.getSoapAction(Message) Return the SOAPAction transport header
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
Deprecated. From v1.7,0 replaced by SOAPSupport.getSoapAddressingAction(Message) Get the WSA Action 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
Deprecated. From v1.7,0 replaced by SOAPSupport.getSoapAddressingFaultTo(Message) Get the WSA FaultTo 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
Deprecated. From v1.7,0 replaced by SOAPSupport.getSoapAddressingFrom(Message) Get the WSA From 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
Deprecated. From v1.7,0 replaced by SOAPSupport.getSoapAddressingMessageID(Message) Get the WSA MessageID 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
Deprecated. From v1.7,0 replaced by SOAPSupport.getSoapAddressingReplyTo(Message) Get the WSA ReplyTo 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
Deprecated. From v1.7,0 replaced by SOAPSupport.getSoapAddressingTo(Message) Get the WSA To 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
Deprecated. From v1.7,0 replaced by SOAPSupport.getSoapFaultCode(Message) Extract the SOAP 1.1 Fault/faultcode or SOAP 1.2 Fault/Code/Value if exists
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
Deprecated. From v1.7,0 replaced by SOAPSupport.getSoapFaultDetail(Message) Extract the SOAP 1.1 detail or SOAP 1.2 Detail 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
Deprecated. From v1.7,0 replaced by SOAPSupport.getSoapFaultString(Message) Extract the SOAP 1.1 Fault/faultstring or SOAP 1.2 Reason/Text 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
Deprecated. From v1.7,0 replaced by SOAPSupport.getSoapHeaderAsString(Message, String, String) Extract the SOAP 1.1/1.2 header value as a String
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
Deprecated. From v1.7,0 replaced by SOAPSupport.getSoapHeadersAsStrings(Message) Extract the SOAP 1.1/1.2 header values as a Strings
getSoapHeadersAsStrings(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Deprecated. Extract the SOAP 1.1/1.2 header values as a Strings
getSOAPSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access SOAP support API
getSpringBean(String, Class) - Method in interface org.adroitlogic.ultraesb.api.Configuration
Return the Spring bean with the given id (Parameterized)
getSpringBean(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get the Spring bean with the given ID from the [Spring] configuration
getSpringBean(String, Class) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get the Spring bean with the given ID from the [Spring] configuration
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
getSQLDateFromISO8601String(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by DateSupport.getSQLDateFromISO8601String(String) 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'
getSQLDateFromUTCString(String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by DateSupport.getSQLDateFromUTCString(String) Returns a java.sql.Date from a UTC date string of the form yyyy-MM-dd'T'HH:mm:ss'Z'
getState() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
getStatus() - Method in class org.adroitlogic.ultraesb.ServerManager
Get a textual representation of the server status
getTCPRequest(MessageImpl) - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOSender
 
getTCPRequest(MessageImpl) - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOSender
 
getTCPRequest(MessageImpl) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
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.
getTimer() - Method in class org.adroitlogic.ultraesb.ServerManager
 
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
 
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
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
Gets the type of the cache, it has to be one of the; LOCAL_TEMP LOCAL_PERMANENT LOCAL_PERSISTENT DISTRIBUTED_TEMP DISTRIBUTED_PERMANENT DISTRIBUTED_PERSISTENT
getType() - Method in class org.adroitlogic.ultraesb.api.ErrorCode
 
getUrl() - Method in class org.adroitlogic.as2.api.Partner
 
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'
getUTFFormattedString(Date) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by DateSupport.getUTFFormattedString(java.util.Date) 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
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
getWipMapSize() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Number of messages in progress
getWipMapSize() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Number of the messages in progress
getWSSecurityManager() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Get the WS-Security Manager defined with the id "wssecMgr"
getXACMLSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access XACML support API
getXMLSupport() - Method in interface org.adroitlogic.ultraesb.api.Mediation
Access DOM support API
getZabbixAgentView() - Method in class org.adroitlogic.ultraesb.ServerManager
 
GROUP_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants.JMSXProperties
The JMSXGroupID property
GROUP_SEQ - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants.JMSXProperties
The JMSXGroupSeq property

H

handleCompletion(MessageImpl) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Remove message from WIP map, and execute completion handler if one exists
handleCompletion(MessageImpl) - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Handle a message that has completed processing.
handleFailedMessage(MessageImpl) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Handle a message that has failed
handleFailedMessage(MessageImpl) - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Submits a failed message for processing.
hashCode() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
HL7Constants - Class in org.adroitlogic.ultraesb.api.transport.mllp
Constants used in the MLLP transport and HL7 messaging
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
 
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
 
HttpNIOListener - Class in org.adroitlogic.ultraesb.transport.http
The HTTP transport listener
HttpNIOListener(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Default constructor, with a reference to the FileCache to use
HttpNIOSender - Class in org.adroitlogic.ultraesb.transport.http
The HTTP transport sender
HttpNIOSender(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
The default constructor, accepting the FileCache to use
HttpsNIOListener - Class in org.adroitlogic.ultraesb.transport.http
HTTPS transport listener
HttpsNIOListener(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Default constructor accepting the FileCache to use
HttpsNIOSender - Class in org.adroitlogic.ultraesb.transport.http
HTTP transport sender
HttpsNIOSender(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Default constructor accepting the FileCache to use
HTTPSupport - Interface in org.adroitlogic.ultraesb.api.mediation
HTTP 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
 
init(Configuration) - Method in class org.adroitlogic.ultraesb.api.AbstractJavaSequence
 
init(Configuration) - Method in interface org.adroitlogic.ultraesb.api.JavaClassSequence
Initializes the sequence with the current Configuration Note: a sequence may be initialized, before the ESB decides to send any messages to it.
initialize(ApplicationContext, ConfigurationImpl) - Method in class org.adroitlogic.ultraesb.ServerManager
Initialize ServerManager from a web container.
insertTextElementsAfter(String, String[][], String, String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Inserts Text element/s after the specified element/s pointed by an xpath
insertTextElementsAfter(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
 
INVALID_TRANSPORT - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants.ErrorCodes
 
invokeSequence(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Invoke another sequence from within a sequence
isActingAs(Set) - Method in class org.adroitlogic.ultraesb.ServerManager
Whether the server is acting as at least one of the server names specified in the set
isActingAs(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Whether the server is acting as the given server name
isAllowed(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.ThrottleSupport
Implementer should implement the throttling logic within this.
isAsyncMDNRequested() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isClustered() - Method in class org.adroitlogic.ultraesb.ServerManager
Used to check whether the server is in a clustered deployment
isCompressAfter() - Method in class org.adroitlogic.as2.api.Partner
 
isCompressBefore() - Method in class org.adroitlogic.as2.api.Partner
 
isCompressed() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isCompressed() - Method in class org.adroitlogic.as2.api.SendInfo
 
isConfigLoaded(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Is a child configuration for this path already loaded?
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
 
isDetached() - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Check if this payload is detached from its parent message
isDistributed() - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Whether this cache is of distributed cache type, if the cache type is one of the following it is a distributed cache; DISTRIBUTED_TEMP DISTRIBUTED_PERMANENT DISTRIBUTED_PERSISTENT
isDistributed() - Method in class org.adroitlogic.ultraesb.api.cache.CacheType
Whether this cache type is distributed or in other-words replicated among the cluster
isEmpty() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
isEncrypted() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isEncrypted() - Method in class org.adroitlogic.as2.api.SendInfo
 
isEncryptMessages() - Method in class org.adroitlogic.as2.api.Partner
 
isFailed() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
isFailed() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
isFailed() - Method in class org.adroitlogic.ultraesb.ServerManager
Has this instance failed?
isHessian(Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.HTTPSupport
Check the message content type to see if it indicates a Hessian message
isHessian(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by HTTPSupport.isHessian(Message) 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
 
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?
isPermanent() - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Whether the cache keeps its content permanently (i.e.
isPermanent() - Method in class org.adroitlogic.ultraesb.api.cache.CacheType
Whether this cache type is permanent or in other-words guaranteed to exist throughout the session
isPermitted(String, Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XACMLSupport.isPermitted(String, Message) Is message allowed permission by the XACML processor bean selected. Automatically maps the following HTTP related transport properties to the specified attribute names action-id -> msg.getMessageProperty(HttpConstants.METHOD) subject-id -> msg.getMessageProperty(HttpConstants.USERNAME) role -> msg.getMessageProperty(HttpConstants.USERROLES) as a String[] client-dn -> msg.getMessageProperty(HttpConstants.SSL_CLIENT_DN) resource-id -> msg.getMessageProperty(HttpConstants.SERVICE_URL)
isPermitted(String, Map) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XACMLSupport.isPermitted(String, java.util.Map) Is message allowed permission by the XACML processor bean selected.
isPermitted(String, String, Map, Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XACMLSupport.isPermitted(String, String, java.util.Map, Message) Is message allowed permission by the XACML processor bean selected.
isPermitted(String, Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XACMLSupport
Is message allowed permission by the XACML processor bean selected.
isPermitted(String, Map) - Method in interface org.adroitlogic.ultraesb.api.mediation.XACMLSupport
Is message allowed permission by the XACML processor bean selected.
isPermitted(String, String, Map, Message) - Method in interface org.adroitlogic.ultraesb.api.mediation.XACMLSupport
Is message allowed permission by the XACML processor bean selected.
isPersistent() - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Whether the cache persists its contents to the disk.
isPersistent() - Method in class org.adroitlogic.ultraesb.api.cache.CacheType
Whether this cache type is persistent or in other-words guaranteed to exist within different sessions after JVM restart
isRequest() - Method in interface org.adroitlogic.ultraesb.api.Message
Is this message a request message?
isRequestAsyncMDN() - Method in class org.adroitlogic.as2.api.Partner
 
isRequestMDN() - Method in class org.adroitlogic.as2.api.Partner
 
isRequestSignedMDN() - Method in class org.adroitlogic.as2.api.Partner
 
isResponse() - Method in interface org.adroitlogic.ultraesb.api.Message
Is this message a response message?
isReusable() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
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.SendInfo
 
isSigned() - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
isSignedMDNRequested() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
isSignMessages() - Method in class org.adroitlogic.as2.api.Partner
 
isSoap(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by SOAPSupport.isSoap(Message) Check the message content type to see if it indicates a SOAP 1.1 or 1.2 message serialized as XML
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
isStarted() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
isStarted() - Method in class org.adroitlogic.ultraesb.ServerManager
Return true if the system is currently running, and not begun a shutdown sequence
isText() - Method in class org.adroitlogic.as2.api.AttachmentDetails
Is the attachment a String and not a file?

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.
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
 
JMSTransportListener - Class in org.adroitlogic.ultraesb.transport.jms
The JMS Transport listener
JMSTransportListener(boolean) - Constructor for class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Create JMS listener for JMS 1.0.2b API
JMSTransportListener() - Constructor for class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Default constructor - JMS 1.1
JMSTransportSender - Class in org.adroitlogic.ultraesb.transport.jms
The JMS transport sender
JMSTransportSender() - Constructor for class org.adroitlogic.ultraesb.transport.jms.JMSTransportSender
Default constructor
JSONSupport - Interface in org.adroitlogic.ultraesb.api.mediation
Mediation Support for JSON based mediation

K

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
 
KeystoreManager - Class in org.adroitlogic.as2.util
Configures available keystores for AS2 processing, and manages them for use by the AS2Manager
KeystoreManager(String, String, String, String, String, String) - Constructor for class org.adroitlogic.as2.util.KeystoreManager
Create a KeystoreManager for the given identity and trust keystores

L

LEAVE_AFTER_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
LEAVE_AFTER_PROCESS - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
length() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
LOCAL_ADDRESS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 
LOCAL_DELETE_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
local delete failed
LOCAL_FETCH_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
local fetch failed
LOCAL_PERMANENT - Static variable in class org.adroitlogic.ultraesb.api.cache.CacheType
 
LOCAL_PERSISTENT - Static variable in class org.adroitlogic.ultraesb.api.cache.CacheType
 
LOCAL_PORT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 
LOCAL_PUT_FAIL - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants.ErrorCodes
Local put failed
LOCAL_TEMP - Static variable in class org.adroitlogic.ultraesb.api.cache.CacheType
 
LST_CANNOT_SUBMIT_RESPONSE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating that a response cannot be submitted as the connection to client is already closed
LST_CONNECTION_CLOSED - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a connection close [socket] reading the request from client
LST_ERR_PARSE_MP - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.ErrorCodes
The error code indicating parsing failure of a multipart message
LST_ERR_RCV - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.ErrorCodes
The error code indicating an error during receiving a message via POP3 or IMAP
LST_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants.ErrorCodes
The error code indicating an error during receipt from a queue
LST_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants.ErrorCodes
The error code indicating an error during receipt from a destination
LST_HTTP_ERROR - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating an HTTP protocol error in receiving a message from a client
LST_IO_ERR_RCV - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
LST_IO_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating an error during sending a response back to the client
LST_IO_ERR_SND - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
LST_IO_ERROR - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating an IOException error in receiving a message from a client
LST_IO_THREADS - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
Defines the IO threads to be used for dedicated NIO operations.
LST_PROTO_ERR_RCV - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
LST_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a connection [socket] timeout reading the request from the client
LST_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 

M

MailConstants - Class in org.adroitlogic.ultraesb.api.transport.mail
 
MailConstants.ErrorCodes - Class in org.adroitlogic.ultraesb.api.transport.mail
 
MailConstants.ErrorCodes() - Constructor for class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.ErrorCodes
 
MailConstants.JavaMailProperties - Class in org.adroitlogic.ultraesb.api.transport.mail
 
MailConstants.JavaMailProperties() - Constructor for class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
MailTransportListener - Class in org.adroitlogic.ultraesb.transport.mail
The Email transport listener supporting POP3 and IMAP both with and without SSL
MailTransportListener() - Constructor for class org.adroitlogic.ultraesb.transport.mail.MailTransportListener
Default constructor
MailTransportListener(int) - Constructor for class org.adroitlogic.ultraesb.transport.mail.MailTransportListener
Constructor specifying the number of threads to allocate
MailTransportSender - Class in org.adroitlogic.ultraesb.transport.mail
The email transport sender over SMTP
MailTransportSender() - Constructor for class org.adroitlogic.ultraesb.transport.mail.MailTransportSender
Default constructor
MAIN_PART_IDENTIFICATION_PRIORITY - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
maintenanceShutdown(long) - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
maintenanceShutdown(long) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
MAP_MESSAGE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The constant used to specify a MapMessage to be sent
MapMessage - Interface in org.adroitlogic.ultraesb.api.format
A message where the payload is held within a Map
markAsFailed() - Method in class org.adroitlogic.ultraesb.ServerManager
Mark the instance as failed
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
Mediation - Interface in org.adroitlogic.ultraesb.api
Defines the public API for mediation.
MEDIATION_RESPONSE_ENDPOINT_NAME - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants
 
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
Deprecated. From v1.7,0 replaced by XMLSupport.mergeXMLAttachmentsUnderElement(Message, String) 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
Deprecated. From v1.7,0 replaced by XMLSupport.mergeXMLAttachmentsUnderElement(Message, String, String) 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) - 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_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
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
 
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 a File.
MessageFile(File, String, long, boolean, int, FileCache) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFile(File, String, long, boolean, int, FileCache, boolean) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFile(String) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFile(String, String) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFile(File, String) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFile(URI) - Constructor for class org.adroitlogic.ultraesb.api.MessageFile
 
MessageFormat - Interface in org.adroitlogic.ultraesb.api.format
The public API interface that defines a MessageFormat holding the payload
MessageSecurityContext - Class in org.adroitlogic.soapbox.api
Defines message property names, that holds validated WS-Security information
MessageSecurityContext() - Constructor for class org.adroitlogic.soapbox.api.MessageSecurityContext
 
METHOD - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
The name of the message property that holds the HTTP method
MLLPConstants - Class in org.adroitlogic.ultraesb.api.transport.mllp
 
MLLPNIOListener - Class in org.adroitlogic.ultraesb.transport.mllp
The Java NIO based MLLP transport listener
MLLPNIOListener(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOListener
 
MLLPNIOSender - Class in org.adroitlogic.ultraesb.transport.mllp
The Java NIO based MLLP Transport Sender
MLLPNIOSender(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOSender
 
MLLPSNIOListener - Class in org.adroitlogic.ultraesb.transport.mllp
The Java NIO based MLLPS transport listener
MLLPSNIOListener(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOListener
 
MLLPSNIOSender - Class in org.adroitlogic.ultraesb.transport.mllp
The Java NIO based MLLPS Transport Sender
MLLPSNIOSender(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOSender
 
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.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
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
 
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
The NTLM authentication domain
NTLM_WORKSTATION - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
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
onMessage(Message) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPMessageListener
 
onPoll(ProxyService, ParsedURL, JobDataMap) - Method in class org.adroitlogic.ultraesb.transport.timer.TimerTaskListener
 
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.mediation - package org.adroitlogic.ultraesb.api.mediation
 
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.http - package org.adroitlogic.ultraesb.api.transport.http
 
org.adroitlogic.ultraesb.api.transport.jms - package org.adroitlogic.ultraesb.api.transport.jms
 
org.adroitlogic.ultraesb.api.transport.mail - package org.adroitlogic.ultraesb.api.transport.mail
 
org.adroitlogic.ultraesb.api.transport.mllp - package org.adroitlogic.ultraesb.api.transport.mllp
 
org.adroitlogic.ultraesb.api.transport.tcp - package org.adroitlogic.ultraesb.api.transport.tcp
 
ORIGINAL_NAME - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
 
outdateConfiguration(ApplicationContext, ApplicationContext) - Method in class org.adroitlogic.ultraesb.ServerManager
Outdates the old configuration conparing with the new

P

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
pause() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
pause() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
PAUSED - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
PAYLOAD_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
AMQP message payload size
PAYLOAD_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
JMS message payload size
PENDING - Static variable in class org.adroitlogic.ultraesb.transport.TransportSender.SendingResult
 
PersistenceService - Interface in org.adroitlogic.as2.api
Interface for AS2 persistence implementation.
PollingConstants - Class in org.adroitlogic.ultraesb.api.transport
 
PooledMessageFileCache - Class in org.adroitlogic.ultraesb.core
The default FileCache implementation used by the UltraESB.
PooledMessageFileCache(int) - Constructor for class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Create the specified number of temporary files in the system temporary directory and hold in cache
PooledMessageFileCache(String, int) - Constructor for class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Create the specified number of temporary files and hold in cache
PooledMessageFileCache(String, int, boolean) - Constructor for class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Create the specified number of temporary files and hold in cache
PooledMessageFileCache(String, int, boolean, long, int, int) - Constructor for class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Create the specified number of temporary files and hold in cache
POP3_PASSWORD - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
POP3_PROTOCOL - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
POP3_USER - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
port - Variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
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.
prepareAS2MessageForSend(Message, String) - Method in class org.adroitlogic.as2.manager.AS2Manager
Create an AS2 message using the current Message and its attachments, and sets the destination URL of the partner.
prepareAS2MessageForSend(Message, Partner) - Method in class org.adroitlogic.as2.manager.AS2Manager
Create an AS2 message using the current Message and its attachments, to be sent to the specified 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.
prepareAsyncMDNForSend(Message, ReceiveInfo) - Method in class org.adroitlogic.as2.manager.AS2Manager
Prepare the async 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
prepareSequences(ApplicationContext) - Method in class org.adroitlogic.ultraesb.ServerManager
Compiles and starts Sequences defined in a configuration
PRESERVE_HEADERS - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
printWIPMessageDetails() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Writes information about WIP messages into the system log
printWIPMessageDetails() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Print WIP message details to the log
PRIORITY - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP priority
PRIORITY - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the JMS priority
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_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.
processAsyncMDN(Message) - Method in class org.adroitlogic.as2.manager.AS2Manager
Routine to process a new Async MDN received
processAsyncMDNSendResult(Message) - Method in interface org.adroitlogic.as2.api.AS2Manager
Notify the outcome of the asynchronous MDN send operation
processAsyncMDNSendResult(Message) - Method in class org.adroitlogic.as2.manager.AS2Manager
Notify the outcome of the async 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.
processBasicJSONDataServiceRequest(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by JSONSupport.processBasicJSONDataServiceRequest(Message, String, String) Process request message as a basic JSON data service request. The response would be generated by executing the specified queries of the JSON Data Service bean definition
processIncomingAS2Message(Message) - Method in interface org.adroitlogic.as2.api.AS2Manager
Routine to process a new AS2 message received over HTTP/S.
processIncomingAS2Message(Message) - Method in class org.adroitlogic.as2.manager.AS2Manager
Routine to process a new AS2 message received over HTTP/S, and parse it and take necessary AS2 protocol level action on it, and populate the current message with the attachments for subsequent processing
PROCESSING_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the message processing id
ProcessingException - Exception in org.adroitlogic.as2.api
 
ProcessingException() - Constructor for exception org.adroitlogic.as2.api.ProcessingException
 
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.
processSyncResponse(Message) - Method in class org.adroitlogic.as2.manager.AS2Manager
Routine to process sync response received (sync MDN or transport ack or nack)
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.
purgeAllOutdatedConfigs() - Method in class org.adroitlogic.ultraesb.ServerManager
Purge all outdated configuration fragments
put(Object, Object) - Method in interface org.adroitlogic.ultraesb.api.cache.Cache
Puts an entry into the cache with the given key and value pair.
put(Object, Object) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
putAll(Map) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 

Q

QUERY_PARAM_MAP - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
The name of the message property that holds a Map of URL query parameters.
QUERY_STRING - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
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
 

R

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
 
readFloat() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
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
 
readPayloadAsString(Message) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Return the current message payload as a String limited to 8K
readShort() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
readString() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
receivedAS2Message(ReceiveInfo, Message, List) - Method in interface org.adroitlogic.as2.api.PersistenceService
Persist a received AS2 Message
receivedASyncMDN(AsyncMDNInfo, Message, List) - Method in interface org.adroitlogic.as2.api.PersistenceService
Persist a received asynchronous MDN
receivedSyncMDN(SyncResponseInfo, Message, List) - Method in interface org.adroitlogic.as2.api.PersistenceService
Persist a received synchronous MDN
ReceiveInfo - Class in org.adroitlogic.as2.api
Holds information about a AS2 message received
ReceiveInfo(UUID) - Constructor for class org.adroitlogic.as2.api.ReceiveInfo
 
RECEIVING_APPLICATION - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the target receiving application for the message
RECEIVING_FACILITY - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the target receiving facility for the message
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
recordSendFailure(Message) - Method in class org.adroitlogic.as2.manager.AS2Manager
Record AS2 message send as failed
REDELIVERED - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the message as a re-delivery
registerProxyService(ProxyService, String, Map) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
registerProxyService(ProxyService, String, Map) - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOListener
 
registerProxyService(ProxyService, String, Map) - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOListener
 
registerProxyService(ProxyService, String, Map) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
registerReadyCallback(Runnable) - Method in interface org.adroitlogic.ultraesb.api.FileCache
Register a callback to be invoked when a file is ready
release() - Method in class org.adroitlogic.ultraesb.api.MessageFile
 
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
 
REMOTE_PORT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 
remove(String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Removes the resulting node of the XPath expression
remove(Object) - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
remove(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XMLSupport.remove(Message, String, String[][]) or SOAPSupport.remove(Message, String, String[][]) Remove the XPath expression specified node from the XML payload. This method converts the current payload of the message into a DOMMessage
remove(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Remove the XPath expression specified node from the XML payload.
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
 
removeMessageProperty(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Remove the message property associated with the specified key
removeSecurityHeader(Message) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Remove the WS-Security header from a message
removeSecurityHeader(Message) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Remove the WS-Security header from a message
removeSoapHeader(String, String) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Removes the specified SOAP header and its descendants if any from the payload
removeSoapHeader(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Removes the specified SOAP header and its descendants if any from the payload
removeTransportHeader(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Remove all occurrences of the specified transport header
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, String[][], Element) - 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", null, "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
REQUEST_SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants
 
RequestFilter - Interface in org.adroitlogic.ultraesb.transport.http
A request filter can act before a message is handed over to a Proxy service for processing, and act on the request similarly to how a servlet filter operates on a servlet request.
reset() - Method in interface org.adroitlogic.ultraesb.api.format.StreamMessage
 
reset() - Method in class org.adroitlogic.ultraesb.api.MessageFile
Reset resources before reuse
RESPONSE_CORRELATION_MAP - Static variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
RESPONSE_STATUS_CODE - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
The name of the message property that holds the HTTP response status code
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
ResponseValidator - Interface in org.adroitlogic.ultraesb.api.helper
The interface for a Spring bean that will optionally perform a user defined validation of a response message received to decide if it should be considered as valid, or a retry of the request or failure (ie resulting in a suspension of the endpoint)
ResponseValidator.ResponseType - Class in org.adroitlogic.ultraesb.api.helper
 
resume() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
resume() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
resumeAndCommitTransaction() - Method in interface org.adroitlogic.ultraesb.api.Message
To be invoked typically in an async-response flow to re-energize a suspended transaction, and then commit Note.
resumeAndRollbackTransaction() - Method in interface org.adroitlogic.ultraesb.api.Message
To be invoked typically in an async-response flow to re-energize a suspended transaction, and then rollback Note.
resumeTransaction() - Method in interface org.adroitlogic.ultraesb.api.Message
To be invoked typically in an async-response flow to re-energize a suspended transaction Note.
RETAIN_ALTERNATIVE_PARTS - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants
 
retainElementAsPayload(Message, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XMLSupport.retainElementAsPayload(Message, String, String[][]) Replace the current XML payload with the resulting element from the XPath expression result
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
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

S

saveFileLength() - Method in class org.adroitlogic.ultraesb.api.MessageFile
If the length is virtual to the file, save it so that the OS will see the correct length (Use when passing a File to FastXML etc)
savePayloadToFile(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Save the current message payload into the specified file
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
SECURITY - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the message security
send(MessageImpl) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportSender
 
send(MessageImpl) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
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
sendPart(Message, int, int, int) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Send the current payload as one single part of the complete payload.
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.
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.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, 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
ServerManager - Class in org.adroitlogic.ultraesb
This singleton acts as the single point for control of the UltraESB instance
SERVICE_URL - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 
serviceHandler - Variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
serviceHandler - Variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
ServiceResourceRequestFilter - Class in org.adroitlogic.ultraesb.transport.http
Serves service resources such as ?wsdl and ?xsd for GET queries
ServiceResourceRequestFilter() - Constructor for class org.adroitlogic.ultraesb.transport.http.ServiceResourceRequestFilter
 
setAcceptMessagesWhileStopping(boolean) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set whether to accept received messages while the listener container is in the process of stopping.
setAcknowledgeMode(AcknowledgeMode) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setApplicationContext(ApplicationContext) - Method in class org.adroitlogic.ultraesb.transport.http.ServiceResourceRequestFilter
Validate if the resourcePrefix is set on initialization
setAsyncMDNRequested(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setAsyncMDNResponseHeaders(Map) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setAsyncMDNResponsePayload(byte[]) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setAsyncReceiptURL(String) - Method in class org.adroitlogic.as2.api.Partner
 
setAsyncReceiptURL(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setAsyncURLForMDN(String) - Method in class org.adroitlogic.as2.manager.AS2Manager
Set the URL for asynchronous MDNs - should be the externally visible URL (default http://localhost:8280/service/AS2Receiver)
setBindAddress(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
The bind address to use, on a multiple network interface node
setCacheLevel(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set cache level as a number (See setCacheLevelName)
setCacheLevelName(String) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
The cache level for JMS resources: none, connection, session, consumer or auto.
setChannelTransacted(boolean) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setCompressAfter(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setCompressBefore(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setCompressed(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setCompressed(boolean) - Method in class org.adroitlogic.as2.api.SendInfo
 
setCompressionMinSize(long) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Set the minimum size of the response entity to enable compression when supported by the client (default 2Kbytes)
setConcurrentConsumers(int) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setConcurrentConsumers(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
The number of concurrent sessions/consumers to start for each listener.
setConnectionDebugHeaders(Set) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Sets the list of HTTP headers to be dumped on a connection failure, when connection debugging is enabled
setConnectionDebugHeaders(Set) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Sets the list of HTTP headers to be dumped on a connection failure, when connection debugging is enabled
setConnectionFactory(ConnectionFactory) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setConnectionFactory(ConnectionFactory) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the ConnectionFactory to use for obtaining JMS Connections
setContainingAnMDN(boolean) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setContainingSyncMDN(boolean) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setContainingTransportResponse(boolean) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setContentType(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Set the content type of the message
setContinueOnCheckedExceptions(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Control behavior of engine on checked exceptions
setContinueOnCheckedExceptions(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Control behavior of engine on checked exceptions
setContinueOnRuntimeExceptions(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Control behavior of engine on runtime exceptions (WARNING: It maybe dangerous to ignore runtime exceptions)
setContinueOnRuntimeExceptions(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Control behavior of engine on runtime exceptions (WARNING: It maybe dangerous to ignore runtime exceptions)
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
setCookie(Message, String, String, String, String, int, boolean) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by HTTPSupport.setCookie(Message, String, String, String, String, int, boolean) Set a HTTP cookie on the message
setCookie(Message, String, String, String, int) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by HTTPSupport.setCookie(Message, String, String, String, int) Set a HTTP cookie on the message
setCookie(Message, String, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by HTTPSupport.setCookie(Message, String, String) Set a HTTP cookie on the message
setCurrentPayload(MessageFormat) - Method in interface org.adroitlogic.ultraesb.api.Message
Set the current payload of the message
setDecompressed(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setDecrypted(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setDefaultContextPath(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Set the default context path for services exposed over HTTP
setDescription(String) - Method in class org.adroitlogic.as2.api.Partner
 
setDestinationResolver(DestinationResolver) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the DestinationResolver that is to be used to resolve Destination references for this accessor.
setDestinationURL(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Set the destination URL for this message
setDisposition(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setDisposition(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setEnableConnectionDebug(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Debug connection information on errors
setEnableConnectionDebug(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Debug connection information on errors
setEncryptCertAlias(String) - Method in class org.adroitlogic.as2.api.Partner
 
setEncrypted(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setEncrypted(boolean) - Method in class org.adroitlogic.as2.api.SendInfo
 
setEncryptMessages(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setErrorHandler(ErrorHandler) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
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
 
setExceptionListener(ExceptionListener) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the JMS ExceptionListener to notify in case of a JMSException thrown by the registered message listener or the invocation infrastructure.
setFailed(boolean) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setFailed(boolean) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
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
 
setHostnameVerifier(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Select hostname verifier instance to use - default is "Default"
setHostnameVerifier(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Select hostname verifier instance to use - default is "Default"
setIdentityKeyPassword(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Identity key password
setIdentityKeyPassword(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Identity key password
setIdentityKeyPassword(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Identity key password
setIdentityKeyPassword(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Identity key password
setIdentityStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Identity keystore password
setIdentityStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Identity keystore password
setIdentityStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Identity keystore password
setIdentityStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Identity keystore password
setIdentityStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Identity keystore path
setIdentityStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Identity keystore path
setIdentityStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Identity keystore path
setIdentityStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Identity keystore path
setIdentityStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Identity keystore type
setIdentityStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Identity keystore type
setIdentityStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Identity keystore type
setIdentityStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Identity keystore type
setIdleTaskExecutionLimit(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Specify the limit for idle executions of a receive task, not having received any message within its execution.
setKeepalive(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Set the default keepalive time for connections kept for reuse.
setKeepAliveSafetyThreshold(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Set the keep-alive safety threshold to not use a connection, when the keep-alive window is about to end
setLength(long) - Method in class org.adroitlogic.ultraesb.api.MessageFile
Set known length of file as an optimization to avoid file meta data check
setMarkedAsFailed(boolean) - Method in interface org.adroitlogic.ultraesb.api.Message
Mark this message as failed, by passing true.
setMaxConcurrentConsumers(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
The maximum concurrent consumers per listener
setMaxMessagesPerTask(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Specify the maximum number of messages to process in one task.
setMaxPayloadSize(long) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
The maximum payload size to accept - defaults to 1M
setMDNmessageID(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMDNRequested(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMDNSent(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMDNSigned(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMemoryMapEnabled(boolean) - Method in class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Turn memory mapping of temporary files on/or off
setMemoryMapSize(long) - Method in class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Set the size of the memory mapping for files
setMessage(Object) - Method in interface org.adroitlogic.ultraesb.api.format.ProtocolBufferMessage
Sets the message of a protocol buffer message, from either a type of a protocol buffer Message interface or a protocol buffer Message.Builder interface.
setMessage(Message, Object) - Method in interface org.adroitlogic.ultraesb.api.mediation.ProtocolBufferSupport
Sets the message of a protocol buffer message, from either a type of a protocol buffer Message interface or a protocol buffer Message.Builder interface into the given message.
setMessagePropertiesConverter(MessagePropertiesConverter) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setMessageSelector(String) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set a message selector to select messages to pick up
setMessageSubject(String) - Method in class org.adroitlogic.as2.api.Partner
 
setMetaInfoPopulator(MetaInfoPopulator) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportSender
Provide a custom meta information populator which is JMS provider specific
setMic(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setMic(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setMic(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setMicAlgo(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMicResult(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMicVerificationFailed(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setModified(boolean) - Method in interface org.adroitlogic.ultraesb.api.format.DOMMessage
Mark message as modified if set to true
setMsgID(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setMsgID(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setMsgID(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setMsgID(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setName(String) - Method in class org.adroitlogic.as2.api.Partner
 
setNoCompression(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Turn off use of Gzip compression even if the request contains an Accept-Encoding header
setNonceCacheSize(int) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Set cache size for detection of replay attacks when using UT authentication (default 1000)
setNonProductionNoRemoteCertValidation(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Turn off remote certificate validation - NOT for production use.
setNonProductionNoRemoteCertValidation(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Turn off remote certificate validation - NOT for production use.
setNonProductionNoRemoteCertValidation(boolean) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Turn off remote certificate validation - NOT for production use.
setNonProductionNoRemoteCertValidation(boolean) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Turn off remote certificate validation - NOT for production use.
setOriginalFileName(String) - Method in class org.adroitlogic.as2.api.AttachmentDetails
Set the original name of the file containing the attachment
setOriginalMessageID(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setOriginalMessageID(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setOriginalMessageID(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setOriginatingTransport(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
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
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
setPayloadFromString(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Set the payload of the current message to the given String
setPayloadToSOAP11Fault(Message, String, String, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by SOAPSupport.setPayloadToSOAP11Fault(Message, String, String, String) Set the payload of the current message to a SOAP 1.1 fault message with the given code, faultString and detail
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
Deprecated. From v1.7,0 replaced by SOAPSupport.setPayloadToSOAP12Fault(Message, String, String, String) Set the payload of the current message to a SOAP 1.2 fault message with the given code, reason and detail
setPayloadToSOAP12Fault(Message, String, String, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Set the payload of the current message to a SOAP 1.2 fault message with the given code, reason and detail
setPhase(int) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setPort(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
The HTTP transport listen port - default is 80
setPort(int) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
setPrefetchCount(int) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setPrimaryCoreThreads(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setPrimaryKeepaliveSeconds(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setPrimaryMaxThreads(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setPrimaryQueueSize(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setPrimaryTaskExecutor(TaskExecutor) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Assign primary task executor
setProxyBypassList(String[]) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
A list of addresses for which to bypass the proxy and go direct
setProxyHost(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
HTTP proxy hostname
setProxyPort(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
HTTP proxy port
setPubSubDomain(boolean) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set if Pub-Sub (Topic) or Point-to-Point (Queue)
setPubSubNoLocal(boolean) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set whether to inhibit the delivery of messages published by its own connection.
setReceiveTimeout(long) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setReceiveTimeout(long) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the timeout to use for receive calls, in milliseconds.
setRecoveryInterval(long) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setRecoveryInterval(long) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Specify the interval between recovery attempts, in milliseconds.
setReplaceOriginServer(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Replace the origin server header for proxied requests, to UltraESB
setReplaceUserAgent(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Replace the user agent header on requests sent to indicate UltraESB
setRequestAsyncMDN(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setRequestFilters(List) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
One or more request filters - to support ?wsdl, ?xsd etc on service endpoints
setRequestMDN(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setRequestSignedMDN(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setRequireNonceAndCreated(boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Require or disable nonce and created values for UT authentication (default required)
setResourcePrefix(String) - Method in class org.adroitlogic.ultraesb.transport.http.ServiceResourceRequestFilter
 
setResumeNewConnectionsAt(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Bound at which to resume normal operations from maintenance mode when open connections increased
setRootContextFilePath(String) - Method in class org.adroitlogic.ultraesb.ServerManager
 
setSecondaryCoreThreads(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setSecondaryKeepaliveSeconds(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setSecondaryMaxThreads(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setSecondaryQueueSize(int) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
setSecondaryTaskExecutor(TaskExecutor) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Assign secondary task executor
setServerName(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Sets the name of the server which has to be unique in a clustered deployment
setSessionAcknowledgeMode(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the JMS acknowledgement mode that is used when creating a JMS Session to send a message.
setSessionAcknowledgeModeName(String) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the JMS acknowledgement mode by the name of the corresponding constant in the JMS Session interface
setSessionTransacted(boolean) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the transaction mode that is used when creating a JMS Session
setShutdownTimeout(long) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
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.SendInfo
 
setSigned(boolean) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setSignedMDNRequested(boolean) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setSignMessages(boolean) - Method in class org.adroitlogic.as2.api.Partner
 
setSslVerifyClient(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Control use of 2-way SSL
setSslVerifyClient(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Control use of 2-way SSL
setStopNewConnectionsAt(int) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Set the upper bound on the open connections at a given time, after which the transport will reject new connections
setSubscriptionDurable(boolean) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set whether to make the subscription durable.
setTempDirectory(File) - Method in class org.adroitlogic.ultraesb.transport.file.FileTransportListener
 
setTemplate(AmqpTemplate) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportSender
Set the AmqpTemplate to use to send AMQP messages
setTemplate(JmsTemplate) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportSender
Set the JMSTemplate to use to send JMS messages
setTimeStampFreshness(int) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Set timestamp freshness in ms for UT authentication (default 5 minutes)
setTo(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setTo(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setTo(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setTo(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setTransactionManager(PlatformTransactionManager) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setTransactionManager(PlatformTransactionManager) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Set the Spring PlatformTransactionManager to use
setTransactionSize(int) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
setTransactionTimeout(int) - Method in class org.adroitlogic.ultraesb.transport.jms.JMSTransportListener
Specify the transaction timeout to use for transactional wrapping, in seconds.
setTransportStatusCode(int) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setTrustStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Trust keystore password
setTrustStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Trust keystore password
setTrustStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Trust keystore password
setTrustStorePassword(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Trust keystore password
setTrustStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Trust keystore path
setTrustStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Trust keystore path
setTrustStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Trust keystore path
setTrustStorePath(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Trust keystore path
setTrustStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOListener
Trust keystore type
setTrustStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.http.HttpsNIOSender
Trust keystore type
setTrustStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
Trust keystore type
setTrustStoreType(String) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
Trust keystore type
setUnzipResponseEntities(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Unzip compressed responses.
setUrl(String) - Method in class org.adroitlogic.as2.api.Partner
 
setUserDetailsService(UserDetailsService) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Reference to UserDetailsService to resolve user information
setUseSafeLock(boolean) - Method in class org.adroitlogic.ultraesb.transport.file.FileTransportListener
 
setVersion(String) - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
setVersion(String) - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
setVersion(String) - Method in class org.adroitlogic.as2.api.SendInfo
 
setVersion(String) - Method in class org.adroitlogic.as2.api.SyncResponseInfo
 
setZeroCopyEnabled(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Use Zero-Copy when reading requests
setZeroCopyEnabled(boolean) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
Turn on/off use of Zero-Copy
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
shutdown() - Method in class org.adroitlogic.ultraesb.ServerManager
 
shutdown(long) - Method in class org.adroitlogic.ultraesb.ServerManager
Shutdown the UltraESB instance, giving a grace period of waitMillis
SIGNATURE_VERIFICATION_FAILED - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
SimpleQueueWorkManager - Class in org.adroitlogic.ultraesb.core.work
The SimpleQueueWorkManager is an in-memory implementation which does not support message priorities or persistence It uses two thread pools - namely the primary and secondary.
SimpleQueueWorkManager(ConfigurationImpl) - Constructor for class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Create and start a new SimpleWorkManager
size() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
SIZE - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
The file size of the message being processed - is set as a transport header
SMTP_FROM - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
SMTP_PASSWORD - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
SMTP_USER - Static variable in class org.adroitlogic.ultraesb.api.transport.mail.MailConstants.JavaMailProperties
 
SND_CONNECT_CANCEL - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a connection attempt request being cancelled
SND_CONNECT_CANCEL - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_CONNECT_FAILED - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a failed connection attempt
SND_CONNECT_FAILED - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_CONNECT_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
Error code indicating a connection attempt timeout (Default 10 Seconds) Tunable as property "http.connection.timeout" on the Http/sNIOSender
SND_CONNECT_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_CONNECTION_CLOSED - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a connection close by the remote party
SND_CONNECTION_CLOSED - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_CONNECTION_FAILED - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
SND_CONNECTION_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants.ErrorCodes
The error code indicating a connection [socket] timeout waiting for a response from the remote party
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
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_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_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_TIMEOUT - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.EndpointProperties
The socket (inactivity) timeout for the endpoint in milli seconds
splitAndProcess(Message, String, String[][], String, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Split current message into multiple messages using the given XPath expression, and hand over each such message to the given sequence
splitAndProcess(Message, String, String[][], String, boolean) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XMLSupport.splitAndProcess(Message, String, String[][], String, boolean) or SOAPSupport.splitAndProcess(Message, String, String[][], String, boolean) Split current message into multiple messages using the given XPath expression, and hand over each such message to the given sequence
splitAndProcess(Message, String, String[][], String, boolean) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Split current message into multiple messages using the given XPath expression, and hand over each such message to the given sequence
SSL_CLIENT_CERTS - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 
SSL_CLIENT_DN - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 
STALE_CONNECTION_CHECK - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
Determines whether stale connection check is to be used.
start() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
start() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Starts the work manager by initializing the task executors
start() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Initialize the work manager
start(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Perform startup using the supplied root configuration file
start() - Method in class org.adroitlogic.ultraesb.ServerManager
Start the configured engine, or restart the engine from the last used configuration file
start() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
start() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportSender
 
start() - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOSender
 
start() - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOSender
 
start() - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
start() - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
START_DELAY - Static variable in class org.adroitlogic.ultraesb.api.transport.PollingConstants
 
startActingAs(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Starts acting as the given server name, which means that all the pinned proxy services to the given node will be started in the current server, unless it also is pinned into the current server.
startDynamicElements(ApplicationContext) - Method in class org.adroitlogic.ultraesb.ServerManager
Starts proxy services, endpoints and sequences defined in this context, and allows Spring to initialize any other beans
STARTED - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
STARTING - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
startMaintenance() - Method in class org.adroitlogic.ultraesb.ServerManager
Enter maintenance mode
startTransportListeners() - Method in class org.adroitlogic.ultraesb.ServerManager
Start actual listening for messages - must be invoked after all child subcontexts are initialized
stop() - Method in interface org.adroitlogic.ultraesb.api.ConfigurationElement
 
stop() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Stops the task executors
stop() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Stop the work manager
stop() - Method in class org.adroitlogic.ultraesb.ServerManager
Stop the UltraESB server instance
stop() - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
stopActingAs(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Stops acting as the given server name, which means that all the pinned proxy services to the given node will be stopped in the current server, unless it also is pinned into the current server.
stopDynamicElements(ApplicationContext, boolean) - Method in class org.adroitlogic.ultraesb.ServerManager
Stops sequences, endpoints and proxy services and any other Spring beans from a configuration
stopGracefully(long) - Method in class org.adroitlogic.ultraesb.ServerManager
 
STOPPED - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
STOPPING - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
STREAM_MESSAGE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The constant used to specify a StreamMessage to be sent
StreamMessage - Interface in org.adroitlogic.ultraesb.api.format
API for StreamMessages as used in JMS etc
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 - 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
submitNewMessage(MessageImpl, boolean) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Submit a new message to the work manager
submitNewMessage(MessageImpl, boolean) - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
Submit a new message for processing.
SUCCESSFUL - Static variable in class org.adroitlogic.ultraesb.transport.TransportSender.SendingResult
 
suspendTransaction(String) - Method in interface org.adroitlogic.ultraesb.api.Message
Invoked typically in a request flow to suspend the active transaction, and to save its state into the response correlation map
suspendTransaction() - Method in interface org.adroitlogic.ultraesb.api.Message
Suspend a transaction using the default (i.e.
SUSPENSION_FAILURE - Static variable in class org.adroitlogic.ultraesb.api.helper.ResponseValidator.ResponseType
 
SWITCH_LOCATION_HEADERS_TO - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationConstants.EndpointProperties
The URL to switch Location headers on an HTTP response
SyncResponseInfo - Class in org.adroitlogic.as2.api
Holds information about an AS2 Synchronous response received.
SyncResponseInfo(UUID) - Constructor for class org.adroitlogic.as2.api.SyncResponseInfo
 

T

TCP_HOST_AND_PORT - Static variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
TCP_NODELAY - Static variable in class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
Determines whether Nagle's algorithm is to be used.
TCP_REQUEST - Static variable in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
TCPConstants - Class in org.adroitlogic.ultraesb.api.transport.tcp
TCP transport constants NOTE: This is an abstract transport.
TCPConstants.ErrorCodes - Class in org.adroitlogic.ultraesb.api.transport.tcp
 
TCPConstants.ErrorCodes() - Constructor for class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.ErrorCodes
 
TCPConstants.TuningParameters - Class in org.adroitlogic.ultraesb.api.transport.tcp
 
TCPConstants.TuningParameters() - Constructor for class org.adroitlogic.ultraesb.api.transport.tcp.TCPConstants.TuningParameters
 
TCPNIOListener - Class in org.adroitlogic.ultraesb.transport.tcp
A Java NIO based TCP listener implemented over the HttpCore/NIO library
TCPNIOListener(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
TCPNIOSender - Class in org.adroitlogic.ultraesb.transport.tcp
The abstract TCP based transport sender
TCPNIOSender(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.tcp.TCPNIOSender
 
TCPSSLNIOListener - Class in org.adroitlogic.ultraesb.transport.tcp
The base class for SSL based NIO listeners for TCP
TCPSSLNIOListener(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOListener
 
TCPSSLNIOSender - Class in org.adroitlogic.ultraesb.transport.tcp
The base class for SSL based NIO senders for TCP
TCPSSLNIOSender(FileCache) - Constructor for class org.adroitlogic.ultraesb.transport.tcp.TCPSSLNIOSender
 
TEMPORARY_ERROR - Static variable in class org.adroitlogic.ultraesb.api.helper.ResponseValidator.ResponseType
 
TEXT_MESSAGE - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The constant used to specify a TextMessage to be sent
ThrottleSupport - Interface in org.adroitlogic.ultraesb.api.mediation
This interface defines the base for throttling implementations for the UltraESB.
TimerTaskListener - Class in org.adroitlogic.ultraesb.transport.timer
The Timer Task transport allows the definition of scheduled services that are triggered either on a specified cron expression, or as per specified {ultra.polling.start_delay, ultra.polling.repeat_interval, [ultra.polling.repeat_count]}
TimerTaskListener() - Constructor for class org.adroitlogic.ultraesb.transport.timer.TimerTaskListener
 
TIMESTAMP - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
The transport header indicating the AMQP timestamp
TIMESTAMP - Static variable in class org.adroitlogic.ultraesb.api.transport.jms.JMSConstants
The transport header indicating the message timestamp set or required to be set
TIMESTAMP - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the message timestamp
TIMESTAMP_FORMAT - Static variable in class org.adroitlogic.ultraesb.api.transport.file.FileConstants
 
timestampAndEncryptMessage(Message, String, long, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp and encrypt - using specified timestamp TTL
timestampAndEncryptMessage(Message, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp and encrypt - using default timestamp TTL of 5 minutes and key size of 256
timestampAndEncryptMessage(Message, String, long, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp and encrypt - using specified timestamp TTL
timestampAndEncryptMessage(Message, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp and encrypt - using default timestamp TTL of 5 minutes and key size of 256
timestampAndSignMessage(Message, String, long) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp and signature - using specified timestamp TTL
timestampAndSignMessage(Message, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp and signature - using default timestamp TTL of 5 minutes
timestampAndSignMessage(Message, String, long) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp and signature - using specified timestamp TTL
timestampAndSignMessage(Message, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp and signature - using default timestamp TTL of 5 minutes
timestampMessage(Message, long) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp - using specified timestamp TTL
timestampMessage(Message) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp - using default timestamp TTL of 5 minutes
timestampMessage(Message, long) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp - using specified timestamp TTL
timestampMessage(Message) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp - using default timestamp TTL of 5 minutes
timestampSignAndEncryptMessage(Message, String, String, long, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp, signature and encrypt body - using specified timestamp TTL
timestampSignAndEncryptMessage(Message, String, String) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Secure message with a timestamp, signature and encrypt body - using default timestamp TTL of 5 minutes and keysize of 256
timestampSignAndEncryptMessage(Message, String, String, long, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp, signature and encrypt body - using specified timestamp TTL
timestampSignAndEncryptMessage(Message, String, String) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Secure message with a timestamp, signature and encrypt body - using default timestamp TTL of 5 minutes and keysize of 256
toBasicView() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Return the immutable basic WorkManagerView from JMX.
toBasicView() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
 
toDetailedView() - Method in class org.adroitlogic.ultraesb.core.PooledMessageFileCache
Return the immutable FileCacheView from JMX.
toDetailedView() - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
Return the immutable WorkManagerView from JMX.
toDetailedView() - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
 
toDetailedView() - Method in class org.adroitlogic.ultraesb.ServerManager
Return the immutable ServerManagerView from JMX.
toDetailedViewExt(TransportView) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOListener
Extension point for additional attributes
toDetailedViewExt(TransportView) - Method in class org.adroitlogic.ultraesb.transport.http.HttpNIOSender
 
toString() - Method in class org.adroitlogic.as2.api.AsyncMDNInfo
 
toString() - Method in class org.adroitlogic.as2.api.AttachmentDetails
 
toString() - Method in class org.adroitlogic.as2.api.ReceiveInfo
 
toString() - Method in class org.adroitlogic.as2.api.SendInfo
 
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.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
 
transform(Message, String, String, String[][], boolean, Map) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Transform the message payload by XSLT
transform(Message, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
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.SOAPSupport
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
transform(Message, String, String, String[][], boolean, Map) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XMLSupport.transform(Message, String, String, String[][], boolean, java.util.Map) or SOAPSupport.transform(Message, String, String, String[][], boolean, java.util.Map) Transform the message payload by XSLT
transform(Message, String, String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by XMLSupport.transform(Message, String, String, String[][]) SOAPSupport.transform(Message, String, String, String[][]) 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
Deprecated. From v1.7,0 replaced by XMLSupport.transform(Message, String) SOAPSupport.transform(Message, String) 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
transform(Message, String, String, String[][], boolean, Map) - 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) - Method in interface org.adroitlogic.ultraesb.api.helper.XQuerySupport
Transform message with the given XQuery and replace the payload with the result
TRANSPORT_NAME - Static variable in class org.adroitlogic.ultraesb.api.transport.amqp.AMQPConstants
 
TRANSPORT_URL - Static variable in class org.adroitlogic.ultraesb.api.transport.BaseConstants
 
TransportSender.SendingResult - Class in org.adroitlogic.ultraesb.transport
 
TRIGGER_EVENT - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the message trigger event
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

UNEXPECTED_PROCESSING_ERROR - Static variable in class org.adroitlogic.as2.api.AS2Constants.ErrorCodes
 
unloadAllChildConfigs() - Method in class org.adroitlogic.ultraesb.ServerManager
Unload all child configuration fragments currently loaded
unloadConfigFile(String) - Method in class org.adroitlogic.ultraesb.ServerManager
Unload configuration fragment specified in the given file
unregisterProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.transport.amqp.AMQPTransportListener
 
unregisterProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPNIOListener
 
unregisterProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.transport.mllp.MLLPSNIOListener
 
unregisterProxyService(ProxyService) - Method in class org.adroitlogic.ultraesb.transport.tcp.TCPNIOListener
 
updateConfigFile(String, String) - Method in class org.adroitlogic.ultraesb.ServerManager
 
updateFromView(WorkManagerView) - Method in class org.adroitlogic.ultraesb.core.work.SimpleQueueWorkManager
 
updateFromView(WorkManagerView) - Method in interface org.adroitlogic.ultraesb.core.work.WorkManager
 
updateMessagePreparedForSend(String, boolean, int) - Method in interface org.adroitlogic.as2.api.PersistenceService
Record the outcome of a message prepared for sending
URLAuthenticator - Class in org.adroitlogic.ultraesb.transport.http
This is a global URL authentication manager that supports multiple credentials to connect to different URLs.
URLAuthenticator(Map) - Constructor for class org.adroitlogic.ultraesb.transport.http.URLAuthenticator
 
USER_CERTS - Static variable in class org.adroitlogic.soapbox.api.MessageSecurityContext
 
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
 
USERROLES - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 
USERROLES_ARRAY - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 

V

VALID - Static variable in class org.adroitlogic.ultraesb.api.helper.ResponseValidator.ResponseType
 
validate(Message, String[], String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Validate the current message - or an element of it selected via an XPath expression - against one or more schemas
validate(Message, String[]) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Validate the current message against one or more schemas
validate(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.SOAPSupport
Validate the current message against one single schema
validate(Message, String[], String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by SOAPSupport.validate(Message, String[], String, String[][]) or XMLSupport.validate(Message, String[], String, String[][]) Validate the current message - or an element of it selected via an XPath expression - against one or more schemas
validate(Message, String[]) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by SOAPSupport.validate(Message, String[]) or XMLSupport.validate(Message, String[]) Validate the current message against one or more schemas
validate(Message, String) - Method in interface org.adroitlogic.ultraesb.api.Mediation
Deprecated. From v1.7,0 replaced by SOAPSupport.validate(Message, String) or XMLSupport.validate(Message, String) Validate the current message against one single schema
validate(Message, String[], String, String[][]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Validate the current message - or an element of it selected via an XPath expression - against one or more schemas
validate(Message, String[]) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Validate the current message against one or more schemas
validate(Message, String) - Method in interface org.adroitlogic.ultraesb.api.mediation.XMLSupport
Validate the current message against one single schema
validateResponse(Message) - Method in interface org.adroitlogic.ultraesb.api.helper.ResponseValidator
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.cache.CacheType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.ErrorCode
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.api.helper.ResponseValidator.ResponseType
 
valueOf(String) - Static method in class org.adroitlogic.ultraesb.transport.TransportSender.SendingResult
 
values() - Static method in class org.adroitlogic.ultraesb.api.cache.CacheType
 
values() - Static method in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
values() - Static method in class org.adroitlogic.ultraesb.api.ConfigurationEvent.ElementType
 
values() - Static method in class org.adroitlogic.ultraesb.api.ConfigurationEvent.EventType
 
values() - Static method in class org.adroitlogic.ultraesb.api.ErrorCode.ErrorType
 
values() - Static method in class org.adroitlogic.ultraesb.api.ErrorCode
 
values() - Method in interface org.adroitlogic.ultraesb.api.format.MapMessage
 
values() - Static method in class org.adroitlogic.ultraesb.api.helper.ResponseValidator.ResponseType
 
values() - Static method in class org.adroitlogic.ultraesb.transport.TransportSender.SendingResult
 
verifyTimestampedAndEncryptedMessage(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message is timestamped and encrypted
verifyTimestampedAndEncryptedMessage(Message, boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message is timestamped and encrypted
verifyTimestampedAndSignedMessage(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message is timestamped and signed
verifyTimestampedAndSignedMessage(Message, boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message is timestamped and signed
verifyTimestampedEncryptedAndSignedMessage(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message is timestamped, encrypted and signed
verifyTimestampedEncryptedAndSignedMessage(Message, boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message is timestamped, encrypted and signed
verifyTimestampedMessage(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message is timestamped and the timestamp valid
verifyTimestampedMessage(Message, boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message is timestamped and the timestamp valid
verifyUsernameTokenAuthentication(Message, boolean) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message contains UsernameToken authentication information, and that its valid
verifyUsernameTokenAuthentication(Message) - Method in interface org.adroitlogic.soapbox.api.WSSecurityManager
Verify that the message contains UsernameToken authentication information, and that its valid
verifyUsernameTokenAuthentication(Message, boolean) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message contains UsernameToken authentication information, and that its valid
verifyUsernameTokenAuthentication(Message) - Method in class org.adroitlogic.soapbox.WSSecurityManager
Verify that the message contains UsernameToken authentication information, and that its valid
VERSION_ID - Static variable in class org.adroitlogic.ultraesb.api.transport.mllp.HL7Constants
The transport header indicating the HL7 version id for the message

W

waitUntilIdle(long, long) - Method in class org.adroitlogic.ultraesb.ServerManager
Wait and return when the server is idle, or at endTime
WARN - Static variable in class org.adroitlogic.ultraesb.api.ConfigurationElement.State
 
WIP_START_TIME_NANO - Static variable in interface org.adroitlogic.ultraesb.core.work.WorkManager
 
WorkManager - Interface in org.adroitlogic.ultraesb.core.work
A WorkManager maintains a queue of messages for a ProxyService.
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
 
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.MapMessage
Serialize the payload into the given OutputStream
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.MessageFormat
Write the message payload to the given OutputStream
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.ObjectMessage
Serialize the payload Object to the given OutputStream
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.RawFileMessage
Write the payload to the given OutputStream
writeTo(OutputStream) - Method in interface org.adroitlogic.ultraesb.api.format.StringMessage
 
WSDL_URL - Static variable in class org.adroitlogic.ultraesb.api.transport.http.HttpConstants
 
WSSecurityManager - Interface in org.adroitlogic.soapbox.api
Defines WS-Security parameters to the UltraESB configuration, and serves as the central point of control for securing and verifying of messages
WSSecurityManager - Class in org.adroitlogic.soapbox
Defines WS-Security parameters to the UltraESB configuration, and serves as the central point of control for securing and verifying of messages
WSSecurityManager(String, String, Map) - Constructor for class org.adroitlogic.soapbox.WSSecurityManager
Constructor to use when identity and trust credentials are on the same keystore
WSSecurityManager(String, String, String, String, Map) - Constructor for class org.adroitlogic.soapbox.WSSecurityManager
Standard constructor that uses separate keystores for identity and trust credentials

X

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
 

A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright (c) 2010-2012 AdroitLogic Private Ltd. All rights reserved.