|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Callable | |
---|---|
org.mule.components.builder | |
org.mule.components.rest | |
org.mule.components.script | Base classes for script based components such as BeanShell or Groovy. |
org.mule.components.script.jsr223 | |
org.mule.components.simple | A collection of simple mule components that can be useful to simplify configuration while testing. |
org.mule.extras.spring.remoting | |
org.mule.impl.internal.admin | Admin components and Agents used to control and Monitor Mule |
org.mule.impl.model.seda.optimised | |
org.mule.providers.soap | |
org.mule.providers.soap.axis | Provides an Axis soap transport for Mule. |
org.mule.providers.soap.xfire | |
org.mule.samples.errorhandler | |
org.mule.samples.rest | |
org.mule.tck.functional | Helper classes and interfaces used by Mule fnctional tests. |
org.mule.tck.testmodels.fruit | Contains the Fruit test model used by the tck and all other testcases in Mule. |
org.mule.tck.testmodels.services | |
org.mule.tools.visualizer.service |
Uses of Callable in org.mule.components.builder |
---|
Classes in org.mule.components.builder that implement Callable | |
---|---|
class |
AbstractMessageBuilder
A component that will invoke all outbound endpoints configured on the component allow the result of each endpoint invocation to be aggregated to a single message. |
class |
ReflectionMessageBuilder
Will try and set the result of an invocation as a bean property on the request message using reflection. |
Uses of Callable in org.mule.components.rest |
---|
Classes in org.mule.components.rest that implement Callable | |
---|---|
class |
RestServiceWrapper
This component can used to proxy REST style services as local Mule Components. |
Uses of Callable in org.mule.components.script |
---|
Classes in org.mule.components.script that implement Callable | |
---|---|
class |
AbstractScriptComponent
AbstractScriptComponent is a component that can execute scripts as
components in Mule. |
Uses of Callable in org.mule.components.script.jsr223 |
---|
Classes in org.mule.components.script.jsr223 that implement Callable | |
---|---|
class |
ScriptComponent
A JSR 223 Script component. |
class |
ScriptMessageBuilder
A message builder component that can execute message building as a script. |
Uses of Callable in org.mule.components.simple |
---|
Classes in org.mule.components.simple that implement Callable | |
---|---|
class |
BridgeComponent
The BridgeComponent is a standard Mule component that enables a bridge between an inbound and outbound endpoints. |
class |
EchoComponent
EchoComponent will log the message and return the payload back as
the result. |
class |
LogComponent
LogComponent simply logs the content (or content length if it is a
large message) |
class |
NoArgsCallWrapper
|
class |
NullComponent
Deprecated. This component used to be used together with the Forwarding consumer inbound router. You can now use the BridgeComponent that takes care of configuring the inbound router for you. |
class |
PassThroughComponent
PassThroughComponent will simply return the payload back as the result. |
class |
StaticComponent
A component that will return a static data object as a result. |
Uses of Callable in org.mule.extras.spring.remoting |
---|
Classes in org.mule.extras.spring.remoting that implement Callable | |
---|---|
class |
SpringRemoteInvokerComponent
|
Uses of Callable in org.mule.impl.internal.admin |
---|
Classes in org.mule.impl.internal.admin that implement Callable | |
---|---|
class |
MuleManagerComponent
MuleManagerComponent is a MuleManager interal server component
responsible for receiving remote requests and dispatching them locally. |
Uses of Callable in org.mule.impl.model.seda.optimised |
---|
Constructors in org.mule.impl.model.seda.optimised with parameters of type Callable | |
---|---|
OptimisedMuleProxy(Callable component,
MuleDescriptor descriptor,
ObjectPool proxyPool)
Constructs a Proxy using the UMO's AbstractMessageDispatcher and the UMO itself |
Uses of Callable in org.mule.providers.soap |
---|
Classes in org.mule.providers.soap that implement Callable | |
---|---|
class |
WSProxyService
This class is implemented to act as a Proxy for a Web Service. |
Uses of Callable in org.mule.providers.soap.axis |
---|
Classes in org.mule.providers.soap.axis that implement Callable | |
---|---|
class |
AxisServiceComponent
AxisServiceComponent is a Mule component implementation of the Axis
servlet. |
Uses of Callable in org.mule.providers.soap.xfire |
---|
Classes in org.mule.providers.soap.xfire that implement Callable | |
---|---|
class |
XFireServiceComponent
The Xfire service component receives requests for Xfire services it manages and marshalls requests and responses |
Uses of Callable in org.mule.samples.errorhandler |
---|
Classes in org.mule.samples.errorhandler that implement Callable | |
---|---|
class |
BusinessErrorManager
The BusinessErrorManager is the UMO Component that processes
exceptions of type org.mule.samples.errorhandler.exceptions.BusinessException. |
Uses of Callable in org.mule.samples.rest |
---|
Classes in org.mule.samples.rest that implement Callable | |
---|---|
class |
RestTester
TODO This is a bogus class that has been put here so that the Corbertura plugin does not barf, we need to find a way to get this plug in to ignore certain modules |
Uses of Callable in org.mule.tck.functional |
---|
Classes in org.mule.tck.functional that implement Callable | |
---|---|
class |
FunctionalTestComponent
FunctionalTestComponent is a component that can be used by
functional tests. |
Uses of Callable in org.mule.tck.testmodels.fruit |
---|
Classes in org.mule.tck.testmodels.fruit that implement Callable | |
---|---|
class |
Apple
|
class |
Orange
|
class |
RedApple
|
Uses of Callable in org.mule.tck.testmodels.services |
---|
Classes in org.mule.tck.testmodels.services that implement Callable | |
---|---|
class |
TestServiceComponent
TestServiceComponent is a test WebServices component. |
Uses of Callable in org.mule.tools.visualizer.service |
---|
Classes in org.mule.tools.visualizer.service that implement Callable | |
---|---|
class |
VisualizerService
TODO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |