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

Packages that use Initialisable
org.mule.components.script   
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.groovy Groovy extensions to Mule
org.mule.extras.groovy.transformers Groovy transformers are configured to transform messages using groovy scripts. 
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.endpoint Implemtation of Mule endpoint uris. 
org.mule.impl.internal.admin   
org.mule.impl.security   
org.mule.impl.security.filters   
org.mule.interceptors Contains default UMOInterceptor implementations that can be applied to Mule managed components. 
org.mule.management.agents   
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.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.http Provides http transport including proxy support. 
org.mule.providers.http.transformers   
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.transformers Contains transformers to convert to and from different javax.jms.Message types 
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.transformers Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformers.codec   
org.mule.transformers.compression   
org.mule.transformers.encryption   
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   
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. 
org.mule.umo.security   
org.mule.umo.transformer Contains the interfaces for transformers and exceptions for the UMO Transformer API. 
 

Uses of Initialisable in org.mule.components.script
 

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

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.groovy
 

Classes in org.mule.extras.groovy that implement Initialisable
 class GroovyComponent
          GroovyComponent allows a grooy object ot managed as a Mule component.
 

Uses of Initialisable in org.mule.extras.groovy.transformers
 

Classes in org.mule.extras.groovy.transformers that implement Initialisable
 class GroovyTransformer
          GroovyTransformer a classloader for groovy scripts.
 

Uses of Initialisable in org.mule.impl
 

Classes in org.mule.impl that implement Initialisable
 class DefaultLifecycleAdapter
          DefaultLifecycleAdapter provides lifecycle methods for all Mule managed components.
 class ImmutableMuleEndpoint
          ImmutableMuleEndpoint describes a Provider in the Mule Server.
 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.
 

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 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
 class MuleManagerComponent
          MuleManagerComponent is a MuleManager interal server component responsible for receiving remote requests as dispatching them locally
 

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 MuleSecurityManager
          MuleSecurityManager is a default implementation security manager for a Mule instance
 class PasswordBasedEncryptionStrategy
          PasswordBasedEncryptionStrategy uses password-based encryption to encrypt and decrypt data.
 

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
 

Uses of Initialisable in org.mule.management.agents
 

Classes in org.mule.management.agents that implement Initialisable
 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 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 AbstractServiceEnabledConnector
          AbstractServiceEnabledConnector initialises a connector from a sercive descriptor.
 

Uses of Initialisable in org.mule.providers.email
 

Classes in org.mule.providers.email that implement Initialisable
 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 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 StringToEmailMessage
          StringToEmailMessage will convert a string to a java mail 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 FileMessageToObject
          Deprecated. There is no longer a FileMessage. Transfromers are usedto read the file message contents
 class FileToByteArray
          FileToByteArray reads the contents of a files as a byte array
 class FileToString
          FileToString reads a file's contents intor a string.
 class ObjectToFileMessage
          Deprecated. This is no longer needed as there is no longer a FileMessage type
 

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.transformers
 

Classes in org.mule.providers.http.transformers that implement Initialisable
 class HttpClientMethodResponseToObject
          HttpClientMethodResponseToObject transforms a http client response to a MuleMessage.
 class ObjectToHttpClientMethodRequest
          ObjectToHttpClientMethodRequest transforms a UMOMessage into a HttpClient HttpMethod that represents an HttpRequest.
 class UMOMessageToResponseString
          UMOMessageToResponseString TODO
 

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.transformers
 

Classes in org.mule.providers.jms.transformers that implement Initialisable
 class AbstractJmsTransformer
          AbstractJmsTransformer is an abstract class the 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.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.servlet
 

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

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.glue
 

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

Classes in org.mule.providers.ssl that implement Initialisable
 class SslConnector
          TcpConnector can bind or sent to a given tcp port on a given host.
 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 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 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.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 DefaultTransformer
          DefaultTransformer TODO (document class)
 

Uses of Initialisable in org.mule.transformers.codec
 

Classes in org.mule.transformers.codec that implement Initialisable
 class Base64Decoder
          Base64Encoder transforms strings or byte arrays into Base64 encoded string
 class Base64Encoder
          Base64Encoder transforms strings or byte arrays into Base64 encoded string
 class UCDecoder
          Base64Encoder transforms strings or byte arrays into Base64 encoded string
 class UCEncoder
          Base64Encoder transforms strings or byte arrays into UU encoded string
 class UUDecoder
          Base64Encoder transforms strings or byte arrays into Base64 encoded string
 class UUEncoder
          Base64Encoder transforms strings or byte arrays into UU encoded string
 

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.
 class GZipCompressTransformer
          GZipCompressTransformer TODO
 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.simple
 

Classes in org.mule.transformers.simple that implement Initialisable
 class ByteArrayToSerialisable
          ByteArrayToSerialisable converts a Serialised object to its object representation
 class ByteArrayToString
          ByteArrayToString converts a byte array into a String.
 class SerialisableToByteArray
          SerialisableToByteArray converts a serialisable object or a String to a byte array.
 class StringToByteArray
          StringToByteArray converts a string into a byte array
 

Uses of Initialisable in org.mule.transformers.xml
 

Classes in org.mule.transformers.xml that implement Initialisable
 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 ObjectToXml
          ObjectToXml converts any object to xml using Xstream.
 class XmlToDomDocument
          XmlToDomDocument Transform 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 a xslt transform on a Dom object
 

Uses of Initialisable in org.mule.umo
 

Subinterfaces of Initialisable 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 UMOEncryptionStrategy
          UMOEncryptionStrategy TODO
 

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 recieved.
 

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.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 UMOSimpleTransformer
          UMOSimpleTransformer manages the transformation and or translation of one type of data to the other.
 interface UMOTransformer
          UMOTransformer extends a UMOSimpleTransformer with the provision of a Transformer component, which simply keeps a copy of the 'live' transfromed data, so that any further transformations will use this cached data.
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.