Uses of Interface
org.mule.umo.lifecycle.Initialisable

Packages that use Initialisable
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.config.builders Various configuration builders for configuring a Mule Instance. 
org.mule.examples.loanbroker.transformers   
org.mule.extras.acegi   
org.mule.extras.acegi.filters.http   
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.extras.hivemind Provides extensions to use HiveMind with Mule, such as using the registry as a factory for Mule managed objects. 
org.mule.extras.jaas   
org.mule.extras.pgp   
org.mule.extras.pgp.filters   
org.mule.extras.picocontainer Provides extensions to use PicoContainer with Mule, such as using the container as a factory for Mule managed objects. 
org.mule.extras.spring Provides extensions to use the Spring framework with Mule such as utilising the spring container to build components managed by Mule. 
org.mule.extras.spring.remoting   
org.mule.extras.wssecurity.filters   
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.container Internal container context implementation and Jndi container implementation. 
org.mule.impl.endpoint Implemtation of Mule endpoint uris. 
org.mule.impl.internal.admin Admin components and Agents used to control and Monitor Mule 
org.mule.impl.model   
org.mule.impl.model.direct   
org.mule.impl.model.pipeline   
org.mule.impl.model.seda   
org.mule.impl.model.seda.optimised   
org.mule.impl.model.streaming   
org.mule.impl.security Core security implementation including the mule security manager and encryption types 
org.mule.impl.security.filters Core sercurity filter types. 
org.mule.interceptors Contains default UMOInterceptor implementations that can be applied to Mule managed components. 
org.mule.management.agents Management agents including agents for Jdmk, MX4J, and Log4J 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.bpm   
org.mule.providers.ejb   
org.mule.providers.email Provides pop3, smtp and imap connectivity for Mule
org.mule.providers.email.transformers Contains transformers to convert to and from the java.mail.Message type. 
org.mule.providers.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.providers.file.transformers Transformers for converting to and from the FileMessage type. 
org.mule.providers.ftp   
org.mule.providers.http Provides http transport including proxy support. 
org.mule.providers.http.jetty   
org.mule.providers.http.servlet   
org.mule.providers.http.transformers   
org.mule.providers.jbi Allows JBI components to interact with Mule. 
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.providers.jms.activemq Provides Jms connectivity with ActiveMQ-specific workarounds and improvements. 
org.mule.providers.jms.transformers Contains transformers to convert to and from different javax.jms.Message types 
org.mule.providers.jms.weblogic Provides Jms connectivity with Weblogic-specific workarounds and improvements. 
org.mule.providers.jms.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.providers.jnp   
org.mule.providers.multicast IP multicast connectivity for Mule
org.mule.providers.oracle.jms   
org.mule.providers.oracle.jms.transformers   
org.mule.providers.quartz   
org.mule.providers.rmi   
org.mule.providers.soap.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.axis.wsdl   
org.mule.providers.soap.transformers   
org.mule.providers.soap.xfire   
org.mule.providers.soap.xfire.wsdl   
org.mule.providers.ssl Provides tcp connectivity over Ssl for Mule
org.mule.providers.stream   
org.mule.providers.streaming   
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.providers.xmpp.transformers   
org.mule.ra 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.samples.errorhandler   
org.mule.samples.hello   
org.mule.samples.rest   
org.mule.tck.testmodels.fruit Contains the Fruit test model used by the tck and all other testcases in Mule. 
org.mule.tck.testmodels.mule   
org.mule.transformers Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformers.codec Transformers for Base64, UC and UU encoding/decoding. 
org.mule.transformers.compression Transformers for compressing and uncompressing message payloads. 
org.mule.transformers.encryption Transformers for encrypting and decrypting message payloads. 
org.mule.transformers.script   
org.mule.transformers.simple Basic transformer implementations. 
org.mule.transformers.xml Xml and Xslt Transformer implementations. 
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.endpoint Endpoint interfaces. 
org.mule.umo.lifecycle Lifecycle interfaces for all UMOcomponents. 
org.mule.umo.manager Manager APIs, including the UMOManager, agent and server event interfaces 
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
org.mule.umo.security Security API for authentication and authorisation. 
org.mule.umo.transformer Contains the interfaces for transformers and exceptions for the UMO Transformer API. 
 

