|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Startable | |
org.mule | Defines the main public API of the MuleManager and support classes such as the MuleServer. |
org.mule.components.script | |
org.mule.extras.groovy | Groovy extensions to Mule. |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.impl.internal.admin | |
org.mule.management.agents | |
org.mule.management.mbeans | |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.providers.email | Provides pop3, smtp and imap connectivity for Mule. |
org.mule.providers.file | Provides file transport in the form of a directory listeners and file dispatchers. |
org.mule.providers.http | Provides http transport including proxy support. |
org.mule.providers.jdbc | Provides jdbc transport. |
org.mule.providers.jms | Provides Jms transport connectivity with support for all Jms features. |
org.mule.providers.multicast | IP multicast connectivity for Mule. |
org.mule.providers.servlet | Allows the Mule server to easily interact with a servlet engine. |
org.mule.providers.soap.axis | Provides an Axis soap transport for Mule. |
org.mule.providers.soap.glue | Provides an Glue soap transport for Mule. |
org.mule.providers.ssl | Provides tcp connectivity over Ssl for Mule. |
org.mule.providers.stream | |
org.mule.providers.tcp | Provides tcp connectivity for Mule. |
org.mule.providers.udp | Provides Udp connectivity for Mule. |
org.mule.providers.vm | A connector implementation allowing events to be passed between Mule sessions via in-memory queues. |
org.mule.providers.xmpp | |
org.mule.umo | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
org.mule.umo.lifecycle | Lifecycle interfaces for all UMOcomponents. |
org.mule.umo.model | Contains the interfaces for the Model and supporting objects such as the ContainerContext, CompoenntResolver, EntryPointResolver, etc. |
org.mule.umo.provider | Contains the interfaces that comprise a provider implementation. |
Uses of Startable in org.mule |
Classes in org.mule that implement Startable | |
class |
MuleManager
MuleManager maintains and provides services for a Mule instance. |
Uses of Startable in org.mule.components.script |
Classes in org.mule.components.script that implement Startable | |
class |
AbstractScriptComponent
AbstractScriptComponent is a compoennt that can execute scripts
as components in Mule. |
Uses of Startable in org.mule.extras.groovy |
Classes in org.mule.extras.groovy that implement Startable | |
class |
GroovyComponent
GroovyComponent allows a grooy object ot managed as a Mule
component. |
Uses of Startable in org.mule.impl |
Classes in org.mule.impl that implement Startable | |
class |
DefaultLifecycleAdapter
DefaultLifecycleAdapter provides lifecycle methods for all
Mule managed components. |
class |
MuleComponent
MuleComponent manages the interaction and distribution of
events for a Mule-managed component. |
class |
MuleModel
MuleModel is the default implementation of the UMOModel. |
class |
MuleProxy
MuleProxy is a proxy to a UMO. |
Uses of Startable in org.mule.impl.internal.admin |
Classes in org.mule.impl.internal.admin that implement Startable | |
class |
AbstractEventLoggerAgent
AbstractEventLoggerAgent Receives Mule server events and logs them and can
optionally route them to an endpoint |
class |
EndpointAbstractEventLoggerAgent
EndpointAbstractEventLoggerAgent will forward server events to a configurered
endpoint uri. |
class |
Log4jAbstractEventLoggerAgent
AbstractEventLoggerAgent Receives Mule server events and logs them and can
optionally route them to an endpoint |
class |
MuleAdminAgent
MuleAdminAgent manages the server endpoint that receives
Admin and remote client requests |
Uses of Startable in org.mule.management.agents |
Classes in org.mule.management.agents that implement Startable | |
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 |
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.. |
Uses of Startable in org.mule.management.mbeans |
Subinterfaces of Startable in org.mule.management.mbeans | |
interface |
ComponentServiceMBean
ComponentServiceMBean defines the management interface for a mule
managed component |
Classes in org.mule.management.mbeans that implement Startable | |
class |
ComponentService
ComponentService exposes service information about
a Mule Managed component |
Uses of Startable in org.mule.providers |
Classes in org.mule.providers that implement Startable | |
class |
AbstractConnector
AbstractConnector provides base functionality for all connectors provided with
Mule. |
class |
AbstractServiceEnabledConnector
AbstractServiceEnabledConnector initialises a connector from a sercive
descriptor. |
Uses of Startable in org.mule.providers.email |
Classes in org.mule.providers.email that implement Startable | |
class |
MailConnector
MailConnector A delegate endpoint that encapsulates
a pop3 and smtp endpoint for convenience |
class |
Pop3Connector
Pop3Connector is used to connect and receive mail from a
pop3 mailbox |
class |
SmtpConnector
SmtpConnector is used to connect to and send data to
an SMTP mail server |
Uses of Startable in org.mule.providers.file |
Classes in org.mule.providers.file that implement Startable | |
class |
FileConnector
FileConnector is used for setting up listeners on a directory and
for writing files to a directory. |
Uses of Startable in org.mule.providers.http |
Classes in org.mule.providers.http that implement Startable | |
class |
HttpConnector
HttpConnector provides a way of receiving and sending http
requests and responses. |
class |
HttpsConnector
HttpsConnector provides Https connectivity |
Uses of Startable in org.mule.providers.jdbc |
Classes in org.mule.providers.jdbc that implement Startable | |
class |
JdbcConnector
|
Uses of Startable in org.mule.providers.jms |
Classes in org.mule.providers.jms that implement Startable | |
class |
JmsConnector
JmsConnector is a JMS 1.0.2b compliant connector that can be used by a Mule
endpoint. |
Uses of Startable in org.mule.providers.multicast |
Classes in org.mule.providers.multicast that implement Startable | |
class |
MulticastConnector
MulticastConnector can dispatch mule events using ip multicasting |
Uses of Startable in org.mule.providers.servlet |
Classes in org.mule.providers.servlet that implement Startable | |
class |
ServletConnector
ServletConnector is a channel adapter between Mule and a servlet engine. |
Uses of Startable in org.mule.providers.soap.axis |
Classes in org.mule.providers.soap.axis that implement Startable | |
class |
AxisConnector
AxisConnector is used to maintain one or more Services for
Axis server instance. |
Uses of Startable in org.mule.providers.soap.glue |
Classes in org.mule.providers.soap.glue that implement Startable | |
class |
GlueConnector
GlueConnector instanciates a Glue soap server and allows beans to be
dynamically exposed a swebservices simply by registering with the connector |
Uses of Startable in org.mule.providers.ssl |
Classes in org.mule.providers.ssl that implement Startable | |
class |
SslConnector
TcpConnector can bind or sent to a given tcp port on a given host. |
class |
TlsConnector
TlsConnector Provides TLS connections |
Uses of Startable in org.mule.providers.stream |
Classes in org.mule.providers.stream that implement Startable | |
class |
StreamConnector
StreamConnector can send and receive mule events over IO streams. |
class |
SystemStreamConnector
SystemStreamConnector TODO |
Uses of Startable in org.mule.providers.tcp |
Classes in org.mule.providers.tcp that implement Startable | |
class |
TcpConnector
TcpConnector can bind or sent to a given tcp port on a given host. |
Uses of Startable in org.mule.providers.udp |
Classes in org.mule.providers.udp that implement Startable | |
class |
UdpConnector
UdpConnector can send and receive Mule events as Datagram packets |
Uses of Startable in org.mule.providers.vm |
Classes in org.mule.providers.vm that implement Startable | |
class |
VMConnector
VMConnector A simple endpoint wrapper to allow a Mule component to
be accessed from an endpoint |
Uses of Startable in org.mule.providers.xmpp |
Classes in org.mule.providers.xmpp that implement Startable | |
class |
XmppConnector
XmppConnector TODO |
Uses of Startable in org.mule.umo |
Subinterfaces of Startable in org.mule.umo | |
interface |
UMOAgent
UMOAgent is a server plugin that can be initialised stated
and destroyed along with the UMOManager itself. |
interface |
UMOComponent
UMOComponent is the interal repesentation of a Mule Managed component. |
interface |
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
Uses of Startable in org.mule.umo.lifecycle |
Subinterfaces of Startable in org.mule.umo.lifecycle | |
interface |
Lifecycle
Lifecycle TODO (document class) |
interface |
UMOLifecycleAdapter
UMOLifecycleAdapter TODO (document class) |
Uses of Startable in org.mule.umo.model |
Subinterfaces of Startable in org.mule.umo.model | |
interface |
UMOModel
The UMOModel encapsulates and manages the runtime behaviour
of a Mule Server instance. |
Uses of Startable in org.mule.umo.provider |
Subinterfaces of Startable in org.mule.umo.provider | |
interface |
UMOConnector
UMOConnector is the mechanism used to connect to external
systems and protocols in order to send and receive data. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |