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 Y _

A

AbstractActionLifecycle - Class in org.jboss.soa.esb.actions
Abstract class for lifecycle methods
AbstractActionLifecycle() - Constructor for class org.jboss.soa.esb.actions.AbstractActionLifecycle
 
AbstractActionPipelineProcessor - Class in org.jboss.soa.esb.actions
Abstract class for processor actions used in a pipeline.
AbstractActionPipelineProcessor() - Constructor for class org.jboss.soa.esb.actions.AbstractActionPipelineProcessor
 
AbstractCommandVehicle - Class in org.jboss.soa.esb.util
Auxiliary class that deals with implementation details of event messages handled by ESB aware applications.
AbstractCommandVehicle(Enum) - Constructor for class org.jboss.soa.esb.util.AbstractCommandVehicle
 
AbstractCommandVehicle(Message) - Constructor for class org.jboss.soa.esb.util.AbstractCommandVehicle
Populate this event's associated values contained in the ESB message
Values that this class is able to render are expected to be in a Map<String,Object> contained in the message body as a named Object (key=getCommandValuesTag())
AbstractFileGateway - Class in org.jboss.soa.esb.listeners.gateway
Base class for all file gateways: local filesystem, ftp, sftp and ftps.
AbstractFileGateway(ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.gateway.AbstractFileGateway
 
AbstractFileNamingStrategy - Class in org.jboss.soa.esb.actions.naming.strategy
Abstract base class that handles common concerns for file naming.
AbstractFileNamingStrategy() - Constructor for class org.jboss.soa.esb.actions.naming.strategy.AbstractFileNamingStrategy
 
AbstractManagedLifecycle - Class in org.jboss.soa.esb.listeners.lifecycle
This class represents the lifecycle for a managed instance.
AbstractManagedLifecycle(ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.lifecycle.AbstractManagedLifecycle
Construct the managed lifecycle.
AbstractMessageComposer<T> - Class in org.jboss.soa.esb.listeners.message
An abstract MessageComposer implementation, containing a useful default implementation.
AbstractMessageComposer() - Constructor for class org.jboss.soa.esb.listeners.message.AbstractMessageComposer
 
AbstractObjectXStream - Class in org.jboss.soa.esb.actions.converters
Abstract object and xstream action processor for common functionality.
AbstractObjectXStream(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.converters.AbstractObjectXStream
Public constructor.
AbstractObjectXStream(String, List<KeyValuePair>) - Constructor for class org.jboss.soa.esb.actions.converters.AbstractObjectXStream
Public constructor.
AbstractRouter - Class in org.jboss.soa.esb.actions.routing
Abstract router.
AbstractRouter(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.routing.AbstractRouter
Public constructor.
AbstractScheduledListener - Interface in org.jboss.soa.esb.listeners.config.xbeanmodel
An XML abstract-scheduled-listener(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd).
AbstractScheduledListener.Factory - Class in org.jboss.soa.esb.listeners.config.xbeanmodel
A factory class with static methods for creating instances of this type.
AbstractScheduledListenerImpl - Class in org.jboss.soa.esb.listeners.config.xbeanmodel.impl
An XML abstract-scheduled-listener(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd).
AbstractScheduledListenerImpl(SchemaType) - Constructor for class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.AbstractScheduledListenerImpl
 
AbstractThreadedManagedLifecycle - Class in org.jboss.soa.esb.listeners.lifecycle
This class provides threaded support for a managed instance.
AbstractThreadedManagedLifecycle(ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.lifecycle.AbstractThreadedManagedLifecycle
Construct the threaded managed lifecycle.
accepts(DeploymentInfo) - Method in class org.jboss.soa.esb.listeners.config.JBoss4ESBDeployer
Returns true if this deployer can deploy the given DeploymentInfo.
ACKNOWLEDGE_MODE_TAG - Static variable in class org.jboss.soa.esb.addressing.eprs.JMSEpr
 
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
 
ACTION_FAILED - Static variable in class org.jboss.soa.esb.listeners.message.ActionStatusBean
 
ACTION_PROPERTY_TAG - Static variable in class org.jboss.soa.esb.listeners.ListenerTagNames
 
ACTION_SENT - Static variable in class org.jboss.soa.esb.listeners.message.ActionStatusBean
 
ACTION_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
ActionBeanConfigurator - Class in org.jboss.soa.esb.listeners.message
ActionBeanConfigurator was created because ActionMapper flattens the ConfigTree by promoting child "property" elements to attributes on the parent element.
ActionDocument - Interface in org.jboss.soa.esb.listeners.config.xbeanmodel
A document containing one action(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd) element.
ActionDocument.Action - Interface in org.jboss.soa.esb.listeners.config.xbeanmodel
An XML action(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd).
ActionDocument.Action.Factory - Class in org.jboss.soa.esb.listeners.config.xbeanmodel
A factory class with static methods for creating instances of this type.
ActionDocument.Factory - Class in org.jboss.soa.esb.listeners.config.xbeanmodel
A factory class with static methods for creating instances of this type.
ActionDocumentImpl - Class in org.jboss.soa.esb.listeners.config.xbeanmodel.impl
A document containing one action(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd) element.
ActionDocumentImpl(SchemaType) - Constructor for class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ActionDocumentImpl
 
ActionDocumentImpl.ActionImpl - Class in org.jboss.soa.esb.listeners.config.xbeanmodel.impl
An XML action(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd).
ActionDocumentImpl.ActionImpl(SchemaType) - Constructor for class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ActionDocumentImpl.ActionImpl
 
ActionLifecycle - Interface in org.jboss.soa.esb.actions
Interface representing lifecycle methods of an action.
ActionLifecycleException - Exception in org.jboss.soa.esb.actions
Exception representing errors in an action lifecycle.
ActionLifecycleException() - Constructor for exception org.jboss.soa.esb.actions.ActionLifecycleException
Construct a default action lifecycle exception.
ActionLifecycleException(String) - Constructor for exception org.jboss.soa.esb.actions.ActionLifecycleException
Construct an action lifecycle exception with the specified message.
ActionLifecycleException(Throwable) - Constructor for exception org.jboss.soa.esb.actions.ActionLifecycleException
Construct an action lifecycle exception with the associated cause.
ActionLifecycleException(String, Throwable) - Constructor for exception org.jboss.soa.esb.actions.ActionLifecycleException
Construct an action lifecycle exception with the specified message and associated cause.
ActionMapper - Class in org.jboss.soa.esb.listeners.config.mappers
Performs the mapping of XSD based configuration service actions onto a "ConfigTree" style listener configuration.
ActionMapper() - Constructor for class org.jboss.soa.esb.listeners.config.mappers.ActionMapper
 
ActionPipelineProcessor - Interface in org.jboss.soa.esb.actions
Interface representing processor actions used in a pipeline.
ActionProcessingConstants - Class in org.jboss.soa.esb.listeners.message
Action Processing Constants.
ActionProcessingConstants() - Constructor for class org.jboss.soa.esb.listeners.message.ActionProcessingConstants
 
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.
ActionProcessingFaultException - Exception in org.jboss.soa.esb.actions
Exception while processing message payload processing action.
ActionProcessingFaultException(Message, String) - Constructor for exception org.jboss.soa.esb.actions.ActionProcessingFaultException
 
ActionProcessingFaultException(String) - Constructor for exception org.jboss.soa.esb.actions.ActionProcessingFaultException
Public constructor.
ActionProcessingFaultException(String, Throwable) - Constructor for exception org.jboss.soa.esb.actions.ActionProcessingFaultException
Public constructor.
ActionProcessingFaultException(Throwable) - Constructor for exception org.jboss.soa.esb.actions.ActionProcessingFaultException
Public constructor.
ActionProcessingPipeline - Class in org.jboss.soa.esb.listeners.message
Action Processing Pipeline.
ActionProcessingPipeline(ConfigTree) - Constructor for class org.jboss.soa.esb.listeners.message.ActionProcessingPipeline
public constructor
ActionProcessor - Interface in org.jboss.soa.esb.actions
Deprecated. This interface has been replaced by ActionPipelineProcessor
ActionsDocument - Interface in org.jboss.soa.esb.listeners.config.xbeanmodel
A document containing one actions(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd) element.
ActionsDocument.Actions - Interface in org.jboss.soa.esb.listeners.config.xbeanmodel
An XML actions(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd).
ActionsDocument.Actions.Factory - Class in org.jboss.soa.esb.listeners.config.xbeanmodel
A factory class with static methods for creating instances of this type.
ActionsDocument.Factory - Class in org.jboss.soa.esb.listeners.config.xbeanmodel
A factory class with static methods for creating instances of this type.
ActionsDocumentImpl - Class in org.jboss.soa.esb.listeners.config.xbeanmodel.impl
A document containing one actions(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd) element.
ActionsDocumentImpl(SchemaType) - Constructor for class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ActionsDocumentImpl
 
ActionsDocumentImpl.ActionsImpl - Class in org.jboss.soa.esb.listeners.config.xbeanmodel.impl
An XML actions(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd).
ActionsDocumentImpl.ActionsImpl(SchemaType) - Constructor for class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ActionsDocumentImpl.ActionsImpl
 
ActionStatusBean - Class in org.jboss.soa.esb.listeners.message
ActionStatusBean is a bean which wraps the information necessary to update the ServiceMessageCounter MBean.
ActionStatusBean(long, int, String) - Constructor for class org.jboss.soa.esb.listeners.message.ActionStatusBean
Constructor
ActionUtils - Class in org.jboss.soa.esb.actions
Contains utility methods for actions
ActionUtils() - Constructor for class org.jboss.soa.esb.actions.ActionUtils
 
activate() - Method in interface org.jboss.soa.esb.listeners.jca.ActivationBridge
 
activate() - Method in class org.jboss.soa.esb.listeners.jca.JBoss42ActivationBridge
 
ActivationBridge - Interface in org.jboss.soa.esb.listeners.jca
Bridges different vendor JCA implementations to activate an endpoint
ActivationConfigDocument - Interface in org.jboss.soa.esb.listeners.config.xbeanmodel
A document containing one activation-config(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd) element.
ActivationConfigDocument.ActivationConfig - Interface in org.jboss.soa.esb.listeners.config.xbeanmodel
An XML activation-config(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd).
ActivationConfigDocument.ActivationConfig.Factory - Class in org.jboss.soa.esb.listeners.config.xbeanmodel
A factory class with static methods for creating instances of this type.
ActivationConfigDocument.Factory - Class in org.jboss.soa.esb.listeners.config.xbeanmodel
A factory class with static methods for creating instances of this type.
ActivationConfigDocumentImpl - Class in org.jboss.soa.esb.listeners.config.xbeanmodel.impl
A document containing one activation-config(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd) element.
ActivationConfigDocumentImpl(SchemaType) - Constructor for class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ActivationConfigDocumentImpl
 
ActivationConfigDocumentImpl.ActivationConfigImpl - Class in org.jboss.soa.esb.listeners.config.xbeanmodel.impl
An XML activation-config(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd).
ActivationConfigDocumentImpl.ActivationConfigImpl(SchemaType) - Constructor for class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ActivationConfigDocumentImpl.ActivationConfigImpl
 
activationSig - Static variable in class org.jboss.soa.esb.listeners.jca.JBoss42ActivationBridge
The signature for activate/deactivateEndpint
add(Object) - Method in interface org.jboss.soa.esb.message.Body
Add the specified Object at the default location within the message.
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.
addAliases(Map<String, String>, XStream) - Method in class org.jboss.soa.esb.actions.converters.XStreamToObject
Added the aliases contained in the passed-in map to the passed-in XStream object
addAttributes(HashMap) - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
addCacheListener(TreeCacheListener) - Method in class org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCache
 
addChild(PortReference.Extension) - Method in class org.jboss.soa.esb.addressing.PortReference.Extension
 
addElement(Node, String) - Static method in class org.jboss.soa.esb.dom.YADOMUtil
Add an Element node to the supplied parent name.
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.
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.gateway.JBossRemotingGatewayListener
 
addListener(ScheduledEventListener, String) - Method in class org.jboss.soa.esb.schedule.ScheduleProvider
 
addListener(ScheduledEventListener, long) - Method in class org.jboss.soa.esb.schedule.ScheduleProvider
 
addManagedLifecycleEventListener(ManagedLifecycleEventListener) - Method in class org.jboss.soa.esb.listeners.lifecycle.AbstractManagedLifecycle
Add a managed lifecycle event listener.
addManagedLifecycleEventListener(ManagedLifecycleEventListener) - Method in interface org.jboss.soa.esb.listeners.lifecycle.ManagedLifecycle
Add a managed lifecycle event listener.
addManagedLifecycleThreadEventListener(ManagedLifecycleThreadEventListener) - Method in class org.jboss.soa.esb.listeners.lifecycle.AbstractThreadedManagedLifecycle
Add a managed lifecycle thread event listener.
addMessage(Message, String) - Method in interface org.jboss.soa.esb.services.persistence.MessageStore
Add a message to the store.
addNewAction() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ActionDocument
Appends and returns a new empty "action" element
addNewAction() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ActionsDocument.Actions
Appends and returns a new empty value (as xml) as the last "action" element
addNewAction() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ActionDocumentImpl
Appends and returns a new empty "action" element
addNewAction() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ActionsDocumentImpl.ActionsImpl
Appends and returns a new empty value (as xml) as the last "action" element
addNewActions() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ActionsDocument
Appends and returns a new empty "actions" element
addNewActions() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ActionsDocumentImpl
Appends and returns a new empty "actions" element
addNewActions() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ServiceDocumentImpl.ServiceImpl
Appends and returns a new empty "actions" element
addNewActions() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ServiceDocument.Service
Appends and returns a new empty "actions" element
addNewActivationConfig() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ActivationConfigDocument
Appends and returns a new empty "activation-config" element
addNewActivationConfig() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ActivationConfigDocumentImpl
Appends and returns a new empty "activation-config" element
addNewActivationConfig() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JcaGatewayDocumentImpl.JcaGatewayImpl
Appends and returns a new empty "activation-config" element
addNewActivationConfig() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JcaGatewayDocument.JcaGateway
Appends and returns a new empty "activation-config" element
addNewBus() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.BusDocument
Appends and returns a new empty "bus" element
addNewBus() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.BusProvider
Appends and returns a new empty value (as xml) as the last "bus" element
addNewBus() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.BusDocumentImpl
Appends and returns a new empty "bus" element
addNewBus() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.BusProviderImpl
Appends and returns a new empty value (as xml) as the last "bus" element
addNewBusProvider() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.BusProviderDocument
Appends and returns a new empty "bus-provider" element
addNewBusProvider() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.BusProviderDocumentImpl
Appends and returns a new empty "bus-provider" element
addNewCronSchedule() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.CronScheduleDocument
Appends and returns a new empty "cron-schedule" element
addNewCronSchedule() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.CronScheduleDocumentImpl
Appends and returns a new empty "cron-schedule" element
addNewFsBus() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.FsBusDocument
Appends and returns a new empty "fs-bus" element
addNewFsBus() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FsBusDocumentImpl
Appends and returns a new empty "fs-bus" element
addNewFsListener() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.FsListenerDocument
Appends and returns a new empty "fs-listener" element
addNewFsListener() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FsListenerDocumentImpl
Appends and returns a new empty "fs-listener" element
addNewFsMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.FsBusDocument.FsBus
Appends and returns a new empty "fs-message-filter" element
addNewFsMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.FsListenerDocument.FsListener
Appends and returns a new empty "fs-message-filter" element
addNewFsMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.FsMessageFilterDocument
Appends and returns a new empty "fs-message-filter" element
addNewFsMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FsBusDocumentImpl.FsBusImpl
Appends and returns a new empty "fs-message-filter" element
addNewFsMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FsListenerDocumentImpl.FsListenerImpl
Appends and returns a new empty "fs-message-filter" element
addNewFsMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FsMessageFilterDocumentImpl
Appends and returns a new empty "fs-message-filter" element
addNewFsProvider() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.FsProviderDocument
Appends and returns a new empty "fs-provider" element
addNewFsProvider() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FsProviderDocumentImpl
Appends and returns a new empty "fs-provider" element
addNewFtpBus() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.FtpBusDocument
Appends and returns a new empty "ftp-bus" element
addNewFtpBus() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FtpBusDocumentImpl
Appends and returns a new empty "ftp-bus" element
addNewFtpListener() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.FtpListenerDocument
Appends and returns a new empty "ftp-listener" element
addNewFtpListener() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FtpListenerDocumentImpl
Appends and returns a new empty "ftp-listener" element
addNewFtpMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.FtpBusDocument.FtpBus
Appends and returns a new empty "ftp-message-filter" element
addNewFtpMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.FtpListenerDocument.FtpListener
Appends and returns a new empty "ftp-message-filter" element
addNewFtpMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.FtpMessageFilterDocument
Appends and returns a new empty "ftp-message-filter" element
addNewFtpMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FtpBusDocumentImpl.FtpBusImpl
Appends and returns a new empty "ftp-message-filter" element
addNewFtpMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FtpListenerDocumentImpl.FtpListenerImpl
Appends and returns a new empty "ftp-message-filter" element
addNewFtpMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FtpMessageFilterDocumentImpl
Appends and returns a new empty "ftp-message-filter" element
addNewFtpProvider() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.FtpProviderDocument
Appends and returns a new empty "ftp-provider" element
addNewFtpProvider() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.FtpProviderDocumentImpl
Appends and returns a new empty "ftp-provider" element
addNewGroovyListener() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.GroovyListenerDocument
Appends and returns a new empty "groovy-listener" element
addNewGroovyListener() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.GroovyListenerDocumentImpl
Appends and returns a new empty "groovy-listener" element
addNewHibernateBus() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.HibernateBusDocument
Appends and returns a new empty "hibernate-bus" element
addNewHibernateBus() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.HibernateBusDocumentImpl
Appends and returns a new empty "hibernate-bus" element
addNewHibernateListener() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.HibernateListenerDocument
Appends and returns a new empty "hibernate-listener" element
addNewHibernateListener() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.HibernateListenerDocumentImpl
Appends and returns a new empty "hibernate-listener" element
addNewHibernateMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.HibernateBusDocument.HibernateBus
Appends and returns a new empty value (as xml) as the last "hibernate-message-filter" element
addNewHibernateMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.HibernateListenerDocument.HibernateListener
Appends and returns a new empty value (as xml) as the last "hibernate-message-filter" element
addNewHibernateMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.HibernateMessageFilterDocument
Appends and returns a new empty "hibernate-message-filter" element
addNewHibernateMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.HibernateBusDocumentImpl.HibernateBusImpl
Appends and returns a new empty value (as xml) as the last "hibernate-message-filter" element
addNewHibernateMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.HibernateListenerDocumentImpl.HibernateListenerImpl
Appends and returns a new empty value (as xml) as the last "hibernate-message-filter" element
addNewHibernateMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.HibernateMessageFilterDocumentImpl
Appends and returns a new empty "hibernate-message-filter" element
addNewHibernateProvider() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.HibernateProviderDocument
Appends and returns a new empty "hibernate-provider" element
addNewHibernateProvider() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.HibernateProviderDocumentImpl
Appends and returns a new empty "hibernate-provider" element
addNewJbossesb() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JbossesbDocumentImpl
Appends and returns a new empty "jbossesb" element
addNewJbossesb() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JbossesbDocument
Appends and returns a new empty "jbossesb" element
addNewJbrBus() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JbrBusDocumentImpl
Appends and returns a new empty "jbr-bus" element
addNewJbrBus() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JbrBusDocument
Appends and returns a new empty "jbr-bus" element
addNewJbrListener() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JbrListenerDocumentImpl
Appends and returns a new empty "jbr-listener" element
addNewJbrListener() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JbrListenerDocument
Appends and returns a new empty "jbr-listener" element
addNewJbrProvider() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JbrProviderDocumentImpl
Appends and returns a new empty "jbr-provider" element
addNewJbrProvider() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JbrProviderDocument
Appends and returns a new empty "jbr-provider" element
addNewJcaGateway() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JcaGatewayDocumentImpl
Appends and returns a new empty "jca-gateway" element
addNewJcaGateway() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JcaGatewayDocument
Appends and returns a new empty "jca-gateway" element
addNewJmsBus() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JmsBusDocumentImpl
Appends and returns a new empty "jms-bus" element
addNewJmsBus() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JmsBusDocument
Appends and returns a new empty "jms-bus" element
addNewJmsJcaProvider() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JmsJcaProviderDocumentImpl
Appends and returns a new empty "jms-jca-provider" element
addNewJmsJcaProvider() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JmsJcaProviderDocument
Appends and returns a new empty "jms-jca-provider" element
addNewJmsListener() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JmsListenerDocumentImpl
Appends and returns a new empty "jms-listener" element
addNewJmsListener() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JmsListenerDocument
Appends and returns a new empty "jms-listener" element
addNewJmsMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JmsBusDocumentImpl.JmsBusImpl
Appends and returns a new empty "jms-message-filter" element
addNewJmsMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JmsListenerDocumentImpl.JmsListenerImpl
Appends and returns a new empty "jms-message-filter" element
addNewJmsMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JmsMessageFilterDocumentImpl
Appends and returns a new empty "jms-message-filter" element
addNewJmsMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JmsBusDocument.JmsBus
Appends and returns a new empty "jms-message-filter" element
addNewJmsMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JmsListenerDocument.JmsListener
Appends and returns a new empty "jms-message-filter" element
addNewJmsMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JmsMessageFilterDocument
Appends and returns a new empty "jms-message-filter" element
addNewJmsProvider() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JmsProviderDocumentImpl
Appends and returns a new empty "jms-provider" element
addNewJmsProvider() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JmsProviderDocument
Appends and returns a new empty "jms-provider" element
addNewListener() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ListenerDocumentImpl
Appends and returns a new empty "listener" element
addNewListener() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ListenersDocumentImpl.ListenersImpl
Appends and returns a new empty value (as xml) as the last "listener" element
addNewListener() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ListenerDocument
Appends and returns a new empty "listener" element
addNewListener() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ListenersDocument.Listeners
Appends and returns a new empty value (as xml) as the last "listener" element
addNewListeners() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ListenersDocumentImpl
Appends and returns a new empty "listeners" element
addNewListeners() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ServiceDocumentImpl.ServiceImpl
Appends and returns a new empty "listeners" element
addNewListeners() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ListenersDocument
Appends and returns a new empty "listeners" element
addNewListeners() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ServiceDocument.Service
Appends and returns a new empty "listeners" element
addNewParameterReloadSecs() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JbossesbDocumentImpl.JbossesbImpl
Appends and returns a new empty "parameterReloadSecs" attribute
addNewParameterReloadSecs() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JbossesbDocument.Jbossesb
Appends and returns a new empty "parameterReloadSecs" attribute
addNewProperty() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ActionDocument.Action
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ActivationConfigDocument.ActivationConfig
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.Bus
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ActionDocumentImpl.ActionImpl
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ActivationConfigDocumentImpl.ActivationConfigImpl
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.BusImpl
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ListenerImpl
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.PropertyDocumentImpl
Appends and returns a new empty "property" element
addNewProperty() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ProviderImpl
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ScheduleImpl
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.Listener
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.PropertyDocument
Appends and returns a new empty "property" element
addNewProperty() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.Provider
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.Schedule
Appends and returns a new empty value (as xml) as the last "property" element
addNewProvider() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ProviderDocumentImpl
Appends and returns a new empty "provider" element
addNewProvider() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ProvidersDocumentImpl.ProvidersImpl
Appends and returns a new empty value (as xml) as the last "provider" element
addNewProvider() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ProviderDocument
Appends and returns a new empty "provider" element
addNewProvider() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ProvidersDocument.Providers
Appends and returns a new empty value (as xml) as the last "provider" element
addNewProviders() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JbossesbDocumentImpl.JbossesbImpl
Appends and returns a new empty "providers" element
addNewProviders() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ProvidersDocumentImpl
Appends and returns a new empty "providers" element
addNewProviders() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JbossesbDocument.Jbossesb
Appends and returns a new empty "providers" element
addNewProviders() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ProvidersDocument
Appends and returns a new empty "providers" element
addNewSchedule() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ScheduleDocumentImpl
Appends and returns a new empty "schedule" element
addNewSchedule() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ScheduleProviderDocumentImpl.ScheduleProviderImpl
Appends and returns a new empty value (as xml) as the last "schedule" element
addNewSchedule() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ScheduleDocument
Appends and returns a new empty "schedule" element
addNewSchedule() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ScheduleProviderDocument.ScheduleProvider
Appends and returns a new empty value (as xml) as the last "schedule" element
addNewScheduledListener() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ScheduledListenerDocumentImpl
Appends and returns a new empty "scheduled-listener" element
addNewScheduledListener() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ScheduledListenerDocument
Appends and returns a new empty "scheduled-listener" element
addNewScheduleProvider() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ScheduleProviderDocumentImpl
Appends and returns a new empty "schedule-provider" element
addNewScheduleProvider() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ScheduleProviderDocument
Appends and returns a new empty "schedule-provider" element
addNewService() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ServiceDocumentImpl
Appends and returns a new empty "service" element
addNewService() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ServicesDocumentImpl.ServicesImpl
Appends and returns a new empty value (as xml) as the last "service" element
addNewService() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ServiceDocument
Appends and returns a new empty "service" element
addNewService() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ServicesDocument.Services
Appends and returns a new empty value (as xml) as the last "service" element
addNewServices() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.JbossesbDocumentImpl.JbossesbImpl
Appends and returns a new empty "services" element
addNewServices() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.ServicesDocumentImpl
Appends and returns a new empty "services" element
addNewServices() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.JbossesbDocument.Jbossesb
Appends and returns a new empty "services" element
addNewServices() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.ServicesDocument
Appends and returns a new empty "services" element
addNewSimpleSchedule() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.SimpleScheduleDocumentImpl
Appends and returns a new empty "simple-schedule" element
addNewSimpleSchedule() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.SimpleScheduleDocument
Appends and returns a new empty "simple-schedule" element
addNewSqlBus() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.SqlBusDocumentImpl
Appends and returns a new empty "sql-bus" element
addNewSqlBus() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.SqlBusDocument
Appends and returns a new empty "sql-bus" element
addNewSqlListener() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.SqlListenerDocumentImpl
Appends and returns a new empty "sql-listener" element
addNewSqlListener() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.SqlListenerDocument
Appends and returns a new empty "sql-listener" element
addNewSqlMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.SqlBusDocumentImpl.SqlBusImpl
Appends and returns a new empty "sql-message-filter" element
addNewSqlMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.SqlListenerDocumentImpl.SqlListenerImpl
Appends and returns a new empty "sql-message-filter" element
addNewSqlMessageFilter() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.SqlMessageFilterDocumentImpl
Appends and returns a new empty "sql-message-filter" element
addNewSqlMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.SqlBusDocument.SqlBus
Appends and returns a new empty "sql-message-filter" element
addNewSqlMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.SqlListenerDocument.SqlListener
Appends and returns a new empty "sql-message-filter" element
addNewSqlMessageFilter() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.SqlMessageFilterDocument
Appends and returns a new empty "sql-message-filter" element
addNewSqlProvider() - Method in class org.jboss.soa.esb.listeners.config.xbeanmodel.impl.SqlProviderDocumentImpl
Appends and returns a new empty "sql-provider" element
addNewSqlProvider() - Method in interface org.jboss.soa.esb.listeners.config.xbeanmodel.SqlProviderDocument
Appends and returns a new empty "sql-provider" element
addPolicy() - Method in class org.jboss.soa.esb.addressing.PortReference
 
addPortType(String) - Method in class org.jboss.soa.esb.addressing.PortReference
 
addRecipient(Service) - Method in class org.jboss.soa.esb.client.MessageMulticaster
Add a message recipient Service.
ADDRESS_TAG - Static variable in class org.jboss.soa.esb.addressing.XMLUtil
 
addServiceName(String, String) - Method in class org.jboss.soa.esb.addressing.PortReference
 
addServicePublishers(ManagedLifecycleController, Generator.XMLBeansModel) - Static method in class org.jboss.soa.esb.listeners.config.ServicePublisher
Add service publication from the suppplied configuration, keying them under the controller that is managing these services.
addTextChild(String) - Method in class org.jboss.soa.esb.helpers.ConfigTree
add a child element that consists only of the text in arg0
AddTimestampNamingStrategy - Class in org.jboss.soa.esb.actions.naming.strategy
Naming strategy that appends a timestamp to the filename.
AddTimestampNamingStrategy() - Constructor for class org.jboss.soa.esb.actions.naming.strategy.AddTimestampNamingStrategy
 
after(Object) - Method in class org.jboss.soa.esb.listeners.jca.EndpointProxy
 
afterTransactionBegin(Transaction) - Method in class org.jboss.soa.esb.listeners.gateway.HibernateInterceptor
 
afterTransactionCompletion(Transaction) - Method in class org.jboss.soa.esb.listeners.gateway.HibernateInterceptor
 
AGGEGRATOR_TAG - Static variable in class org.jboss.soa.esb.actions.Aggregator
 
AGGEGRATOR_TAG - Static variable in class org.jboss.soa.esb.services.routing.MessageRouter
Deprecated.  
Aggregator - Class in org.jboss.soa.esb.actions
Simple Aggregator.
Aggregator(ConfigTree) - Constructor for class org.jboss.soa.esb.actions.Aggregator
 
assembleEpr(ConfigTree) - Static method in class org.jboss.soa.esb.listeners.ListenerUtil
 
assertPropertyIsInteger(String, String) - Method in class org.jboss.soa.esb.http.Configurator
Assert that the property value is an Integer.
assertPropertySetAndNotBlank(String, String) - Method in class org.jboss.soa.esb.http.Configurator
Assert that the property value is not null and not blank.
associateDeployment(String) - Method in class org.jboss.soa.esb.lifecycle.LifecycleResourceManager
Associate the current thread with a specified deployment.
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 c