Uses of Initialisable in org.mule.components.rest
 

Classes in org.mule.components.rest that implement Initialisable
 class RestServiceWrapper
          This component can used to proxy REST style services as local Mule Components.
 

Uses of Initialisable in org.mule.components.script
 

Classes in org.mule.components.script that implement Initialisable
 class AbstractScriptComponent
          AbstractScriptComponent is a component that can execute scripts as components in Mule.
 

Uses of Initialisable in org.mule.components.script.jsr223
 

Classes in org.mule.components.script.jsr223 that implement Initialisable
 class Scriptable
          A JSR 223 Script component.
 class ScriptComponent
          A JSR 223 Script component.
 class ScriptMessageBuilder
          A message builder component that can execute message building as a script.
 

Uses of Initialisable in org.mule.components.simple
 

Classes in org.mule.components.simple that implement Initialisable
 class NoArgsCallWrapper
           
 class StaticComponent
          A component that will return a static data object as a result.
 

Uses of Initialisable in org.mule.config.builders
 

Classes in org.mule.config.builders that implement Initialisable
 class ScriptConfigurationBuilder
          Configures a MuleManager from one or more script files.
 

Uses of Initialisable in org.mule.examples.loanbroker.transformers
 

Classes in org.mule.examples.loanbroker.transformers that implement Initialisable
 class CreditProfileXmlToCreditProfile
           
 class LoanQuoteRequestToCreditProfileArgs
          Extracts the customer information from the request into an array of arguments used to invoke the Credit Agency Session bean
 class RestRequestToCustomerRequest
          Converts parameters on the message into a CustomerQuoteRequest object
 class SetLendersAsRecipients
          Set the Recipient List property on the LoanBrokerQuoteRequest message based on the list of banks in LoanBrokerQuoteRequest.getLenders()
 

Uses of Initialisable in org.mule.extras.acegi
 

Classes in org.mule.extras.acegi that implement Initialisable
 class AcegiProviderAdapter
          AcegiProviderAdapter is a wrapper for an Acegi Security provider to use with the UMOSecurityManager
 

Uses of Initialisable in org.mule.extras.acegi.filters.http
 

Classes in org.mule.extras.acegi.filters.http that implement Initialisable
 class HttpBasicAuthenticationFilter
          HttpBasicAuthenticationFilter TODO
 

Uses of Initialisable in org.mule.extras.client
 

Classes in org.mule.extras.client that implement Initialisable
 class AbstractEventTransformer
          AbstractEventTransformer adds support for adding method details to the result message.
 class EventObjectTransformer
          EventObjectTransformer converts a java.util.EventObject into a MuleMessage.
 

Uses of Initialisable in org.mule.extras.hivemind
 

Classes in org.mule.extras.hivemind that implement Initialisable
 class HiveMindContext
          HiveMindContext is a HiveMind Context that can expose HiveMind managed services for use in the Mule framework.
 

Uses of Initialisable in org.mule.extras.jaas
 

Classes in org.mule.extras.jaas that implement Initialisable
 class JaasSimpleAuthenticationProvider
           
 

Uses of Initialisable in org.mule.extras.pgp
 

Classes in org.mule.extras.pgp that implement Initialisable
 class KeyBasedEncryptionStrategy
           
 class PGPSecurityProvider
           
 

Uses of Initialisable in org.mule.extras.pgp.filters
 

Classes in org.mule.extras.pgp.filters that implement Initialisable
 class PGPSecurityFilter
           
 

Uses of Initialisable in org.mule.extras.picocontainer
 

Classes in org.mule.extras.picocontainer that implement Initialisable
 class PicoContainerContext
          PicoContainerContext is a Pico Context that can expose pico-managed components for use in the Mule framework.
 

Uses of Initialisable in org.mule.extras.spring
 

Classes in org.mule.extras.spring that implement Initialisable
 class SpringContainerContext
          SpringContainerContext is a Spring Context that can expose spring-managed components for use in the Mule framework.
 

Uses of Initialisable in org.mule.extras.spring.remoting
 

