|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MuleContextAware | |
|---|---|
| org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.agent | Admin components and Agents used to control and Monitor Mule |
| org.mule.api.endpoint | Endpoint interfaces. |
| org.mule.api.model | Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. |
| org.mule.api.service | |
| org.mule.api.transport | Contains the interfaces that comprise a provider implementation. |
| org.mule.api.util | |
| org.mule.component | |
| org.mule.component.simple | A collection of simple mule components that can be useful to simplify configuration while testing. |
| org.mule.config.bootstrap | |
| org.mule.config.spring | Support claases for Load Mule from Spring. |
| org.mule.config.spring.factories | |
| org.mule.config.spring.processors | |
| org.mule.config.support | |
| org.mule.endpoint | Implemtation of Mule endpoint uris. |
| org.mule.example.loanbroker.routers | |
| org.mule.expression | |
| org.mule.expression.transformers | |
| org.mule.model | |
| org.mule.model.direct | |
| org.mule.model.pipeline | |
| org.mule.model.seda | |
| org.mule.module.client.remoting | |
| org.mule.module.jaas.filters | |
| org.mule.module.jca | A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. |
| org.mule.module.management.agent | Management agents including agents for Jdmk, MX4J, and Log4J |
| org.mule.module.pgp.filters | |
| org.mule.module.scripting.component | Base classes for script based components such as BeanShell or Groovy. |
| org.mule.module.spring.events | A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. |
| org.mule.module.spring.security.filters.http | |
| org.mule.module.sxc | |
| org.mule.module.xml.expression | |
| org.mule.module.xml.filters | Filters that apply specifically to xml using xml querying mechanisms. |
| org.mule.module.xml.routing | |
| org.mule.module.xml.transformer | Xml and Xslt Transformer implementations. |
| org.mule.routing | Defines the core routing patterns supported by mule. |
| org.mule.routing.binding | |
| org.mule.routing.filters | Filters are often used by routers to determine if the event should be accepted by the router. |
| org.mule.routing.inbound | Inbound router implementation as described in the Enterprise Integration Patterns book. |
| org.mule.routing.outbound | Outbound router implementation as described in the Enterprise Integration Patterns book. |
| org.mule.routing.response | Response router implementations that enable asynchronous event processing in request /response messaging requests. |
| org.mule.security | Core security implementation including the mule security manager and encryption types |
| org.mule.security.filters | Core sercurity filter types. |
| org.mule.service | |
| org.mule.tck.functional | Helper classes and interfaces used by Mule fnctional tests. |
| org.mule.tck.testmodels.services | |
| org.mule.transformer.simple | Basic transformer implementations. |
| org.mule.transport | Contains Abstract classes providing common functionality for all Mule providers. |
| org.mule.transport.bpm | |
| org.mule.transport.cxf | |
| org.mule.transport.cxf.component | |
| org.mule.transport.cxf.wsdl | |
| org.mule.transport.ejb | |
| org.mule.transport.email | Provides pop3, smtp and imap connectivity for Mule. |
| org.mule.transport.file | Provides file transport in the form of a directory listeners and file dispatchers. |
| org.mule.transport.ftp | |
| org.mule.transport.http | Provides http transport including proxy support. |
| org.mule.transport.http.components | |
| org.mule.transport.http.transformers | |
| org.mule.transport.jdbc | Provides jdbc transport. |
| org.mule.transport.jms | Provides Jms transport connectivity with support for all Jms features. |
| org.mule.transport.jms.activemq | Provides Jms connectivity with ActiveMQ-specific workarounds and improvements. |
| org.mule.transport.jms.weblogic | Provides Jms connectivity with Weblogic-specific workarounds and improvements. |
| org.mule.transport.jms.websphere | Provides Jms connectivity with Websphere-specific workarounds and improvements. |
| org.mule.transport.jnp | |
| org.mule.transport.multicast | IP multicast connectivity for Mule. |
| org.mule.transport.quartz | |
| org.mule.transport.quartz.config | |
| org.mule.transport.quartz.jobs | |
| org.mule.transport.rmi | |
| org.mule.transport.servlet | |
| org.mule.transport.servlet.jetty | |
| org.mule.transport.soap.axis | Provides an Axis soap transport for Mule. |
| org.mule.transport.soap.axis.wsdl | |
| org.mule.transport.soap.component | |
| org.mule.transport.ssl | Provides tcp connectivity over Ssl for Mule. |
| org.mule.transport.stdio | |
| org.mule.transport.tcp | Provides tcp connectivity for Mule. |
| org.mule.transport.udp | Provides Udp connectivity for Mule. |
| org.mule.transport.vm | A connector implementation allowing events to be passed between Mule sessions via in-memory queues. |
| org.mule.transport.xmpp | |
| org.mule.util | Common helper classes for reading/writing files setting bean properties and SPI helpers. |
| org.mule.util.queue | A resource manager that allow access to transactional queues with optional persistence. |
| org.mule.util.store | |
| Uses of MuleContextAware in org.mule |
|---|
| Classes in org.mule that implement MuleContextAware | |
|---|---|
class |
AbstractAgent
Implements common methods for all Agents. |
class |
AbstractExceptionListener
AbstractExceptionListener is a base implementation that custom
Exception Listeners can override. |
class |
DefaultExceptionStrategy
DefaultExceptionStrategy provides a default exception handling
strategy. |
| Uses of MuleContextAware in org.mule.agent |
|---|
| Classes in org.mule.agent that implement MuleContextAware | |
|---|---|
class |
AbstractNotificationLoggerAgent
AbstractNotificationLoggerAgent Receives Mule server notifications
and logs them and can optionally route them to an endpoint. |
class |
ConfigScannerAgent
EXPERIMENTAL!!! This agent scans a defined directory for dropped configuration files. |
class |
EndpointNotificationLoggerAgent
EndpointAbstractEventLoggerAgent will forward server notifications
to a configurered endpoint uri. |
class |
Log4jNotificationLoggerAgent
AbstractNotificationLoggerAgent Receives Mule server notifications
and logs them and can optionally route them to an endpoint |
| Uses of MuleContextAware in org.mule.api.endpoint |
|---|
| Subinterfaces of MuleContextAware in org.mule.api.endpoint | |
|---|---|
interface |
EndpointBuilder
Constructs endpoints. |
interface |
EndpointFactory
Endpoint factory creates immutable instances of ImmutableEndpoint. |
| Uses of MuleContextAware in org.mule.api.model |
|---|
| Subinterfaces of MuleContextAware in org.mule.api.model | |
|---|---|
interface |
Model
The Model encapsulates and manages the runtime behaviour of a
Mule Server instance. |
| Uses of MuleContextAware in org.mule.api.service |
|---|
| Subinterfaces of MuleContextAware in org.mule.api.service | |
|---|---|
interface |
Service
Service is the internal representation of a Mule Managed service. |
| Uses of MuleContextAware in org.mule.api.transport |
|---|
| Subinterfaces of MuleContextAware in org.mule.api.transport | |
|---|---|
interface |
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
| Uses of MuleContextAware in org.mule.api.util |
|---|
| Subinterfaces of MuleContextAware in org.mule.api.util | |
|---|---|
interface |
StreamCloserService
Simple service to close streams of different types. |
| Uses of MuleContextAware in org.mule.component |
|---|
| Classes in org.mule.component that implement MuleContextAware | |
|---|---|
class |
AbstractComponent
Abstract Component to be used by all Component implementations. |
class |
AbstractJavaComponent
Abstract implementation of JavaComponent adds JavaComponent specific's: EntryPointResolverSet, BindingCollection and
ObjectFactory. |
class |
DefaultJavaComponent
Default implementation of JavaComponent. |
class |
PooledJavaComponent
PooledJavaComponent implements pooling. |
class |
SimpleCallableJavaComponent
Simple JavaComponent implementation to be used when
LifecycleAdapter is not required because i) the object instance implements
Callable and so entry-point resolution is required and ii) component bindings
are not used.An ObjectFactory can be set but must return object
instances that implement Callable. |
| Uses of MuleContextAware in org.mule.component.simple |
|---|
| Classes in org.mule.component.simple that implement MuleContextAware | |
|---|---|
class |
PassThroughComponent
PassThroughComponent will simply return the payload back as the
result. |
| Uses of MuleContextAware in org.mule.config.bootstrap |
|---|
| Classes in org.mule.config.bootstrap that implement MuleContextAware | |
|---|---|
class |
SimpleRegistryBootstrap
This object will load objects defined in a file called registry-bootstrap.properties into the local registry. |
| Uses of MuleContextAware in org.mule.config.spring |
|---|
| Classes in org.mule.config.spring that implement MuleContextAware | |
|---|---|
class |
MuleConfigurationConfigurator
This class is a "SmartFactoryBean" which allows a few XML attributes to be set on the otherwise read-only MuleConfiguration. |
class |
ServerNotificationManagerConfigurator
|
| Uses of MuleContextAware in org.mule.config.spring.factories |
|---|
| Classes in org.mule.config.spring.factories that implement MuleContextAware | |
|---|---|
class |
AbstractEndpointFactoryBean
Abstract spring FactoryBean used to creating endpoints via spring. |
class |
EndpointFactoryBean
Endpoint factory bean which uses type attribute to determine endpoint type (Used by 1to2migration module) |
class |
InboundEndpointFactoryBean
Spring FactoryBean used to create concrete instances of inbound endpoints |
class |
OutboundEndpointFactoryBean
Spring FactoryBean used to create concrete instances of outbound endpoints |
| Uses of MuleContextAware in org.mule.config.spring.processors |
|---|
| Classes in org.mule.config.spring.processors that implement MuleContextAware | |
|---|---|
class |
PropertyPlaceholderProcessor
TODO |
| Uses of MuleContextAware in org.mule.config.support |
|---|
| Classes in org.mule.config.support that implement MuleContextAware | |
|---|---|
class |
InheritedModel
TODO |
| Uses of MuleContextAware in org.mule.endpoint |
|---|
| Classes in org.mule.endpoint that implement MuleContextAware | |
|---|---|
class |
AbstractEndpointBuilder
Abstract endpoint builder used for externalizing the complex creation logic of endpoints out of the endpoint instance itself. |
class |
DefaultEndpointFactory
|
class |
EndpointURIEndpointBuilder
|
| Uses of MuleContextAware in org.mule.example.loanbroker.routers |
|---|
| Classes in org.mule.example.loanbroker.routers that implement MuleContextAware | |
|---|---|
class |
BankQuotesInboundAggregator
BankQuotesInboundAggregator receives a number of quotes and selects the
lowest |
class |
BankQuotesResponseAggregator
BankQuotesInboundAggregator receives a number of quotes and selects the
lowest |
| Uses of MuleContextAware in org.mule.expression |
|---|
| Classes in org.mule.expression that implement MuleContextAware | |
|---|---|
class |
MuleExpressionEvaluator
This evaluator provide a powerful expression language for querying mule information at runtime. |
class |
RegistryExpressionEvaluator
Looks up information about objects in the Registry |
class |
StringExpressionEvaluator
Will process an expression string that can contain other expressions |
| Uses of MuleContextAware in org.mule.expression.transformers |
|---|
| Classes in org.mule.expression.transformers that implement MuleContextAware | |
|---|---|
class |
AbstractExpressionTransformer
This transformer will evaluate one or more expressions on the current message and return the results as an Array. |
class |
BeanBuilderTransformer
This transformer uses the returnClass to create the return object and then will populate the bean with arguments defined as expressions |
class |
ExpressionArgument
TODO |
class |
ExpressionTransformer
This transformer will evaluate one or more expressions on the current message and return the results as an Array. |
| Uses of MuleContextAware in org.mule.model |
|---|
| Classes in org.mule.model that implement MuleContextAware | |
|---|---|
class |
AbstractModel
MuleModel is the default implementation of the Model. |
| Uses of MuleContextAware in org.mule.model.direct |
|---|
| Classes in org.mule.model.direct that implement MuleContextAware | |
|---|---|
class |
DirectModel
|
class |
DirectService
A direct service invokes the service service directly without any threading, even when the invocation is asynchronous |
| Uses of MuleContextAware in org.mule.model.pipeline |
|---|
| Classes in org.mule.model.pipeline that implement MuleContextAware | |
|---|---|
class |
PipelineModel
|
class |
PipelineService
|
| Uses of MuleContextAware in org.mule.model.seda |
|---|
| Classes in org.mule.model.seda that implement MuleContextAware | |
|---|---|
class |
SedaModel
A mule service service model that uses Seda principals to achieve high throughput by Quing events for compoonents and processing them concurrently. |
class |
SedaService
A Seda service runs inside a Seda Model and is responsible for managing a Seda Queue and thread pool for a Mule sevice service. |
| Uses of MuleContextAware in org.mule.module.client.remoting |
|---|
| Classes in org.mule.module.client.remoting that implement MuleContextAware | |
|---|---|
class |
RemoteDispatcherAgent
RemoteDispatcherAgent manages the server endpoint that receives Admin and
remote client requests |
| Uses of MuleContextAware in org.mule.module.jaas.filters |
|---|
| Classes in org.mule.module.jaas.filters that implement MuleContextAware | |
|---|---|
class |
JaasSecurityFilter
|
| Uses of MuleContextAware in org.mule.module.jca |
|---|
| Classes in org.mule.module.jca that implement MuleContextAware | |
|---|---|
class |
JcaComponent
|
class |
JcaModel
Creates a model suitable for Jca execution |
class |
JcaService
JcaService Is the type of service used in Mule when embedded inside
an app server using JCA. |
class |
MuleConnectionRequestInfo
MuleConnectionRequestInfo TODO |
| Uses of MuleContextAware in org.mule.module.management.agent |
|---|
| Classes in org.mule.module.management.agent that implement MuleContextAware | |
|---|---|
class |
DefaultJmxSupportAgent
|
class |
JdmkAgent
JdmkAgent configures an Jdmk Http Adaptor for Jmx management,
statistics and configuration viewing of a Mule instance. |
class |
JmxAgent
JmxAgent registers Mule Jmx management beans with an MBean server. |
class |
JmxServerNotificationAgent
An agent that propergates Mule Server notifications to Jmx. |
class |
Log4jAgent
Log4jAgent exposes the configuration of the Log4J instance running
in Mule for Jmx management |
class |
Mx4jAgent
Mx4jAgent configures an Mx4J Http Adaptor for Jmx management,
statistics and configuration viewing of a Mule instance. |
class |
RmiRegistryAgent
Binds to an existing RMI registry or creates a new one on a defined URI. |
class |
WrapperManagerAgent
This agent integrates Java Service Wrapper into Mule. |
| Uses of MuleContextAware in org.mule.module.pgp.filters |
|---|
| Classes in org.mule.module.pgp.filters that implement MuleContextAware | |
|---|---|
class |
PGPSecurityFilter
|
| Uses of MuleContextAware in org.mule.module.scripting.component |
|---|
| Classes in org.mule.module.scripting.component that implement MuleContextAware | |
|---|---|
class |
ScriptComponent
A Script service backed by a JSR-223 compliant script engine such as Groovy, JavaScript, or Rhino. |
| Uses of MuleContextAware in org.mule.module.spring.events |
|---|
| Classes in org.mule.module.spring.events that implement MuleContextAware | |
|---|---|
class |
MuleEventMulticaster
MuleEventMulticaster is an implementation of a Spring
ApplicationeventMulticaster. |
| Uses of MuleContextAware in org.mule.module.spring.security.filters.http |
|---|
| Classes in org.mule.module.spring.security.filters.http that implement MuleContextAware | |
|---|---|
class |
HttpBasicAuthenticationFilter
HttpBasicAuthenticationFilter TODO |
| Uses of MuleContextAware in org.mule.module.sxc |
|---|
| Classes in org.mule.module.sxc that implement MuleContextAware | |
|---|---|
class |
SxcFilteringOutboundRouter
FilteringRouter is a router that accepts events based on a filter
set. |
| Uses of MuleContextAware in org.mule.module.xml.expression |
|---|
| Classes in org.mule.module.xml.expression that implement MuleContextAware | |
|---|---|
class |
AbstractXPathExpressionEvaluator
Provides a base class for XPath property extractors. |
class |
BeanPayloadExpressionEvaluator
TODO |
class |
XPathExpressionEvaluator
Will select the text of a single node based on the property name |
class |
XPathNodeExpressionEvaluator
Will select the text of a single node based on the property name |
| Uses of MuleContextAware in org.mule.module.xml.filters |
|---|
| Classes in org.mule.module.xml.filters that implement MuleContextAware | |
|---|---|
class |
JaxenFilter
JaxenFilter evaluates an XPath expression against an XML document
using Jaxen. |
class |
JXPathFilter
JXPathFilter evaluates an XPath expression against a W3C Document,
XML string, or Java bean and returns true if the result is as expected. |
class |
XPathFilter
|
| Uses of MuleContextAware in org.mule.module.xml.routing |
|---|
| Classes in org.mule.module.xml.routing that implement MuleContextAware | |
|---|---|
class |
FilterBasedXmlMessageSplitter
This splitter will select the endpoint to send a message part on by filtering parts using the endpoint filters. |
class |
XmlMessageSplitter
XmlMessageSplitter will split a DOM4J document into nodes
based on the "splitExpression" property. |
| Uses of MuleContextAware in org.mule.module.xml.transformer |
|---|
| Classes in org.mule.module.xml.transformer that implement MuleContextAware | |
|---|---|
class |
JXPathExtractor
The JXPathExtractor is a simple transformer that evaluates an xpath expression against the given bean and that returns the result. |
class |
XsltTransformer
XsltTransformer performs an XSLT transform on a DOM (or other XML-ish)
object. |
| Uses of MuleContextAware in org.mule.routing |
|---|
| Classes in org.mule.routing that implement MuleContextAware | |
|---|---|
class |
AbstractRouter
Implements the shared methods that all routers have. |
class |
AbstractRouterCollection
AbstractRouterCollection provides common method implementations of
router collections for in and outbound routers. |
class |
ExpressionMessageInfoMapping
TODO |
| Uses of MuleContextAware in org.mule.routing.binding |
|---|
| Classes in org.mule.routing.binding that implement MuleContextAware | |
|---|---|
class |
DefaultBindingCollection
TODO |
class |
DefaultInterfaceBinding
|
| Uses of MuleContextAware in org.mule.routing.filters |
|---|
| Classes in org.mule.routing.filters that implement MuleContextAware | |
|---|---|
class |
ExpressionFilter
Allows boolean expressions to be executed on a message |
| Uses of MuleContextAware in org.mule.routing.inbound |
|---|
| Classes in org.mule.routing.inbound that implement MuleContextAware | |
|---|---|
class |
AbstractCorrelationAggregator
CorrelationAggregator uses the CorrelationID and
CorrelationGroupSize properties of the MuleMessage to manage
message groups. |
class |
AbstractEventAggregator
AbstractEventAggregator will aggregate a set of messages into a
single message. |
class |
CorrelationEventResequencer
CorrelationEventResequencer is used to resequence events according
to their dispatch sequence in the correlation group. |
class |
DefaultInboundRouterCollection
DefaultInboundRouterCollection is a collection of routers that will be
invoked when an event is received. |
class |
ForwardingConsumer
ForwardingConsumer is used to forward an incoming event over
another transport without invoking a service. |
class |
IdempotentReceiver
IdempotentReceiver ensures that only unique messages are received by a
service. |
class |
IdempotentSecureHashReceiver
IdempotentSecureHashReceiver ensures that only unique messages are
received by a service. |
class |
InboundPassThroughRouter
InboundPassThroughRouter allows inbound routing over all
registered endpoints without any filtering. |
class |
MessageChunkingAggregator
|
class |
SelectiveConsumer
SelectiveConsumer is an inbound router used to filter out unwanted
events. |
class |
SimpleCollectionAggregator
This router will return all aggregated events as a MuleMessageCollection. |
class |
WireTap
An inbound router that can forward every message to another destination as defined in the "endpoint" property. |
| Uses of MuleContextAware in org.mule.routing.outbound |
|---|
| Classes in org.mule.routing.outbound that implement MuleContextAware | |
|---|---|
class |
AbstractMessageSplitter
AbstractMessageSplitter is an outbound Message Splitter used to split
the contents of a received message into sub parts that can be processed by other
components. |
class |
AbstractOutboundRouter
AbstractOutboundRouter is a base router class that tracks
statistics about message processing through the router. |
class |
AbstractRecipientList
AbstractRecipientList is used to dispatch a single event to
multiple recipients over the same transport. |
class |
AbstractRoundRobinMessageSplitter
FilteringListMessageSplitter accepts a List as a message payload
then routes list elements as messages over an endpoint where the endpoint's filter
accepts the payload. |
class |
ChainingRouter
ChainingRouter is used to pass a Mule event through multiple
endpoints using the result of the first as the input for the second. |
class |
DefaultOutboundRouterCollection
DefaultOutboundRouterCollection is a container of routers. |
class |
EndpointSelector
EndpointSelector selects the outgoing endpoint based on a
an expression evaluator ("header:endpoint" by default). |
class |
ExceptionBasedRouter
ExceptionBasedRouter Will send the current event to the first
endpoint that doesn't throw an exception. |
class |
ExpressionMessageSplitter
Evaluates a single expression and adds the results of the expression as individual message parts. |
class |
ExpressionRecipientList
StaticRecipientList is used to dispatch a single event to multiple
recipients over the same transport. |
class |
FilteringOutboundRouter
FilteringRouter is a router that accepts events based on a filter
set. |
class |
ListMessageSplitter
FilteringListMessageSplitter accepts a List as a message payload
then routes list elements as messages over an endpoint where the endpoint's filter
accepts the payload. |
class |
MessageChunkingRouter
A router that breaks up the current message onto smaller parts and sends them to the same destination. |
class |
MulticastingRouter
MulticastingRouter will broadcast the current message to every endpoint
registed with the router. |
class |
OutboundPassThroughRouter
OutboundPassThroughRouter allows outbound routing over a single
endpoint without any filtering. |
class |
StaticRecipientList
StaticRecipientList is used to dispatch a single event to multiple
recipients over the same transport. |
class |
TemplateEndpointRouter
The TemplateEndpointRouter allows endpoints to be altered at runtime based on properties set on the current event or fallback values set on the endpoint properties. |
class |
TransformerRouter
Simply applies a transformer before continuing on to the next router. |
| Uses of MuleContextAware in org.mule.routing.response |
|---|
| Classes in org.mule.routing.response that implement MuleContextAware | |
|---|---|
class |
AbstractResponseAggregator
AbstractResponseAggregator provides a base class for implementing
response aggregator routers. |
class |
AbstractResponseRouter
AbstractResponseRouter is a base class for all Response Routers |
class |
DefaultResponseRouterCollection
DefaultResponseRouterCollection is a router that can be used to control how
the response in a request/response message flow is created. |
class |
ResponseCorrelationAggregator
ResponseCorrelationAggregator Correlates one or more events on a
response flow using the Correlation Id to group events. |
class |
SimpleCollectionResponseAggregator
A simple aggregator that will keep collecting events until a timeout is reached. |
class |
SingleResponseRouter
Handles single event responses from a replyTo address. |
| Uses of MuleContextAware in org.mule.security |
|---|
| Classes in org.mule.security that implement MuleContextAware | |
|---|---|
class |
AbstractEndpointSecurityFilter
AbstractEndpointSecurityFilter provides basic initialisation for
all security filters, namely configuring the SecurityManager for this instance |
| Uses of MuleContextAware in org.mule.security.filters |
|---|
| Classes in org.mule.security.filters that implement MuleContextAware | |
|---|---|
class |
MuleEncryptionEndpointSecurityFilter
MuleEncryptionEndpointSecurityFilter provides password-based
encryption |
| Uses of MuleContextAware in org.mule.service |
|---|
| Classes in org.mule.service that implement MuleContextAware | |
|---|---|
class |
AbstractService
A base implementation for all Services in Mule |
class |
DefaultServiceExceptionStrategy
DefaultServiceExceptionStrategy is the default exception handler
for components. |
| Uses of MuleContextAware in org.mule.tck.functional |
|---|
| Classes in org.mule.tck.functional that implement MuleContextAware | |
|---|---|
class |
FunctionalTestComponent
FunctionalTestComponent is a service that can be used by
functional tests. |
class |
QuietExceptionStrategy
Restrict exceptions to debug log messages |
class |
TransactionalFunctionalTestComponent
This service is useful for unit tests involving transactionality because it will roll back the current transaction upon message arrival. |
| Uses of MuleContextAware in org.mule.tck.testmodels.services |
|---|
| Classes in org.mule.tck.testmodels.services that implement MuleContextAware | |
|---|---|
class |
TestServiceComponent
TestServiceComponent is a test WebServices service. |
| Uses of MuleContextAware in org.mule.transformer.simple |
|---|
| Classes in org.mule.transformer.simple that implement MuleContextAware | |
|---|---|
class |
MessagePropertiesTransformer
A configurable message transformer that allows users to add, overwrite and delete properties on the current message. |
| Uses of MuleContextAware in org.mule.transport |
|---|
| Classes in org.mule.transport that implement MuleContextAware | |
|---|---|
class |
AbstractConnector
AbstractConnector provides base functionality for all connectors
provided with Mule. |
class |
AbstractJndiConnector
This class acts as common baseclass for both Rmi & EjbConnector Resolves Jndi root for connector usage |
| Uses of MuleContextAware in org.mule.transport.bpm |
|---|
| Classes in org.mule.transport.bpm that implement MuleContextAware | |
|---|---|
class |
ProcessComponent
|
class |
ProcessConnector
The BPM provider allows Mule events to initiate and/or advance processes in an external or embedded Business Process Management System (BPMS). |
| Uses of MuleContextAware in org.mule.transport.cxf |
|---|
| Classes in org.mule.transport.cxf that implement MuleContextAware | |
|---|---|
class |
CxfComponentExceptionStrategy
This exception strategy forces the exception thrown from a web service invocation to be passed as-is, not wrapped in a Mule exception object. |
class |
CxfConnector
Connects Mule to a CXF bus instance. |
| Uses of MuleContextAware in org.mule.transport.cxf.component |
|---|
| Classes in org.mule.transport.cxf.component that implement MuleContextAware | |
|---|---|
class |
WebServiceWrapperComponent
|
| Uses of MuleContextAware in org.mule.transport.cxf.wsdl |
|---|
| Classes in org.mule.transport.cxf.wsdl that implement MuleContextAware | |
|---|---|
class |
CxfWsdlConnector
TODO document |
| Uses of MuleContextAware in org.mule.transport.ejb |
|---|
| Classes in org.mule.transport.ejb that implement MuleContextAware | |
|---|---|
class |
EjbConnector
Provides Connection configurstion for EJB endpoints |
| Uses of MuleContextAware in org.mule.transport.email |
|---|
| Classes in org.mule.transport.email that implement MuleContextAware | |
|---|---|
class |
AbstractMailConnector
Abstract superclass for mail connectors. |
class |
AbstractRetrieveMailConnector
Support for connecting to and receiving email from a mailbox (the exact protocol depends on the subclass). |
class |
AbstractTlsRetrieveMailConnector
Support for connecting to and receiving email from a secure mailbox (the exact protocol depends on the subclass). |
class |
GmailSmtpConnector
This class just sets some extra SMTP properties so it works with GMail. |
class |
ImapConnector
Receives messages from an IMAP mailbox |
class |
ImapsConnector
Creates a secure IMAP connection |
class |
Pop3Connector
Pop3Connector is used to connect and receive mail from a POP3
mailbox. |
class |
Pop3sConnector
Creates a secure connection to a POP3 mailbox |
class |
SmtpConnector
SmtpConnector is used to connect to and send data to an SMTP mail
server |
class |
SmtpsConnector
Creates a secure SMTP connection |
| Uses of MuleContextAware in org.mule.transport.file |
|---|
| Classes in org.mule.transport.file that implement MuleContextAware | |
|---|---|
class |
ExpressionFilenameParser
ExpressionFilenameParser can use any expression language supported by Mule
to construct a file name for the current message. |
class |
FileConnector
FileConnector is used for setting up listeners on a directory and
for writing files to a directory. |
| Uses of MuleContextAware in org.mule.transport.ftp |
|---|
| Classes in org.mule.transport.ftp that implement MuleContextAware | |
|---|---|
class |
FtpConnector
|
| Uses of MuleContextAware in org.mule.transport.http |
|---|
| Classes in org.mule.transport.http that implement MuleContextAware | |
|---|---|
class |
HttpConnector
HttpConnector provides a way of receiving and sending http requests
and responses. |
class |
HttpPollingConnector
The HttpPollingConnectors allows for inbound Http endpoints to be configured with an address which it shall use to poll for a result. |
class |
HttpsConnector
HttpsConnector provides Secure http connectivity on top of what is already provided with the
Mule HttpConnector. |
class |
HttpsPollingConnector
HttpsPollingConnector provides Secure http connectivity on top of what is already provided with the
Mule HttpPollingConnector. |
| Uses of MuleContextAware in org.mule.transport.http.components |
|---|
| Classes in org.mule.transport.http.components that implement MuleContextAware | |
|---|---|
class |
RestServiceWrapper
This service can used to proxy REST style services as local Mule Components. |
| Uses of MuleContextAware in org.mule.transport.http.transformers |
|---|
| Classes in org.mule.transport.http.transformers that implement MuleContextAware | |
|---|---|
class |
ObjectToHttpClientMethodRequest
ObjectToHttpClientMethodRequest transforms a MuleMessage into a
HttpClient HttpMethod that represents an HttpRequest. |
| Uses of MuleContextAware in org.mule.transport.jdbc |
|---|
| Classes in org.mule.transport.jdbc that implement MuleContextAware | |
|---|---|
class |
JdbcConnector
|
| Uses of MuleContextAware in org.mule.transport.jms |
|---|
| Classes in org.mule.transport.jms that implement MuleContextAware | |
|---|---|
class |
JmsConnector
JmsConnector is a JMS 1.0.2b compliant connector that can be used
by a Mule endpoint. |
| Uses of MuleContextAware in org.mule.transport.jms.activemq |
|---|
| Classes in org.mule.transport.jms.activemq that implement MuleContextAware | |
|---|---|
class |
ActiveMQJmsConnector
ActiveMQ 4.x-specific JMS connector. |
class |
ActiveMQXAJmsConnector
|
| Uses of MuleContextAware in org.mule.transport.jms.weblogic |
|---|
| Classes in org.mule.transport.jms.weblogic that implement MuleContextAware | |
|---|---|
class |
WeblogicJmsConnector
Weblogic-specific JMS connector. |
| Uses of MuleContextAware in org.mule.transport.jms.websphere |
|---|
| Classes in org.mule.transport.jms.websphere that implement MuleContextAware | |
|---|---|
class |
WebsphereJmsConnector
Websphere-specific JMS connector. |
| Uses of MuleContextAware in org.mule.transport.jnp |
|---|
| Classes in org.mule.transport.jnp that implement MuleContextAware | |
|---|---|
class |
JnpConnector
JnpConnector uses the Java Naming protocol to bind to remote
objects |
| Uses of MuleContextAware in org.mule.transport.multicast |
|---|
| Classes in org.mule.transport.multicast that implement MuleContextAware | |
|---|---|
class |
MulticastConnector
MulticastConnector can dispatch mule events using ip multicasting |
| Uses of MuleContextAware in org.mule.transport.quartz |
|---|
| Classes in org.mule.transport.quartz that implement MuleContextAware | |
|---|---|
class |
QuartzConnector
Creates a connection to a Quartz scheduler. |
| Uses of MuleContextAware in org.mule.transport.quartz.config |
|---|
| Classes in org.mule.transport.quartz.config that implement MuleContextAware | |
|---|---|
class |
AbstractJobConfig
Base implementation of JobConfig. |
| Uses of MuleContextAware in org.mule.transport.quartz.jobs |
|---|
| Classes in org.mule.transport.quartz.jobs that implement MuleContextAware | |
|---|---|
class |
CustomJobConfig
This configuration simply holds a reference to a user defined job to execute. |
class |
CustomJobFromMessageConfig
This configuration simply holds a reference to a user defined job to execute. |
class |
EndpointPollingJobConfig
Configuration for the EndpointPollingJob job. |
class |
EventGeneratorJobConfig
The configuration for the EventGeneratorJob job. |
class |
ScheduledDispatchJobConfig
The configuration for the ScheduledDispatchJob job. |
| Uses of MuleContextAware in org.mule.transport.rmi |
|---|
| Classes in org.mule.transport.rmi that implement MuleContextAware | |
|---|---|
class |
RmiConnector
RmiConnector can bind or send to a given RMI port on a given host. |
| Uses of MuleContextAware in org.mule.transport.servlet |
|---|
| Classes in org.mule.transport.servlet that implement MuleContextAware | |
|---|---|
class |
ServletConnector
ServletConnector is a channel adapter between Mule and a servlet
engine. |
| Uses of MuleContextAware in org.mule.transport.servlet.jetty |
|---|
| Classes in org.mule.transport.servlet.jetty that implement MuleContextAware | |
|---|---|
class |
JettyHttpConnector
The JettyConnector can be using to embed a Jetty server to receive requests on an http inound endpoint. |
class |
JettyHttpsConnector
The JettyHttpsConnector can be using to embed a Jetty server to receive requests on an http inbound endpoint. |
| Uses of MuleContextAware in org.mule.transport.soap.axis |
|---|
| Classes in org.mule.transport.soap.axis that implement MuleContextAware | |
|---|---|
class |
AxisConnector
AxisConnector is used to maintain one or more Services for Axis
server instance. |
| Uses of MuleContextAware in org.mule.transport.soap.axis.wsdl |
|---|
| Classes in org.mule.transport.soap.axis.wsdl that implement MuleContextAware | |
|---|---|
class |
AxisWsdlConnector
TODO document |
| Uses of MuleContextAware in org.mule.transport.soap.component |
|---|
| Classes in org.mule.transport.soap.component that implement MuleContextAware | |
|---|---|
class |
AbstractWebServiceWrapperComponent
|
| Uses of MuleContextAware in org.mule.transport.ssl |
|---|
| Classes in org.mule.transport.ssl that implement MuleContextAware | |
|---|---|
class |
SslConnector
SslConnector provides a connector for SSL connections. |
class |
TlsConnector
TlsConnector Provides TLS connections |
| Uses of MuleContextAware in org.mule.transport.stdio |
|---|
| Classes in org.mule.transport.stdio that implement MuleContextAware | |
|---|---|
class |
PromptStdioConnector
PromptStdioConnector connects to the System streams in and out by
default and add some basic fuctionality for writing out prompt messages. |
class |
StdioConnector
StdioConnector can send and receive Mule events over IO streams. |
| Uses of MuleContextAware in org.mule.transport.tcp |
|---|
| Classes in org.mule.transport.tcp that implement MuleContextAware | |
|---|---|
class |
TcpConnector
TcpConnector can bind or sent to a given TCP port on a given host. |
| Uses of MuleContextAware in org.mule.transport.udp |
|---|
| Classes in org.mule.transport.udp that implement MuleContextAware | |
|---|---|
class |
UdpConnector
UdpConnector can send and receive Mule events as Datagram packets. |
| Uses of MuleContextAware in org.mule.transport.vm |
|---|
| Classes in org.mule.transport.vm that implement MuleContextAware | |
|---|---|
class |
VMConnector
VMConnector A simple endpoint wrapper to allow a Mule service to
be accessed from an endpoint |
| Uses of MuleContextAware in org.mule.transport.xmpp |
|---|
| Classes in org.mule.transport.xmpp that implement MuleContextAware | |
|---|---|
class |
XmppConnector
XmppConnector TODO |
class |
XmppsConnector
|
| Uses of MuleContextAware in org.mule.util |
|---|
| Classes in org.mule.util that implement MuleContextAware | |
|---|---|
class |
DefaultStreamCloserService
Closes streams of different types by looking up available StreamCloser's
from the Mule registry. |
| Uses of MuleContextAware in org.mule.util.queue |
|---|
| Classes in org.mule.util.queue that implement MuleContextAware | |
|---|---|
class |
EventFilePersistenceStrategy
|
class |
FilePersistenceStrategy
|
| Uses of MuleContextAware in org.mule.util.store |
|---|
| Classes in org.mule.util.store that implement MuleContextAware | |
|---|---|
class |
AbstractMonitoredObjectStore
TODO |
class |
InMemoryObjectStore
InMemoryObjectStore implements an optionally bounded
in-memory store for message IDs with periodic expiry of old entries. |
class |
TextFileObjectStore
A Simple object store that stores String objects by key to a text file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||