|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FlowConstructAware in org.mule.api.component |
|---|
| Subinterfaces of FlowConstructAware in org.mule.api.component | |
|---|---|
interface |
Component
A Component component processes a MuleEvent by invoking the
component instance that has been configured, optionally returning a result. |
interface |
JavaComponent
JavaComponent is a Java Component implementation used to
invoke Java component implementations. |
| Uses of FlowConstructAware in org.mule.api.endpoint |
|---|
| Subinterfaces of FlowConstructAware in org.mule.api.endpoint | |
|---|---|
interface |
InboundEndpoint
|
| Uses of FlowConstructAware in org.mule.component |
|---|
| Classes in org.mule.component that implement FlowConstructAware | |
|---|---|
class |
AbstractComponent
Abstract Component to be used by all Component implementations. |
class |
AbstractJavaComponent
Abstract implementation of JavaComponent adds JavaComponent specific's: EntryPointResolverSet, org.mule.api.routing.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 FlowConstructAware in org.mule.component.simple |
|---|
| Classes in org.mule.component.simple that implement FlowConstructAware | |
|---|---|
class |
PassThroughComponent
PassThroughComponent will simply return the payload back as the
result. |
| Uses of FlowConstructAware in org.mule.config.spring.util |
|---|
| Classes in org.mule.config.spring.util that implement FlowConstructAware | |
|---|---|
class |
SpringBeanLookup
This is an implementation of the ObjectFactory interface which simply delegates to the Spring ApplicationContext. |
| Uses of FlowConstructAware in org.mule.construct.processor |
|---|
| Classes in org.mule.construct.processor that implement FlowConstructAware | |
|---|---|
class |
FlowConstructStatisticsMessageObserver
|
| Uses of FlowConstructAware in org.mule.endpoint |
|---|
| Classes in org.mule.endpoint that implement FlowConstructAware | |
|---|---|
class |
DefaultInboundEndpoint
|
class |
DynamicURIInboundEndpoint
Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance. |
| Uses of FlowConstructAware in org.mule.example.loanbroker.routers |
|---|
| Classes in org.mule.example.loanbroker.routers that implement FlowConstructAware | |
|---|---|
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 FlowConstructAware in org.mule.module.atom |
|---|
| Classes in org.mule.module.atom that implement FlowConstructAware | |
|---|---|
class |
AbderaServiceComponent
This component receives requests from Mule and passes them off to Abdera. |
| Uses of FlowConstructAware in org.mule.module.atom.endpoint |
|---|
| Classes in org.mule.module.atom.endpoint that implement FlowConstructAware | |
|---|---|
class |
AtomInboundEndpoint
An ATOM endpoint is used for polling an ATOM feed and processing the feed entries |
| Uses of FlowConstructAware in org.mule.module.cxf.builder |
|---|
| Classes in org.mule.module.cxf.builder that implement FlowConstructAware | |
|---|---|
class |
WebServiceMessageProcessorBuilder
Builds a CXF web service MessageProcessor using either the JAX-WS or simple frontends. |
| Uses of FlowConstructAware in org.mule.module.cxf.component |
|---|
| Classes in org.mule.module.cxf.component that implement FlowConstructAware | |
|---|---|
class |
AbstractWebServiceWrapperComponent
|
class |
WebServiceWrapperComponent
|
| Uses of FlowConstructAware in org.mule.module.cxf.config |
|---|
| Classes in org.mule.module.cxf.config that implement FlowConstructAware | |
|---|---|
class |
FlowConfiguringMessageProcessor
Wraps a MessageProcessorBuilder and configures it lazily so it can
be injected with the FlowConstruct. |
class |
WebServiceFactoryBean
|
| Uses of FlowConstructAware in org.mule.module.ibeans.spi.support |
|---|
| Classes in org.mule.module.ibeans.spi.support that implement FlowConstructAware | |
|---|---|
class |
CallRequestEndpoint
A dynamic inbound endpoint used for request calls defined using the Call annotation. |
class |
DynamicRequestEndpoint
A dynamic request endpoint is used in conjunction with the Call annotation when there are no org.ibeans.annotation.param.Payload,
org.ibeans.annotation.param.PayloadParam or HeaderParam annotations
on a method and allows a dynamic InboundEndpoint to be created. |
| Uses of FlowConstructAware in org.mule.module.jca |
|---|
| Classes in org.mule.module.jca that implement FlowConstructAware | |
|---|---|
class |
JcaComponent
|
| Uses of FlowConstructAware in org.mule.module.rss.endpoint |
|---|
| Classes in org.mule.module.rss.endpoint that implement FlowConstructAware | |
|---|---|
class |
RssInboundEndpoint
TODO |
| Uses of FlowConstructAware in org.mule.module.scripting.component |
|---|
| Classes in org.mule.module.scripting.component that implement FlowConstructAware | |
|---|---|
class |
ScriptComponent
A Script service backed by a JSR-223 compliant script engine such as Groovy, JavaScript, or Rhino. |
| Uses of FlowConstructAware in org.mule.object |
|---|
| Classes in org.mule.object that implement FlowConstructAware | |
|---|---|
class |
AbstractObjectFactory
Creates object instances based on the class and sets any properties. |
class |
PrototypeObjectFactory
Creates a new instance of the object on each call. |
class |
SingletonObjectFactory
Creates an instance of the object once and then always returns the same instance. |
| Uses of FlowConstructAware in org.mule.routing |
|---|
| Classes in org.mule.routing that implement FlowConstructAware | |
|---|---|
class |
AbstractAggregator
AbstractEventAggregator will aggregate a set of messages into a
single message. |
class |
AbstractCorrelationAggregator
AbstractCorrelationAggregatingMessageProcessor uses the CorrelationID and
CorrelationGroupSize properties of the MuleMessage to manage
message groups. |
class |
IdempotentMessageFilter
IdempotentMessageFilter ensures that only unique messages are passed on. |
class |
IdempotentSecureHashMessageFilter
IdempotentSecureHashMessageFilter ensures that only unique messages are
received by a service. |
class |
MessageChunkAggregator
|
class |
Resequencer
CorrelationEventResequencer is used to resequence events according
to their dispatch sequence in the correlation group. |
class |
SimpleCollectionAggregator
This router will return all aggregated events as a MuleMessageCollection. |
| Uses of FlowConstructAware in org.mule.routing.requestreply |
|---|
| Classes in org.mule.routing.requestreply that implement FlowConstructAware | |
|---|---|
class |
SimpleAsyncRequestReplyRequester
|
| Uses of FlowConstructAware in org.mule.service |
|---|
| Classes in org.mule.service that implement FlowConstructAware | |
|---|---|
class |
ServiceAsyncReplyCompositeMessageSource
Extension of StartableCompositeMessageSource which adds message processors between the composite
source and the target listener |
class |
ServiceCompositeMessageSource
Extension of StartableCompositeMessageSource which adds message processors between the composite
source and the target listener |
| Uses of FlowConstructAware in org.mule.source |
|---|
| Classes in org.mule.source that implement FlowConstructAware | |
|---|---|
class |
StartableCompositeMessageSource
Implementation of CompositeMessageSource that propagates both injection of FlowConstruct
and lifecycle to nested MessageSources. |
| Uses of FlowConstructAware in org.mule.transport.bpm |
|---|
| Classes in org.mule.transport.bpm that implement FlowConstructAware | |
|---|---|
class |
ProcessComponent
|
| Uses of FlowConstructAware in org.mule.transport.http.components |
|---|
| Classes in org.mule.transport.http.components that implement FlowConstructAware | |
|---|---|
class |
RestServiceWrapper
This service can used to proxy REST style services as local Mule Components. |
| Uses of FlowConstructAware in org.mule.transport.jersey |
|---|
| Classes in org.mule.transport.jersey that implement FlowConstructAware | |
|---|---|
class |
JerseyResourcesComponent
Wraps a set of components which can get invoked by Jersey. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||