Classes in org.mule.extras.spring.remoting that implement Initialisable
 class ObjectToRemoteInvocationResultTransformer
           
 class ObjectToRemoteInvocationTransformer
           
 class SpringRemoteInvokerComponent
           
 

Uses of Initialisable in org.mule.extras.wssecurity.filters
 

Classes in org.mule.extras.wssecurity.filters that implement Initialisable
 class WsSecurityFilter
           
 

Uses of Initialisable in org.mule.impl
 

Classes in org.mule.impl that implement Initialisable
 class AbstractExceptionListener
          AbstractExceptionListener is a base implementation that custom Exception Listeners can override.
 class DefaultComponentExceptionStrategy
          DefaultComponentExceptionStrategy is the default exception handler for components.
 class DefaultExceptionStrategy
          DefaultExceptionStrategy provides a default exception handling strategy.
 class DefaultLifecycleAdapter
          DefaultLifecycleAdapter provides lifecycle methods for all Mule managed components.
 class ImmutableMuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 class ImmutableMuleEndpoint
          ImmutableMuleEndpoint describes a Provider in the Mule Server.
 class MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Uses of Initialisable in org.mule.impl.container
 

Classes in org.mule.impl.container that implement Initialisable
 class AbstractContainerContext
          AbstractContainerContext provides base container configuration functions for handling embedded configuration.
 class DescriptorContainerContext
          Will load the component from the descriptors' own properties.
 class EjbContainerContext
          EjbContainerContext is a container implementaiton that allows EJB Session beans to be referenced as Mule managed UMOs
 class JndiContainerContext
          JndiContainerContext is a container implementaiton that exposes a jndi context.
 class MuleContainerContext
          MuleContainerContext is a default resolver that doesn't support external reference resolution.
 class MultiContainerContext
          MultiContainerContext is a container that hosts other containers from which components are queried.
 class PropertiesContainerContext
          Provides a facade for accessing System properties and properties on the ManagementContext.
 class RmiContainerContext
          RmiContainerContext is a container implementaiton that allows RMi objects to be referenced either as components or properties on components
 

Uses of Initialisable in org.mule.impl.endpoint
 

Classes in org.mule.impl.endpoint that implement Initialisable
 class MuleEndpoint
          MuleEndpoint describes a Provider in the Mule Server.
 

Uses of Initialisable in org.mule.impl.internal.admin
 

Classes in org.mule.impl.internal.admin that implement Initialisable
 class AbstractNotificationLoggerAgent
          AbstractNotificationLoggerAgent Receives Mule server notifications and logs them and can optionally route them to an endpoint
 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
 class MuleAdminAgent
          MuleAdminAgent manages the server endpoint that receives Admin and remote client requests
 class MuleManagerComponent
          MuleManagerComponent is a MuleManager interal server component responsible for receiving remote requests and dispatching them locally.
 

Uses of Initialisable in org.mule.impl.model
 

Classes in org.mule.impl.model that implement Initialisable
 class AbstractComponent
          A base implementation for all UMOComponents in Mule
 class AbstractModel
          MuleModel is the default implementation of the UMOModel.
 

Uses of Initialisable in org.mule.impl.model.direct
 

Classes in org.mule.impl.model.direct that implement Initialisable
 class DirectComponent
          A direct component invokes the service component directly without any threading or pooling, even when the invocation is asynchronous
 class DirectModel
           
 

Uses of Initialisable in org.mule.impl.model.pipeline
 

Classes in org.mule.impl.model.pipeline that implement Initialisable
 class PipelineComponent
           
 class PipelineModel
           
 

Uses of Initialisable in org.mule.impl.model.seda
 

Classes in org.mule.impl.model.seda that implement Initialisable
 class SedaComponent
          A Seda component runs inside a Seda Model and is responsible for managing a Seda Queue and thread pool for a Mule sevice component.
 class SedaModel
          A Mule component service model that uses Seda principles to achieve high throughput by queueing events for components and processing them concurrently.
 

Uses of Initialisable in org.mule.impl.model.seda.optimised
 

Classes in org.mule.impl.model.seda.optimised that implement Initialisable
 class OptimisedSedaComponent
          Same as SedaComponent except that it assumes that components implement the Callable interface and therefore does away with the reflection and introspection on objects.
 class OptimisedSedaModel
          Same as SedaModel except that it assumes that components implement the Callable interface and therefore does away with the reflection and introspection on objects.
 

