Index
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

AbstractFileAction - Class in org.jboss.soa.esb.actions

Extend this class if you need to implement an action class intended to process one file at a time.

AbstractFileAction() - Constructor for class org.jboss.soa.esb.actions.AbstractFileAction
 
AbstractListener - Class in org.jboss.soa.esb.listeners.message
Base class for listener implementations which will be responsible for implementing some sort of blocking receive whithin the run() method.
AbstractListener(EsbListenerController, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.AbstractListener
Constructor configuring this listener instance and thread pool executing the action processing pipeline.
AbstractListener - Class in org.jboss.soa.esb.listeners.old
Base abstract listener implementation.
AbstractListener(GpListener, ConfigTree, ActionDefinitionFactory) - Constructor for class org.jboss.soa.esb.listeners.old.AbstractListener
 
AbstractListener.ActionProcessingPipeline - Class in org.jboss.soa.esb.listeners.old
Action Processing Pipeline.
AbstractListener.ActionProcessingPipeline(Object) - Constructor for class org.jboss.soa.esb.listeners.old.AbstractListener.ActionProcessingPipeline
Private constructor.
AbstractPassiveListener - Class in org.jboss.soa.esb.listeners.message
Base class to be implmented by listener implementations which use a channel implementation doing the listening stuff like periodically receiving on a queue.
AbstractPassiveListener(EsbListenerController, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.AbstractPassiveListener
 
AbstractPassiveListener - Class in org.jboss.soa.esb.listeners.old
Base class to be implmented by listener implementations which use a channel implementation doing the listening stuff like periodically receiving on a queue.
AbstractPassiveListener(GpListener, ConfigTree, ActionDefinitionFactory) - Constructor for class org.jboss.soa.esb.listeners.old.AbstractPassiveListener
 
AbstractPoller - Class in org.jboss.soa.esb.listeners.old
Abstract Polling Listener.
AbstractPoller(GpListener, ConfigTree, ActionDefinitionFactory) - Constructor for class org.jboss.soa.esb.listeners.old.AbstractPoller
Construct an abstract polling listener.
AbstractSqlRowAction - Class in org.jboss.soa.esb.actions
Abstract SQL Row action.
AbstractSqlRowAction(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.AbstractSqlRowAction
 
ACTION_CLASS_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
ACTION_ELEMENT_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
ActionProcessingPipeline
ACTION_PROPERTY_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
ACTION_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
actionClassException(ConfigTree, Message, Throwable) - Method in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
If 'current' action step was configured with a 'exceptionMethod' attribute that method will be called with a single argument of type Exception
actionClassFinishedOk(ConfigTree, Message) - Method in class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
If 'current' action step was configured with an 'okMethod' attribute that method will be called with no arguments
ActionDefinition - Class in org.jboss.soa.esb.actions
Action Definition.
ActionDefinition(String, String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.ActionDefinition
Private constructor.
ActionDefinitionFactory - Class in org.jboss.soa.esb.actions
Action Definition Factory.
ActionDefinitionFactory(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.ActionDefinitionFactory
Construct a factory instance.
ActionProcessingException - Exception in org.jboss.soa.esb.actions
Exception while processing message payload processing action.
ActionProcessingException(String) - Constructor for exception org.jboss.soa.esb.actions.ActionProcessingException
Public constructor.
ActionProcessingException(String, Throwable) - Constructor for exception org.jboss.soa.esb.actions.ActionProcessingException
Public constructor.
ActionProcessingException(Throwable) - Constructor for exception org.jboss.soa.esb.actions.ActionProcessingException
Public constructor.
ActionProcessingPipeline - Class in org.jboss.soa.esb.listeners.message
Action Processing Pipeline.
ActionProcessingPipeline(Message, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
public constructor
ActionProcessor - Interface in org.jboss.soa.esb.actions
Action Processor Interface Definition.
ActionUtils - Class in org.jboss.soa.esb.actions
Contains utility methods for actions
ActionUtils() - Constructor for class org.jboss.soa.esb.actions.ActionUtils
 
add(String, Object) - Method in interface org.jboss.soa.esb.message.Body
Add the specified Object to the body.
add(String, String) - Method in interface org.jboss.soa.esb.parameters.ParamRepository
Store a parameter value in the repository.
addAddress(Address) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
addAttr(String, String) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
addAttributes(HashMap) - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
addBobj(String, BaseBusinessObject) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
addChild(PortReference.Extension) - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
addChildUid(long) - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
Add a reference to a BusinessObject (it's UID) to the list of batch items BusinessObjects
addDto(String, BobjStdDTO) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
addEmail(OneValue) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
addExtension(PortReference.Extension) - Method in class org.jboss.soa.esb.addressing.PortReference
 
addExtension(String) - Method in class org.jboss.soa.esb.addressing.PortReference
 
addExtension(String, String) - Method in class org.jboss.soa.esb.addressing.PortReference
 
addExtension(String, String, String, String) - Method in class org.jboss.soa.esb.addressing.PortReference
Define the tag, prefix and namespace URI for the extension value.
addExtension(String, String, String, String, int) - Method in class org.jboss.soa.esb.addressing.PortReference
Define the tag, prefix and namespace URI for the extension value.
addHeaderUid(long) - Method in class org.jboss.soa.esb.common.bizclasses.BatchProcess
Add a reference to a BusinessObject (it's UID) to the list of batch header BusinessObjects
addItem(Object) - Method in interface org.jboss.soa.esb.message.Attachment
Appends the specified element to the end of the list of unnamed objects
null values are allowed
addItemAt(int, Object) - Method in interface org.jboss.soa.esb.message.Attachment
Replaces the element at the specified position in the list of unnamed objects
allows null values
addListener(InvokerCallbackHandler) - Method in class org.jboss.soa.esb.listeners.message.HttpListener
Adds a callback handler that will listen for callbacks from the server invoker handler.
addListener(InvokerCallbackHandler) - Method in class org.jboss.soa.esb.listeners.old.HttpListener
 
addMessage(Message) - Method in interface org.jboss.soa.esb.services.persistence.MessageStore
 
addMonitor(ServiceMonitor) - Method in class org.jboss.soa.esb.nagios.MonitorManager
 
addObject(BaseBusinessObject) - Method in interface org.jboss.soa.esb.services.PersistManager
 
addPhone(Telephone) - Method in class org.jboss.soa.esb.common.bizclasses.Address
 
addPhone(Telephone) - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
addPolicy() - Method in class org.jboss.soa.esb.addressing.PortReference
 
addPortType(String) - Method in class org.jboss.soa.esb.addressing.PortReference
 
Address - Class in org.jboss.soa.esb.common.bizclasses
 
Address(String) - Constructor for class org.jboss.soa.esb.common.bizclasses.Address
 
Address(String, long) - Constructor for class org.jboss.soa.esb.common.bizclasses.Address
 
Address(BobjStdDTO) - Constructor for class org.jboss.soa.esb.common.bizclasses.Address
 
Address.ATTRIB - Enum in org.jboss.soa.esb.common.bizclasses
 
Address.CHLD_LIST - Enum in org.jboss.soa.esb.common.bizclasses
 
ADDRESS_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
addressForLocator() - Method in class org.jboss.soa.esb.common.bizclasses.Person
 
addServiceName(String, String) - Method in class org.jboss.soa.esb.addressing.PortReference
 
addTextChild(String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
add a child element that consists only of the text in arg0
addToBatch(String) - Method in interface org.jboss.soa.esb.services.BatchManager
 
allLocators() - Method in class org.jboss.soa.esb.util.BaseBusinessObject
Get all locators for a given BaseBusinessObject

Override this method in your class if you have more than 1 locator array

AppServerContext - Class in org.jboss.soa.esb.helpers
Obtains JNDI naming context for a predefined list of 'well known' server types
AppServerContext() - Constructor for class org.jboss.soa.esb.helpers.AppServerContext
 
AppServerContext.SERVER_TYPE - Enum in org.jboss.soa.esb.helpers
 
ATT_APPEND - Static variable in class org.jboss.soa.esb.notification.NotifyFiles
Attribute name of indicator to append to an existing file
ATT_DATA - Static variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
ATT_DEST_NAME - Static variable in class org.jboss.soa.esb.notification.NotifyJMS
Attribute name mnemonic for the att that will hold the JNDI name of the destination javax.jms.Destination object
ATT_NAME - Static variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
ATT_PROP_NAME - Static variable in class org.jboss.soa.esb.notification.NotifyJMS
Attribute name mnemonic for the name of the message property to fill with contents of the "value" aattribute
ATT_PROP_VALUE - Static variable in class org.jboss.soa.esb.notification.NotifyJMS
Attribute name mnemonic for the value to assign to the corresponding message property
ATT_TABLE - Static variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
ATT_URI - Static variable in class org.jboss.soa.esb.notification.NotifyFiles
Attribute name that will be interpreted as the URI of the file to write to
ATT_VALUE - Static variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
ATTACH - Static variable in class org.jboss.soa.esb.helpers.Email
ConfigTree attribute : Value of this attribute will be the content of the e-mail's text
Attachment - Interface in org.jboss.soa.esb.message
Messages may contain attachments that do not appear in the main payload body.
attributeCount() - Method in class org.jboss.soa.esb.helpers.ConfigTree
 
attributesAsList() - Method in class org.jboss.soa.esb.helpers.ConfigTree
obtain the list of all attribute as a List

B

BankAcct - Class in org.jboss.soa.esb.common.bizclasses
 
BankAcct(String) - Constructor for class org.jboss.soa.esb.common.bizclasses.BankAcct
 
BankAcct(String, long) - Constructor for class org.jboss.soa.esb.common.bizclasses.BankAcct
 
BankAcct(BobjStdDTO) - Constructor for class org.jboss.soa.esb.common.bizclasses.BankAcct
 
BankAcct.ATTRIB - Enum in org.jboss.soa.esb.common.bizclasses
 
BaseBusinessObject - Class in org.jboss.soa.esb.util
 
BaseBusinessObject() - Constructor for class org.jboss.soa.esb.util.BaseBusinessObject
 
BaseBusinessObject(String) - Constructor for class org.jboss.soa.esb.util.BaseBusinessObject
 
BaseBusinessObject(String, long) - Constructor for class org.jboss.soa.esb.util.BaseBusinessObject
 
BaseBusinessObject(BobjStdDTO) - Constructor for class org.jboss.soa.esb.util.BaseBusinessObject
 
BaseException - Exception in org.jboss.soa.esb
Base ESB Exception.
BaseException() - Constructor for exception org.jboss.soa.esb.BaseException
Public Default Constructor.
BaseException(String) - Constructor for exception org.jboss.soa.esb.BaseException
Public Constructor.
BaseException(String, Throwable) - Constructor for exception org.jboss.soa.esb.BaseException
Public Constructor.
BaseException(Throwable) - Constructor for exception org.jboss.soa.esb.BaseException
Public Constructor.
BatchManager - Interface in org.jboss.soa.esb.services
 
BatchProcess - Class in org.jboss.soa.esb.common.bizclasses
 
BatchProcess(String, long) - Constructor for class org.jboss.soa.esb.common.bizclasses.BatchProcess
 
BatchProcess(BobjStdDTO) - Constructor for class org.jboss.soa.esb.common.bizclasses.BatchProcess
 
BatchProcess.ATTRIB - Enum in org.jboss.soa.esb.common.bizclasses
 
BatchProcess.CHLD_LIST - Enum in org.jboss.soa.esb.common.bizclasses
 
BEAN_PROPERTIES_PROP - Static variable in class org.jboss.soa.esb.actions.converters.ObjectToCSVString
 
BEFORE_ACTION - Static variable in class org.jboss.soa.esb.actions.ActionUtils
 
BOBJ_CLASS - Static variable in class org.jboss.soa.esb.util.BobjStdDTO
 
BOBJ_PACKAGE - Static variable in class org.jboss.soa.esb.util.BobjStdDTO
 
BobjStdDTO - Class in org.jboss.soa.esb.util
BaseBusinessObject Data Transfer Object.
BobjStdDTO(String, String, List<BobjStdDTO>) - Constructor for class org.jboss.soa.esb.util.BobjStdDTO
 
Body - Interface in org.jboss.soa.esb.message
The message body holds arbitrary information which represents the payload as far as clients and services are concerned.
ByteArrayToString - Class in org.jboss.soa.esb.actions.converters
Byte Array to String processor.
ByteArrayToString(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.converters.ByteArrayToString
Public constructor.
ByteOps - Class in org.jboss.soa.esb.nagios.util
Byte manipulation utility methods
ByteOps() - Constructor for class org.jboss.soa.esb.nagios.util.ByteOps
 
bytesToInt(byte[], int, int) - Static method in class org.jboss.soa.esb.nagios.util.ByteOps
Convert portion of an array of bytes into an int

C

calculate(byte[]) - Static method in class org.jboss.soa.esb.nagios.util.CRC32
Compute the CRC32 checksum of the provided byte array buffer.
Call - Class in org.jboss.soa.esb.addressing
Represents an interaction pattern for a specific message exchange.
Call() - Constructor for class org.jboss.soa.esb.addressing.Call
Create a new (empty) call.
Call(EPR) - Constructor for class org.jboss.soa.esb.addressing.Call
Create a new call, whose To field is set to the supplied EPR.
CBR_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
Content Based Routing
CbrJmsQueueListener - Class in org.jboss.soa.esb.listeners.message
Esb Message aware Content Based Router JMS queue listener.
CbrJmsQueueListener(EsbListenerController, ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.CbrJmsQueueListener
 
CbrProxyAction - Class in org.jboss.soa.esb.actions
Action proxy to call the Content Based Router.
CbrProxyAction(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.CbrProxyAction
Constructor of the Content Based Router Proxy.
changeStatus(SqlTableGatewayListener.ROW_STATE, SqlTableGatewayListener.ROW_STATE) - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
changeStatusToDone() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
changeStatusToError() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
changeStatusToWorking() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
checkMyParms() - Method in class org.jboss.soa.esb.listeners.gateway.FileGatewayListener
Check for mandatory and optional attributes in parameter tree
checkMyParms() - Method in class org.jboss.soa.esb.listeners.gateway.JmsGatewayListener
Check for mandatory and optional attributes in parameter tree
checkMyParms() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
Check for mandatory and optional attributes in parameter tree
checkMyParms() - Method in class org.jboss.soa.esb.listeners.message.JmsQueueListener
Check for mandatory and optional attributes in parameter tree
checkMyParms() - Method in class org.jboss.soa.esb.listeners.old.JmsQueueListener
Check for mandatory and optional attributes in parameter tree
checkMyParms() - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
checkMyParms() - Method in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
checkParams() - Method in class org.jboss.soa.esb.listeners.old.HttpListener
Check for mandatory and optional attributes in parameter tree
checkParms(ConfigTree) - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Check to see if all needed parameters are there, and assign default values to some of them
checkParms(ConfigTree) - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Check to see if all needed parameters are there, and assign default values to some of them
checkParms(ConfigTree) - Method in class org.jboss.soa.esb.listeners.old.GpListener
Check to see if all needed parameters are there, and assign default values to some of them
CHILD_COLUMN - Static variable in class org.jboss.soa.esb.notification.NotifySqlTable
 
CHILD_FILE - Static variable in class org.jboss.soa.esb.notification.NotifyFiles
Mnemonic for the child element name that hold the files to write ("file")
CHILD_MSG_PROP - Static variable in class org.jboss.soa.esb.notification.NotifyJMS
Element name mnemonic to search for child elements in the ConfigTree at constructor time, that will hold a "name" "value" pair to be included in the JMS message header
CHILD_QUEUE - Static variable in class org.jboss.soa.esb.notification.NotifyQueues
Element name mnemonic to search for child elements in the ConfigTree at constructor time, that will hold a "jndiName" attribute specifying the value to look up in the JNDI context in order to obtain a queue
CHILD_TGT - Static variable in class org.jboss.soa.esb.notification.NotificationList
 
CHILD_TOPIC - Static variable in class org.jboss.soa.esb.notification.NotifyTopics
 
childCount() - Method in class org.jboss.soa.esb.helpers.ConfigTree
 
childPropertyList() - Method in class org.jboss.soa.esb.helpers.ConfigTree
obtain the list of all child "property" elements as a List
CHLD_EMAIL_PARMS - Static variable in class org.jboss.soa.esb.listeners.old.GpListener
 
classNm() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
cleanup() - Method in class org.jboss.soa.esb.listeners.message.JmsQueueListener
 
clearChecksumInPacket(byte[]) - Static method in class org.jboss.soa.esb.nagios.transport.NagiosNSCAPacket
 
clearExtensions() - Method in class org.jboss.soa.esb.addressing.PortReference
 
clone() - Method in class org.jboss.soa.esb.helpers.ConfigTree
 
cloneObj() - Method in class org.jboss.soa.esb.helpers.ConfigTree
instantiate a new ConfigTree with the same topology and contents of 'this'
Contained ConfigTree child elements will also be cloned
Transient objects are NOT copied nor cloned
close() - Method in class org.jboss.soa.esb.listeners.old.AbstractListener
Close the listener implemenation.
close() - Method in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
close() - Method in class org.jboss.soa.esb.listeners.old.HttpListener
 
close() - Method in class org.jboss.soa.esb.listeners.old.JmsQueueListener
 
close() - Method in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
close() - Method in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
commit() - Method in class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
commitBatch(BatchProcess) - Method in interface org.jboss.soa.esb.services.BatchManager
 
composeEmptyMessage(Object) - Method in class org.jboss.soa.esb.actions.templates.MockComposer
 
ConfigTree - Class in org.jboss.soa.esb.helpers
Objects of this class are to be used for run time configuration of ESB components

This should gradually replace the ConfigTree class
It is a subset of Tree that accepts a Map of attributes, and a List of children
children can only be String values, or objects of this class

fromXml() and toXml() methods allow 'visible' representations of objects of this class and run time loading/dumping from/to standard XML documents

ConfigTree(String) - Constructor for class org.jboss.soa.esb.helpers.ConfigTree
Constructor of a root node (an uppermost ConfigTree)
ConfigTree(String, ConfigTree) - Constructor for class org.jboss.soa.esb.helpers.ConfigTree
Constructor of a ConfigTree as a child of another (second arg)
ConfigTree(ConfigTree) - Constructor for class org.jboss.soa.esb.helpers.ConfigTree
protected constructor
Configuration - Class in org.jboss.soa.esb.common
 
Configuration() - Constructor for class org.jboss.soa.esb.common.Configuration
 
ConfigurationException - Exception in org.jboss.soa.esb
Configuration Exception.
ConfigurationException(String) - Constructor for exception org.jboss.soa.esb.ConfigurationException
Construct an exception instance.
ConfigurationException(String, Throwable) - Constructor for exception org.jboss.soa.esb.ConfigurationException
Construct an exception instance.
ConfigurationException(Throwable) - Constructor for exception org.jboss.soa.esb.ConfigurationException
Construct an exception instance.
CONNECTION_FACTORY - Static variable in class org.jboss.soa.esb.notification.NotifyQueues
Connection Factory JNDI name.
CONNECTION_FACTORY - Static variable in class org.jboss.soa.esb.notification.NotifyTopics
 
CONNECTION_FACTORY_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
CONNECTION_MODULE - Static variable in class org.jboss.soa.esb.common.ModulePropertyManager
 
Constants - Class in org.jboss.soa.esb.nagios
A few constant values synchronized from the C NSCA client/server source.
Constants() - Constructor for class org.jboss.soa.esb.nagios.Constants
 
ContentBasedRouter - Class in org.jboss.soa.esb.services.routing.cbr
Content Based Router Interface.
ContentBasedRouter() - Constructor for class org.jboss.soa.esb.services.routing.cbr.ContentBasedRouter
 
ContentBasedRouterFactory - Class in org.jboss.soa.esb.services.routing.cbr
Returns an instance of the Registry.
ContentBasedRouterFactory() - Constructor for class org.jboss.soa.esb.services.routing.cbr.ContentBasedRouterFactory
 
Context - Interface in org.jboss.soa.esb.message
The context is the section of the message containing information such as session management, transaction information, security data etc.
continueLooping() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Helper accessor for child processes that provides info to determine if they can continue with yet another execution cycle
continueLooping() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Helper accessor for child processes that provides info to determine if they can continue with yet another execution cycle
continueLooping() - Method in class org.jboss.soa.esb.listeners.old.GpListener
Helper accessor for child processes that provides info to determine if they can continue with yet another execution cycle
copy(Call) - Method in class org.jboss.soa.esb.addressing.Call
Copy the instance specified.
copy(EPR) - Method in class org.jboss.soa.esb.addressing.EPR
Copy the contents of the specified EPR into this instance.
copyCurrentToPrevious(Message) - Static method in class org.jboss.soa.esb.actions.ActionUtils
Copy 'current object' to a temporary holder within message
copyFrom(ConfigTree) - Method in class org.jboss.soa.esb.helpers.ConfigTree
Deep copy of other tree
copyIntoArray(byte[], byte[], int, int, boolean) - Static method in class org.jboss.soa.esb.nagios.util.ByteOps
Convert a long to some number of bytes and store them in an array.
COPYTO - Static variable in class org.jboss.soa.esb.helpers.Email
ConfigTree attribute : comma separated list of Copy recipients
CORE_MODULE - Static variable in class org.jboss.soa.esb.common.ModulePropertyManager
 
CORRELATION_ID_TAG - Static variable in class org.jboss.soa.esb.couriers.CourierUtil
 
Courier - Interface in org.jboss.soa.esb.couriers
Courier interface.
CourierException - Exception in org.jboss.soa.esb.couriers
Dispatch Exception.
CourierException(String) - Constructor for exception org.jboss.soa.esb.couriers.CourierException
Construct an exception instance.
CourierException(String, Throwable) - Constructor for exception org.jboss.soa.esb.couriers.CourierException
Construct an exception instance.
CourierException(Throwable) - Constructor for exception org.jboss.soa.esb.couriers.CourierException
Construct an exception instance.
CourierFactory - Class in org.jboss.soa.esb.couriers
 
CourierTimeoutException - Exception in org.jboss.soa.esb.couriers
Timeout exception.
CourierTimeoutException(String) - Constructor for exception org.jboss.soa.esb.couriers.CourierTimeoutException
Construct an exception instance.
CourierTimeoutException(String, Throwable) - Constructor for exception org.jboss.soa.esb.couriers.CourierTimeoutException
Construct an exception instance.
CourierTimeoutException(Throwable) - Constructor for exception org.jboss.soa.esb.couriers.CourierTimeoutException
Construct an exception instance.
CourierUtil - Class in org.jboss.soa.esb.couriers
 
CRC32 - Class in org.jboss.soa.esb.nagios.util
CRC32 Implementation Uses lazy-initialization technique, and pre-built value table for accelerating calculations.
CRC32() - Constructor for class org.jboss.soa.esb.nagios.util.CRC32
 
CTX_JBOSS - Static variable in class org.jboss.soa.esb.helpers.AppServerContext
Indicates that a jboss context is requested

D

DATABASE - Static variable in class org.jboss.soa.esb.services.persistence.MessageStoreType
 
DB_DRIVER - Static variable in class org.jboss.soa.esb.common.Environment
 
DB_PASSWORD - Static variable in class org.jboss.soa.esb.common.Environment
 
DB_URL - Static variable in class org.jboss.soa.esb.common.Environment
 
DB_USER - Static variable in class org.jboss.soa.esb.common.Environment
 
DBSTORE_MODULE - Static variable in class org.jboss.soa.esb.common.ModulePropertyManager
 
decrypt(byte[], Object) - Method in interface org.jboss.soa.esb.services.Encryption
 
DEFAULT_HOST - Static variable in class org.jboss.soa.esb.common.Environment
 
DEFAULT_IN_PROCESS_STATES - Static variable in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
 
DEFAULT_PASSWORD - Static variable in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
DEFAULT_PASSWORD - Static variable in class org.jboss.soa.esb.common.Environment
 
DEFAULT_PORT - Static variable in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
DEFAULT_PORT - Static variable in class org.jboss.soa.esb.common.Environment
 
DEFAULT_PROPERTY_FILE - Static variable in class org.jboss.soa.esb.common.Environment
 
DEFAULT_SERVER_TYPE - Static variable in class org.jboss.soa.esb.common.Environment
 
DEFAULT_STATES - Static variable in class org.jboss.soa.esb.listeners.old.SqlTablePoller
 
DEFAULT_TYPE - Static variable in class org.jboss.soa.esb.message.format.MessageType
 
DEFAULT_TYPE - Static variable in class org.jboss.soa.esb.services.persistence.MessageStoreType
 
DEFAULT_USERNAME - Static variable in class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
DEFAULT_USERNAME - Static variable in class org.jboss.soa.esb.common.Environment
 
DefaultEncryptionFactory - Class in org.jboss.soa.esb.services
 
DefaultEncryptionFactory() - Constructor for class org.jboss.soa.esb.services.DefaultEncryptionFactory
 
DELETE - Static variable in exception org.jboss.soa.esb.services.registry.RegistryException
 
DELETE - Static variable in exception org.jboss.soa.esb.services.routing.MessageRouterException
 
deleteCurrentRow() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
Try to delete 'current row' from polled table
deleteRemoteFile(String) - Method in class org.jboss.soa.esb.util.FtpClientUtil
Deletes specified file in remote directory
deleteRemoteFile(String) - Method in interface org.jboss.soa.esb.util.RemoteFileSystem
Deletes specified file in remote directory
deleteStatement() - Method in class org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener
Assemble the SQL statement to delete the current row in the table row uniquely identified by the list of fields in the "keyFields" parameter
deliver(Message) - Method in class org.jboss.soa.esb.actions.CbrProxyAction
Do *not* route, just deliver.
deliver(Message) - Method in interface org.jboss.soa.esb.couriers.Courier
Try to deliver an ESB message.
DELIVER_MESSAGES - Static variable in class org.jboss.soa.esb.services.routing.MessageRouter
 
deliverMessages(Collection<String>, Message) - Static method in class org.jboss.soa.esb.services.routing.MessageRouter
Sends the message on to the service with the name(s) we just obtained from the routing.
deserialize(Serializable) - Static method in class org.jboss.soa.esb.util.Util
 
DESTINATION_NAME_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
DESTINATION_TYPE_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
DirectoryPoller - Class in org.jboss.soa.esb.listeners.old
 
DirectoryPoller(GpListener, ConfigTree, ActionDefinitionFactory) - Constructor for class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
DirectoryPoller.WorkingFile - Class in org.jboss.soa.esb.listeners.old
Working file.
DirectoryPoller.WorkingFile(String) - Constructor for class org.jboss.soa.esb.listeners.old.DirectoryPoller.WorkingFile
 
DirectoryPoller.WorkingFile(File, String) - Constructor for class org.jboss.soa.esb.listeners.old.DirectoryPoller.WorkingFile
 
downloadFile(String, String) - Method in class org.jboss.soa.esb.util.FtpClientUtil
Downloads specified file from remote directory (remoteDirURI) to local directory (localDirURI)
downloadFile(String, String) - Method in interface org.jboss.soa.esb.util.RemoteFileSystem
Downloads specified file from remote directory (remoteDirURI) to local directory (localDirURI)
DRIVER - Static variable in class org.jboss.soa.esb.helpers.persist.SimpleDataSource
 
DRIVER_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JDBCEpr
 
dump() - Static method in class org.jboss.soa.esb.common.Configuration
 
dump() - Method in class org.jboss.soa.esb.helpers.KeyValuePair
 
Dump(String) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
Dump(int) - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
dumpSysProps(PrintStream) - Static method in class org.jboss.soa.esb.util.Util
 

E

EchoRouter - Class in org.jboss.soa.esb.actions.routing
Echo Action Processor.
EchoRouter(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.routing.EchoRouter
 
ELEMENT - Static variable in class org.jboss.soa.esb.notification.NotificationList
Mnemonic name for the XML element name for the serialized form of objects of this class
elementNm() - Method in class org.jboss.soa.esb.util.BobjStdDTO
 
Email - Class in org.jboss.soa.esb.helpers
Simplifies sending of e-mails with attachments from java.
Email() - Constructor for class org.jboss.soa.esb.helpers.Email
Public constructor.
EmailEpr - Class in org.jboss.soa.esb.addressing.eprs
A helper class for using email style EPRs.
EmailEpr(EPR) - Constructor for class org.jboss.soa.esb.addressing.eprs.EmailEpr
 
EmailEpr(String, String) - Constructor for class org.jboss.soa.esb.addressing.eprs.EmailEpr
Create a new email EPR.
EmailEpr(String, String, String, String, String) - Constructor for class org.jboss.soa.esb.addressing.eprs.EmailEpr
Create a new email EPR.
encrypt(byte[], Object) - Method in interface org.jboss.soa.esb.services.Encryption
 
ENCRYPT_FACTORY_CLASS - Static variable in class org.jboss.soa.esb.common.Environment
 
Encryption - Interface in org.jboss.soa.esb.services
 
END_TIME_TAG - Static variable in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
 
endNotRequested() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Accessor to determine if execution time is not expired, and no shutdown request received
endNotRequested() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Accessor to determine if execution time is not expired, and no shutdown request received
endNotRequested() - Method in class org.jboss.soa.esb.listeners.old.GpListener
Accessor to determine if execution time is not expired, and no shutdown request received
endOfChainNotification() - Method in class org.jboss.soa.esb.actions.templates.MockMessageAction
 
ENDPOINT_REFERENCE_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
endRequested() - Method in class org.jboss.soa.esb.listeners.gateway.GatewayListenerController
Accessor to determine if execution time is expired or shutdown requested
endRequested() - Method in class org.jboss.soa.esb.listeners.message.EsbListenerController
Accessor to determine if execution time is expired or shutdown requested
endRequested() - Method in class org.jboss.soa.esb.listeners.old.GpListener
Accessor to determine if execution time is expired or shutdown requested
Environment - Class in org.jboss.soa.esb.common
 
Environment() - Constructor for class org.jboss.soa.esb.common.Environment
 
EPR - Class in org.jboss.soa.esb.addressing
The Endpoint Reference class.
EPR() - Constructor for class org.jboss.soa.esb.addressing.EPR
Create a new Endpoint Reference with a null address.
EPR(PortReference) - Constructor for class org.jboss.soa.esb.addressing.EPR
Create a new Endpoint Reference with the specified address.
EPR(URI) - Constructor for class org.jboss.soa.esb.addressing.EPR
Create a new Endpoint Reference with the specified address.
EPR_DESCRIPTION_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
EPRManager - Class in org.jboss.soa.esb.addressing.util
Allows EPRs to be saved to and loaded from files.
EPRManager(String) - Constructor for class org.jboss.soa.esb.addressing.util.EPRManager
 
equals(Object) - Method in class org.jboss.soa.esb.addressing.EPR
 
equals(Object) - Method in class org.jboss.soa.esb.addressing.PortReference
Is this object equal to the specified parameter?
equals(Object) - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
Is this object equal to the specified parameter (ignoring prefix)?
equals(Object) - Method in class org.jboss.soa.esb.addressing.util.EPRManager
 
equals(Object) - Method in class org.jboss.soa.esb.util.ObjLocator
 
EsbListenerController - Class in org.jboss.soa.esb.listeners.message
Controlling class that will launch 'message aware' listener child threads for supported transport listener classes, as indicated in the configuration XML tree used in the constructor If you use the 'main' method, configuration file is expected in arg[0]

Can be launched as uppermost controller (it has a main(args) method)

Also implements Runnable, and can thus be launched in a child thread from an upper controlling process

Listens on a JMS queue (with an optional message selector) for commands (e.g.

EsbListenerController() - Constructor for class org.jboss.soa.esb.listeners.message.EsbListenerController
No default constructor - only for child classes
EsbListenerController(String) - Constructor for class org.jboss.soa.esb.listeners.message.EsbListenerController
Construct a Listener Manager from the named repository based configuration.
EsbListenerController(ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.EsbListenerController
Construct a Listener Controller using the specified listener configuration.
EsbListenerController.State - Enum in org.jboss.soa.esb.listeners.message
 
EsbListenerControllerService - Class in org.jboss.soa.esb.listeners.message
 
EsbListenerControllerService() - Constructor for class org.jboss.soa.esb.listeners.message.EsbListenerControllerService
 
EsbListenerControllerServiceMBean - Interface in org.jboss.soa.esb.listeners.message
 
EXCEPTION_METHOD_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
exceptionCallback(Message, Throwable) - Method in class org.jboss.soa.esb.actions.CbrProxyAction
 
exceptionCallback1(Exception) - Method in class org.jboss.soa.esb.actions.templates.MockMessageAction
 
execQueryWait(PreparedStatement, int) - Method in class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
execUpdWait(PreparedStatement, int) - Method in class org.jboss.soa.esb.helpers.persist.JdbcCleanConn
 
extendedToString() - Method in class org.jboss.soa.esb.addressing.PortReference
 
EXTRACTED_BEANS_HASH - Static variable in class org.jboss.soa.esb.actions.converters.SmooksTransformer
Key for storing/accessing any potential message Body bean HashMaps as populated by the Smooks Javabean Cartridge.

F

Factory - Class in org.jboss.soa.esb.common
Base class to find a class on the classpath.
Factory() - Constructor for class org.jboss.soa.esb.common.Factory
 
FAIL_ON_MISSING_PROPERTY - Static variable in class org.jboss.soa.esb.actions.converters.ObjectToCSVString
 
Fault - Interface in org.jboss.soa.esb.message
Faults may be returned from a service in response to receiving and acting upon messages.
FAULT_TO_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
FETCH - Static variable in exception org.jboss.soa.esb.services.registry.RegistryException
 
FETCH - Static variable in exception org.jboss.soa.esb.services.routing.MessageRouterException
 
FICTICIOUS_TEST_HOST - Static variable in class org.jboss.soa.esb.nagios.Constants
 
FILE_APPEND - Static variable in class org.jboss.soa.esb.actions.routing.ObjectToFileWriter
 
FILE_ENC - Static variable in class org.jboss.soa.esb.actions.routing.ObjectToFileWriter
 
FILE_ERROR_DIR - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_ERROR_DIR - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_ERROR_DIR_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FILE_ERROR_SFX - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_ERROR_SFX - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_ERROR_SFX_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FILE_EXT - Static variable in class org.jboss.soa.esb.actions.routing.ObjectToFileWriter
 
FILE_INPUT_DIR - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_INPUT_DIR - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_INPUT_DIR_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
File Actions
FILE_INPUT_SFX - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_INPUT_SFX - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_INPUT_SFX_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FILE_NAME - Static variable in class org.jboss.soa.esb.actions.routing.ObjectToFileWriter
 
FILE_POST_DEL - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_POST_DEL - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_POST_DEL_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FILE_POST_DIR - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_POST_DIR - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_POST_DIR_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FILE_POST_SFX - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_POST_SFX - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_POST_SFX_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FILE_WORK_SFX - Static variable in class org.jboss.soa.esb.listeners.old.DirectoryPoller
 
FILE_WORK_SFX - Static variable in class org.jboss.soa.esb.listeners.old.RemoteDirectoryPoller
 
FILE_WORK_SFX_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
FileCopier - Class in org.jboss.soa.esb.actions.routing
File copy action.
FileCopier(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.routing.FileCopier
Public constructor.
FileEpr - Class in org.jboss.soa.esb.addressing.eprs
A helper class for using file based EPRs.
FileEpr(EPR) - Constructor for class org.jboss.soa.esb.addressing.eprs.FileEpr
 
FileEpr(URL) - Constructor for class org.jboss.soa.esb.addressing.eprs.FileEpr
 
FileEpr(String) - Constructor for class org.jboss.soa.esb.addressing.eprs.FileEpr
 
FileEpr(URI