Uses of Initialisable in org.mule.impl.model.streaming
 

Classes in org.mule.impl.model.streaming that implement Initialisable
 class StreamingComponent
          TODO
 class StreamingModel
          TODO
 

Uses of Initialisable in org.mule.impl.security
 

Classes in org.mule.impl.security that implement Initialisable
 class AbstractEndpointSecurityFilter
          AbstractEndpointSecurityFilter provides basic initialisation for all security filters, namely configuring the SecurityManager for this instance
 class AbstractJCEEncryptionStrategy
          A JCE based encryption strategy.
 class MuleSecurityManager
          MuleSecurityManager is a default implementation security manager for a Mule instance.
 class PasswordBasedEncryptionStrategy
          Provides password-based encryption using JCE.
 class SecretKeyEncryptionStrategy
          SecretKey based encryption using JCE.
 

Uses of Initialisable in org.mule.impl.security.filters
 

Classes in org.mule.impl.security.filters that implement Initialisable
 class MuleEncryptionEndpointSecurityFilter
          MuleEncryptionEndpointSecurityFilter provides password-based encription
 

Uses of Initialisable in org.mule.interceptors
 

Subinterfaces of Initialisable in org.mule.interceptors
 interface LifecycleInterceptor
          LifecycleInterceptor is a UMOInterceptor interface with two additional lifecycle methods provided by Initialisable and Disposable
 

Classes in org.mule.interceptors that implement Initialisable
 class InterceptorStack
          Maintains a list of interceptors that can be applied to components
 

Uses of Initialisable in org.mule.management.agents
 

Classes in org.mule.management.agents that implement Initialisable
 class DefaultJmxSupportAgent
          TODO document.
 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 Initialisable in org.mule.providers
 

Classes in org.mule.providers that implement Initialisable
 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 Initialisable in org.mule.providers.bpm
 

Classes in org.mule.providers.bpm that implement Initialisable
 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 Initialisable in org.mule.providers.ejb
 

Classes in org.mule.providers.ejb that implement Initialisable
 class EjbConnector
          Provides Connection configurstion for EJB endpoints
 

Uses of Initialisable in org.mule.providers.email
 

Classes in org.mule.providers.email that implement Initialisable
 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 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 Initialisable in org.mule.providers.email.transformers
 

Classes in org.mule.providers.email.transformers that implement Initialisable
 class EmailMessageToString
          EmailMessageToString extracts a java mail Message contents and returns a string.
 class MimeMessageToRfc822ByteArray
           
 class ObjectToMimeMessage
          Transforms a javax.mail.Message to a UMOMessage, with support for attachments
 class Rfc822ByteArraytoMimeMessage
           
 class StringToEmailMessage
          StringToEmailMessage will convert a String to a JavaMail Message, using the String as the contents.
 

Uses of Initialisable in org.mule.providers.file
 

Classes in org.mule.providers.file that implement Initialisable
 class FileConnector
          FileConnector is used for setting up listeners on a directory and for writing files to a directory.
 

Uses of Initialisable in org.mule.providers.file.transformers
 

Classes in org.mule.providers.file.transformers that implement Initialisable
 class FileToByteArray
          FileToByteArray reads the contents of a file as a byte array.
 class FileToString
          FileToString reads file contents into a string.
 

Uses of Initialisable in org.mule.providers.ftp
 

Classes in org.mule.providers.ftp that implement Initialisable
 class FtpConnector
           
 

Uses of Initialisable in org.mule.providers.http
 

Classes in org.mule.providers.http that implement Initialisable
 class HttpConnector
          HttpConnector provides a way of receiving and sending http requests and responses.
 class HttpsConnector
          HttpsConnector provides Https connectivity
 

Uses of Initialisable in org.mule.providers.http.jetty
 

Classes in org.mule.providers.http.jetty that implement Initialisable
 class JettyConnector
          ServletConnector is a channel adapter between Mule and a servlet engine.
 

Uses of Initialisable in org.mule.providers.http.servlet
 

Classes in org.mule.providers.http.servlet that implement Initialisable
 class ServletConnector
          ServletConnector is a channel adapter between Mule and a servlet engine.
 

Uses of Initialisable in org.mule.providers.http.transformers
 

Classes in org.mule.providers.http.transformers that implement Initialisable
 class HttpClientMethodResponseToObject
          HttpClientMethodResponseToObject transforms a http client response to a MuleMessage.
 class HttpResponseToString
          Converts an Http Response object to String.
 class ObjectToHttpClientMethodRequest
          ObjectToHttpClientMethodRequest transforms a UMOMessage into a HttpClient HttpMethod that represents an HttpRequest.
 class UMOMessageToHttpResponse
          UMOMessageToHttpResponse converts a UMOMEssage into an Http response.
 

Uses of Initialisable in org.mule.providers.jbi
 

Classes in org.mule.providers.jbi that implement Initialisable
 class JbiConnector
          JbiConnector can bind to a JBI container allowing components to send events via Mule.
 

Uses of Initialisable in org.mule.providers.jdbc
 

Classes in org.mule.providers.jdbc that implement Initialisable
 class JdbcConnector
           
 

Uses of Initialisable in org.mule.providers.jms
 

Classes in org.mule.providers.jms that implement Initialisable
 class JmsConnector
          JmsConnector is a JMS 1.0.2b compliant connector that can be used by a Mule endpoint.
 

Uses of Initialisable in org.mule.providers.jms.activemq
 

Classes in org.mule.providers.jms.activemq that implement Initialisable
 class ActiveMqJmsConnector
          ActiveMQ 4.x-specific JMS connector.
 

Uses of Initialisable in org.mule.providers.jms.transformers
 

Classes in org.mule.providers.jms.transformers that implement Initialisable
 class AbstractJmsTransformer
          AbstractJmsTransformer is an abstract class that should be used for all transformers where a JMS message will be the transformed or transformee object.
 class JMSMessageToObject
          JMSMessageToObject Will convert a javax.jms.Message or sub-type into an object by extracting the message payload.
 class ObjectToJMSMessage
          ObjectToJMSMessage will convert any object to a javax.jms.Message or sub-type into an object.
 

Uses of Initialisable in org.mule.providers.jms.weblogic
 

Classes in org.mule.providers.jms.weblogic that implement Initialisable
 class WeblogicJmsConnector
          Weblogic-specific JMS connector.
 

Uses of Initialisable in org.mule.providers.jms.websphere
 

Classes in org.mule.providers.jms.websphere that implement Initialisable
 class WebsphereJmsConnector
          Websphere-specific JMS connector.
 

Uses of Initialisable in org.mule.providers.jnp
 

Classes in org.mule.providers.jnp that implement Initialisable
 class JnpConnector
          JnpConnector uses the Java Naming protocol to bind to remote objects
 

Uses of Initialisable in org.mule.providers.multicast
 

Classes in org.mule.providers.multicast that implement Initialisable
 class MulticastConnector
          MulticastConnector can dispatch mule events using ip multicasting
 

Uses of Initialisable in org.mule.providers.oracle.jms
 

Classes in org.mule.providers.oracle.jms that implement Initialisable
 class AbstractOracleJmsConnector
           
 class OracleInContainerJmsConnector
          JMS Connector for Oracle AQ that uses a user provided data source for database connectivity
 class OracleJmsConnector
          Extends the standard Mule JMS Provider with functionality specific to Oracle's JMS implementation based on Advanced Queueing (Oracle AQ).
 

Uses of Initialisable in org.mule.providers.oracle.jms.transformers
 

Classes in org.mule.providers.oracle.jms.transformers that implement Initialisable
 class StringToXMLMessage
          Transformer for use with the Oracle Jms Connector.
 

Uses of Initialisable in org.mule.providers.quartz
 

Classes in org.mule.providers.quartz that implement Initialisable
 class QuartzConnector
          Creates a connection to a Quartz sheduler.
 

Uses of Initialisable in org.mule.providers.rmi
 

Classes in org.mule.providers.rmi that implement Initialisable
 class RmiConnector
          RmiConnector can bind or send to a given RMI port on a given host.
 

Uses of Initialisable in org.mule.providers.soap.axis
 

Classes in org.mule.providers.soap.axis that implement Initialisable
 class AxisConnector
          AxisConnector is used to maintain one or more Services for Axis server instance.
 class AxisServiceComponent
          AxisServiceComponent is a Mule component implementation of the Axis servlet.
 

Uses of Initialisable in org.mule.providers.soap.axis.wsdl
 

Classes in org.mule.providers.soap.axis.wsdl that implement Initialisable
 class AxisWsdlConnector
          todo document
 

Uses of Initialisable in org.mule.providers.soap.transformers
 

Classes in org.mule.providers.soap.transformers that implement Initialisable
 class HttpRequestToSoapRequest
          A simple transformer for converting an Http GET request into a SOAP request.
 

Uses of Initialisable in org.mule.providers.soap.xfire
 

Classes in org.mule.providers.soap.xfire that implement Initialisable
 class XFireComponentExceptionStrategy
          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 XFireConnector
          Configures Xfire to provide STaX-based Web Servies support to Mule.
 class XFireServiceComponent
          The Xfire service component receives requests for Xfire services it manages and marshalls requests and responses
 

Uses of Initialisable in org.mule.providers.soap.xfire.wsdl
 

Classes in org.mule.providers.soap.xfire.wsdl that implement Initialisable
 class XFireWsdlConnector
          TODO document
 

Uses of Initialisable in org.mule.providers.ssl
 

Classes in org.mule.providers.ssl that implement Initialisable
 class SslConnector
          SslConnector provides a connector for SSL connections.
 class TlsConnector
          TlsConnector Provides TLS connections
 

Uses of Initialisable in org.mule.providers.stream
 

Classes in org.mule.providers.stream that implement Initialisable
 class StreamConnector
          StreamConnector can send and receive Mule events over IO streams.
 class SystemStreamConnector
          SystemStreamConnector connects to the System streams in and out by default and add some basic fuctionality for writing out prompt messages.
 

Uses of Initialisable in org.mule.providers.streaming
 

Classes in org.mule.providers.streaming that implement Initialisable
 class AbstractStreamingTransformer
          TODO
 

Uses of Initialisable in org.mule.providers.tcp
 

Classes in org.mule.providers.tcp that implement Initialisable
 class TcpConnector
          TcpConnector can bind or sent to a given TCP port on a given host.
 

Uses of Initialisable in org.mule.providers.udp
 

Classes in org.mule.providers.udp that implement Initialisable
 class UdpConnector
          UdpConnector can send and receive Mule events as Datagram packets.
 

Uses of Initialisable in org.mule.providers.vm
 

Classes in org.mule.providers.vm that implement Initialisable
 class VMConnector
          VMConnector is a simple endpoint wrapper to allow a Mule component to be accessed from an endpoint
 

Uses of Initialisable in org.mule.providers.xmpp
 

Classes in org.mule.providers.xmpp that implement Initialisable
 class XmppConnector
          XmppConnector TODO
 

Uses of Initialisable in org.mule.providers.xmpp.transformers
 

Classes in org.mule.providers.xmpp.transformers that implement Initialisable
 class ObjectToXmppPacket
          Creates an Xmpp message packet from a UMOMessage
 class XmppPacketToObject
           
 

Uses of Initialisable in org.mule.ra
 

Classes in org.mule.ra that implement Initialisable
 class JcaComponent
          JcaComponent Is the type of component used in Mule when embedded inside an app server using JCA.
 class JcaModel
          Creates a model suitable for Jca execution
 

Uses of Initialisable in org.mule.samples.errorhandler
 

Classes in org.mule.samples.errorhandler that implement Initialisable
 class ErrorMessageToException
          The ErrorMessageToException transformer extracts and returns the exception encapsulated by the ErrorMessage message payload.
 class ErrorMessageToExceptionBean
          The ErrorMessageToExceptionBean transformer returns the exception bean encapsulated by the ErrorMessage message payload.
 class ExceptionBeanToErrorMessage
           
 

Uses of Initialisable in org.mule.samples.hello
 

Classes in org.mule.samples.hello that implement Initialisable
 class ChatStringToString
          NameStringToChatString is a dummy transformer used in the hello world application to transform the ChatString object into a string.
 class ExceptionToString
          ExceptionToString converts an exception to a String, returning the exception's getMessage() result.
 class HttpRequestToNameString
           
 class NameStringToChatString
          NameStringToChatString converts from a NameString object to a ChatString object.
 class StdinToNameString
          The transformation removes break-lines and newlines from the string, which potentially could have been added during a stdin input operation.
 class StringToNameString
          StringToNameString converts from a String to a NameString object.
 

Uses of Initialisable in org.mule.samples.rest
 

Classes in org.mule.samples.rest that implement Initialisable
 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 Initialisable in org.mule.tck.testmodels.fruit
 

Classes in org.mule.tck.testmodels.fruit that implement Initialisable
 class ObjectToFruitLover
           
 

Uses of Initialisable in org.mule.tck.testmodels.mule
 

Classes in org.mule.tck.testmodels.mule that implement Initialisable
 class TestAgent
          Mock agent
 class TestCompressionTransformer
           
 class TestConnector
          TestConnector use a mock connector
 class TestDefaultLifecycleAdapter
          TestDefaultLifecycleAdapter TODO (document class)
 class TestExceptionStrategy
          TestExceptionStrategy TODO
 

Uses of Initialisable in org.mule.transformers
 

Classes in org.mule.transformers that implement Initialisable
 class AbstractEventAwareTransformer
          AbstractEventAwareTransformer is a transformer that has a reference to the current message.
 class AbstractTransformer
          AbstractTransformer is a base class for all transformers.
 class NoActionTransformer
          NoActionTransformer doesn't do any transformation on the source object and returns the source as the result.
 

Uses of Initialisable in org.mule.transformers.codec
 

Classes in org.mule.transformers.codec that implement Initialisable
 class Base64Decoder
          Base64Encoder transforms Base64 encoded data into strings or byte arrays.
 class Base64Encoder
          Base64Encoder transforms strings or byte arrays into Base64 encoded string.
 class XmlEntityDecoder
          Decodes a String or byte[] containing XML entities
 class XmlEntityEncoder
          Encodes a string with XML entities
 

Uses of Initialisable in org.mule.transformers.compression
 

Classes in org.mule.transformers.compression that implement Initialisable
 class AbstractCompressionTransformer
          AbstractCompressionTransformer is a base class for all transformers that can compress or uncompress data when they performa message transformation.
 class GZipCompressTransformer
          GZipCompressTransformer is a transformer compressing objects into byte arrays.
 class GZipUncompressTransformer
          GZipCompressTransformer TODO
 

Uses of Initialisable in org.mule.transformers.encryption
 

Classes in org.mule.transformers.encryption that implement Initialisable
 class AbstractEncryptionTransformer
          EncryptionTransformer will transform an array of bytes or string into an encrypted array of bytes
 class DecryptionTransformer
          EncryptionTransformer will transform an encrypted array of bytes or string into an decrypted array of bytes
 class EncryptionTransformer
          EncryptionTransformer will transform an array of bytes or string into an encrypted array of bytes
 

Uses of Initialisable in org.mule.transformers.script
 

Classes in org.mule.transformers.script that implement Initialisable
 class ScriptTransformer
          Runs a script to perform transformation on an object.
 

Uses of Initialisable in org.mule.transformers.simple
 

Classes in org.mule.transformers.simple that implement Initialisable
 class ByteArrayToHexString
          Converts a Byte array to a Hex String.
 class ByteArrayToObject
          ByteArrayToObject works in the same way as ByteArrayToSerializable but checks if th byte array is a serialised object and if not will return a String created from the bytes is the returnType on the transformer.
 class ByteArrayToSerializable
          ByteArrayToSerializable converts a serialized object to its object representation
 class ByteArrayToString
          ByteArrayToString converts a byte array into a String.
 class GetBeanProperty
          Looks up a property from a JavaBean using PropertyUtils.getProperty().
 class HexStringToByteArray
          Converts a Hex String to a Byte array
 class MapLookup
          MapLookup looks up and returns an object from a Map based on a key.
 class MessagePropertiesTransformer
          A configurable message transformer that allows users to add, overwrite and delete properties on the current message.
 class ObjectArrayToString
          ObjectArrayToString transformer is the opposite of StringToObjectArray - it simply converts Object[] to a String in which each element is separated by a configurable delimiter (default is a space).
 class ObjectToByteArray
          ObjectToByteArray converts serilaizable object to a byte array but treats java.lang.String differently by converting to bytes using the String.getBytrs() method.
 class ObjectToString
          ObjectToString transformer is useful for debugging.
 class SerializableToByteArray
          SerializableToByteArray converts a serializable object or a String to a byte array.
 class StringToByteArray
          StringToByteArray converts a String into a byte array.
 class StringToObjectArray
          StringToObjectArray converts a String into an object array.
 

Uses of Initialisable in org.mule.transformers.xml
 

Classes in org.mule.transformers.xml that implement Initialisable
 class AbstractXmlTransformer
          AbstractXmlTransformer offers some XSLT transform on a DOM (or other XML-ish) object.
 class AbstractXStreamTransformer
          AbstractXStreamTransformer is a base class for all XStream based transformers.
 class DomDocumentToXml
          DomDocumentToXml Transform a org.w3c.dom.Document to XML String
 class JXPathExtractor
          The JXPathExtractor is a simple transformer that evaluates an xpath expression against the given bean and that returns the result.
 class ObjectToXml
          ObjectToXml converts any object to XML using Xstream.
 class XmlToDomDocument
          XmlToDomDocument transforms a XML String to org.w3c.dom.Document.
 class XmlToObject
          XmlToObject converts xml created by the ObjectToXml transformer in to a java object graph.
 class XsltTransformer
          XsltTransformer performs an XSLT transform on a DOM (or other XML-ish) object.
 

Uses of Initialisable in org.mule.umo
 

Subinterfaces of Initialisable in org.mule.umo
 interface UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
 interface UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
 interface UMOEncryptionStrategy
          UMOEncryptionStrategy can be used to provide different types of Encryption strategy objects.
 interface UMOImmutableDescriptor
          UMODescriptor describes all the properties for a Mule UMO.
 

Uses of Initialisable in org.mule.umo.endpoint
 

Subinterfaces of Initialisable in org.mule.umo.endpoint
 interface UMOEndpoint
          UMOEndpoint describes a Provider in the Mule Server.
 interface UMOImmutableEndpoint
          UMOImmutableEndpoint describes a Message endpoint where data is sent or received.
 

Uses of Initialisable in org.mule.umo.lifecycle
 

Subinterfaces of Initialisable in org.mule.umo.lifecycle
 interface UMOLifecycleAdapter
          UMOLifecycleAdapter TODO (document class)
 

Uses of Initialisable in org.mule.umo.manager
 

Subinterfaces of Initialisable in org.mule.umo.manager
 interface UMOAgent
          UMOAgent is a server plugin that can be initialised, started and destroyed along with the UMOManager itself.
 interface UMOContainerContext
          UMOContainerContext defines the contract between Mule and an underlying container such as String or Pico.
 

Uses of Initialisable in org.mule.umo.model
 

Subinterfaces of Initialisable in org.mule.umo.model
 interface UMOModel
          The UMOModel encapsulates and manages the runtime behaviour of a Mule Server instance.
 

Uses of Initialisable in org.mule.umo.provider
 

Subinterfaces of Initialisable 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.
 

Uses of Initialisable in org.mule.umo.security
 

Subinterfaces of Initialisable in org.mule.umo.security
 interface UMOEndpointSecurityFilter
          UMOEndpointSecurityFilter is a base filter for secure filtering of inbound and outbout event flow
 interface UMOSecurityManager
          UMOSecurityManager is responsible for managing a one or more security providers.
 interface UMOSecurityProvider
          UMOSecurityProvider is a target security provider thsat actually does the work of authenticating credentials and populating the UMOAuthentication object.
 

Uses of Initialisable in org.mule.umo.transformer
 

Subinterfaces of Initialisable in org.mule.umo.transformer
 interface UMOBaseTransformer
          UMOTransformer can be chained together to covert message payloads from one object type to another.
 interface UMOStreamingTransformer
          TODO
 interface UMOTransformer
          UMOTransformer can be chained together to covert message payloads from one object type to another.
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.