Uses of Interface
org.mule.api.NamedObject

Packages that use NamedObject
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.agent Admin components and Agents used to control and Monitor Mule 
org.mule.api 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.api.agent   
org.mule.api.construct   
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.expression   
org.mule.api.lifecycle Lifecycle interfaces for all Components. 
org.mule.api.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
org.mule.api.processor   
org.mule.api.security Security API for authentication and authorisation. 
org.mule.api.service   
org.mule.api.transformer Contains the interfaces for transformers and exceptions for the Transformer API. 
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.client   
org.mule.config.spring.factories   
org.mule.config.support   
org.mule.config.transformer   
org.mule.construct   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.endpoint.dynamic   
org.mule.example.bookstore.transformers   
org.mule.example.errorhandler   
org.mule.example.geomail.transformers   
org.mule.example.hello   
org.mule.example.loanbroker.transformers   
org.mule.example.notifications   
org.mule.example.scripting   
org.mule.expression   
org.mule.expression.transformers   
org.mule.lifecycle.phases   
org.mule.model   
org.mule.model.seda   
org.mule.module.atom.transformers   
org.mule.module.bpm   
org.mule.module.client.remoting   
org.mule.module.drools   
org.mule.module.ibeans.config   
org.mule.module.ibeans.spi.support   
org.mule.module.jaas   
org.mule.module.jbpm   
org.mule.module.jca 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.module.json JSON encoding support for Mule. 
org.mule.module.json.transformers Transfromers for converting from JavaBeans and collections to JSON and back again. 
org.mule.module.management.agent Management agents including agents for Jdmk, MX4J, and Log4J 
org.mule.module.ognl.expression   
org.mule.module.pgp   
org.mule.module.rss.transformers   
org.mule.module.scripting.expression   
org.mule.module.scripting.transformer   
org.mule.module.spring.remoting   
org.mule.module.spring.security   
org.mule.module.ws.construct   
org.mule.module.xml.expression   
org.mule.module.xml.transformer Xml and Xslt Transformer implementations. 
org.mule.module.xml.transformer.jaxb   
org.mule.processor   
org.mule.processor.chain   
org.mule.routing.correlation   
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.service   
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.security   
org.mule.tck.transformer   
org.mule.transformer Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformer.codec Transformers for Base64, UC and UU encoding/decoding. 
org.mule.transformer.compression Transformers for compressing and uncompressing message payloads. 
org.mule.transformer.encryption Transformers for encrypting and decrypting message payloads. 
org.mule.transformer.simple Basic transformer implementations. 
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.ajax.container A AJAX transport allows Mule applications to send a receive events to the web browser. 
org.mule.transport.ajax.embedded A AJAX transport allows Mule applications to send a receive events to the web browser. 
org.mule.transport.ejb   
org.mule.transport.email Provides pop3, smtp and imap connectivity for Mule
org.mule.transport.email.transformers Contains transformers to convert to and from the java.mail.Message type. 
org.mule.transport.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.transport.file.transformers Transformers for converting to and from the FileMessage type. 
org.mule.transport.ftp   
org.mule.transport.http Provides http transport including proxy support. 
org.mule.transport.http.construct   
org.mule.transport.http.servlet   
org.mule.transport.http.transformers   
org.mule.transport.jdbc Provides jdbc transport. 
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.jms.activemq Provides Jms connectivity with ActiveMQ-specific workarounds and improvements. 
org.mule.transport.jms.mulemq   
org.mule.transport.jms.transformers Contains transformers to convert to and from different javax.jms.Message types 
org.mule.transport.jms.weblogic Provides Jms connectivity with Weblogic-specific workarounds and improvements. 
org.mule.transport.jms.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.transport.jnp   
org.mule.transport.multicast IP multicast connectivity for Mule
org.mule.transport.polling   
org.mule.transport.quartz   
org.mule.transport.quartz.config   
org.mule.transport.rmi   
org.mule.transport.servlet   
org.mule.transport.servlet.jetty   
org.mule.transport.servlet.transformers   
org.mule.transport.sftp   
org.mule.transport.sftp.transformers   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.soap.axis.wsdl   
org.mule.transport.ssl Provides tcp connectivity over Ssl for Mule
org.mule.transport.stdio   
org.mule.transport.tcp Provides tcp connectivity for Mule
org.mule.transport.udp Provides Udp connectivity for Mule
org.mule.transport.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.transport.xmpp   
org.mule.transport.xmpp.transformers   
org.mule.util.counters   
org.mule.util.counters.impl   
org.mule.util.queue A resource manager that allow access to transactional queues with optional persistence. 
 

Uses of NamedObject in org.mule
 

Subinterfaces of NamedObject in org.mule
 interface MuleCoreExtension
          Allows Mule modules and transports to extend core functionality in an application-independent fashion.
 

Classes in org.mule that implement NamedObject
 class AbstractAgent
          Implements common methods for all Agents.
 

Uses of NamedObject in org.mule.agent
 

Classes in org.mule.agent that implement NamedObject
 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
 

Uses of NamedObject in org.mule.api
 

Subinterfaces of NamedObject in org.mule.api
 interface EncryptionStrategy
          EncryptionStrategy can be used to provide different types of Encryption strategy objects.
 interface NameableObject
          Adds getName() and NameableObject.setName(java.lang.String) methods to an object
 

Uses of NamedObject in org.mule.api.agent
 

Subinterfaces of NamedObject in org.mule.api.agent
 interface Agent
          Agent is a server plugin that can be initialised, started and destroyed along with the MuleContext itself.
 

Uses of NamedObject in org.mule.api.construct
 

Subinterfaces of NamedObject in org.mule.api.construct
 interface FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 interface Pipeline
          A pipeline has an ordered list of MessageProcessor's that are invoked in order to processor new messages received from it's MessageSource
 

Uses of NamedObject in org.mule.api.endpoint
 

Subinterfaces of NamedObject in org.mule.api.endpoint
 interface ImmutableEndpoint
          ImmutableEndpoint describes a Message endpoint where data is sent or received.
 interface InboundEndpoint
           
 interface OutboundEndpoint
           
 

Uses of NamedObject in org.mule.api.expression
 

Subinterfaces of NamedObject in org.mule.api.expression
 interface ExpressionEnricher
          ExpressionEnricher enriches a message using the extensible mule expression framework allowing the contribution of additional enrichers.
 interface ExpressionEvaluator
          ExpressionEvaluator extracts a property from the message in a generic way.
 

Uses of NamedObject in org.mule.api.lifecycle
 

Subinterfaces of NamedObject in org.mule.api.lifecycle
 interface LifecyclePhase
          Encapsulates the notion of a lifecycle phase i.e.
 

Uses of NamedObject in org.mule.api.model
 

Subinterfaces of NamedObject in org.mule.api.model
 interface Model
          The Model encapsulates and manages the runtime behaviour of a Mule Server instance.
 

Uses of NamedObject in org.mule.api.processor
 

Subinterfaces of NamedObject in org.mule.api.processor
 interface MessageProcessorChain
           
 

Uses of NamedObject in org.mule.api.security
 

Subinterfaces of NamedObject in org.mule.api.security
 interface SecurityProvider
          SecurityProvider is a target security provider that actually does the work of authenticating credentials and populating the Authentication object.
 

Uses of NamedObject in org.mule.api.service
 

Subinterfaces of NamedObject in org.mule.api.service
 interface Service
          Service is the internal representation of a Mule Managed service.
 

Uses of NamedObject in org.mule.api.transformer
 

Subinterfaces of NamedObject in org.mule.api.transformer
 interface Converter
          Defines a Transformer that is a data type converters, ie: convert data from a type to another without modifying the meaning of the data.
 interface DiscoverableTransformer
          A interface to denote that a transformer is discoverable.
 interface MessageTransformer
          A transformer intended to transform Mule messages rather than arbitrary objects
 interface Transformer
          Transformer can be chained together to covert message payloads from one object type to another.
 

Uses of NamedObject in org.mule.api.transport
 

Subinterfaces of NamedObject in org.mule.api.transport
 interface Connector
          Connector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 

Uses of NamedObject in org.mule.client
 

Classes in org.mule.client that implement NamedObject
static class DefaultLocalMuleClient.MuleClientFlowConstruct
          Placeholder class which makes the default exception handler available.
 

Uses of NamedObject in org.mule.config.spring.factories
 

Classes in org.mule.config.spring.factories that implement NamedObject
 class AsyncMessageProcessorsFactoryBean
           
 

Uses of NamedObject in org.mule.config.support
 

Classes in org.mule.config.support that implement NamedObject
 class InheritedModel
          TODO
 

Uses of NamedObject in org.mule.config.transformer
 

Classes in org.mule.config.transformer that implement NamedObject
 class AnnotatedTransformerProxy
          Creates a Mule Transformer proxy around a transform method.
 

Uses of NamedObject in org.mule.construct
 

Classes in org.mule.construct that implement NamedObject
 class AbstractConfigurationPattern
          A template class for configuration patterns, which takes care of setting common message processors and optional transformers defined on the pattern.
 class AbstractFlowConstruct
          Abstract implementation of FlowConstruct that: Is constructed with unique name and MuleContext.
 class AbstractPipeline
          Abstract implementation of AbstractFlowConstruct that allows a list of AbstractPipeline.ProcessIfPipelineStartedMessageProcessors that will be used to process messages to be configured.
 class Bridge
          A simple bridge between a single inbound endpoint and a single outbound endpoint.
 class Flow
          This implementation of AbstractPipeline adds the following functionality: Rejects inbound events when Flow is not started Gathers statistics and processing time data Implements MessagePorcessor allowing direct invocation of the pipeline Supports the optional configuration of a ProcessingStrategy that determines how message processors are processed.
 class SimpleService
          In-out SOA-style simple service, with no outbound router.
 class Validator
           
 

Uses of NamedObject in org.mule.endpoint
 

Classes in org.mule.endpoint that implement NamedObject
 class AbstractEndpoint
          ImmutableMuleEndpoint describes a Provider in the Mule Server.
 class DefaultInboundEndpoint
           
 class DefaultOutboundEndpoint
           
 class DynamicOutboundEndpoint
          An Outbound endpoint who's URI is a template used to created new non dynamic endpoints based on the current message.
 class DynamicURIInboundEndpoint
          Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
 class DynamicURIOutboundEndpoint
          Allows EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
 

Uses of NamedObject in org.mule.endpoint.dynamic
 

Classes in org.mule.endpoint.dynamic that implement NamedObject
 class NullConnector
          A placeholder for a connector that has not been created yet.
 

Uses of NamedObject in org.mule.example.bookstore.transformers
 

Classes in org.mule.example.bookstore.transformers that implement NamedObject
 class AddBookResponse
          A call to addBook() returns a Long representing the number of books in the catalog.
 class HttpRequestToBook
          Transforms a Map of HttpRequest parameters into a Book object.
 class OrderToEmailTransformer
          Composes an e-mail notification message to be sent based on the Book Order.
 

Uses of NamedObject in org.mule.example.errorhandler
 

Classes in org.mule.example.errorhandler that implement NamedObject
 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 NamedObject in org.mule.example.geomail.transformers
 

Classes in org.mule.example.geomail.transformers that implement NamedObject
 class IPToSender
          TODO
 

Uses of NamedObject in org.mule.example.hello
 

Classes in org.mule.example.hello that implement NamedObject
 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 NamedObject in org.mule.example.loanbroker.transformers
 

Classes in org.mule.example.loanbroker.transformers that implement NamedObject
 class CreditProfileXmlToCreditProfile
           
 class LoanQuoteRequestToCreditProfileArgs
          Extracts the customer information from the request into an array of arguments used to invoke the Credit Agency MuleSession bean
 class RestRequestToCustomerRequest
          Converts parameters on the message into a CustomerQuoteRequest object
 

Uses of NamedObject in org.mule.example.notifications
 

Classes in org.mule.example.notifications that implement NamedObject
 class HeartbeatAgent
          A simple agent that fire HeartbeatNotification events at a given frequency to notify that the server is alive and well.
 

Uses of NamedObject in org.mule.example.scripting
 

Classes in org.mule.example.scripting that implement NamedObject
 class SimpleMathTransformer
          A simple transformer which adds/subtracts/multiplies/divides a constant factor to numeric messages.
 

Uses of NamedObject in org.mule.expression
 

Classes in org.mule.expression that implement NamedObject
 class AttachmentExpressionEnricher
           
 class BaseAttachmentExpressionEvaluator
           
 class EndpointInfoExpressionEvaluator
          Looks up information about a global endpoint
 class ExceptionTypeExpressionEvaluator
           
 class FunctionExpressionEvaluator
          This property extractor doesn't actually extract a property from the message, instead it allows for certain functions to be called and returns a result.
 class IllegalExpressionEvaluator
          Defines an ExpressionEvaluator that can never be evaluated.
 class MapPayloadExpressionEvaluator
          If the message payload is a map this extractor will look up the property value in the map
 class MessageAttachmentExpressionEvaluator
          Looks up an attachment with the given name.
 class MessageAttachmentsExpressionEvaluator
          Looks up the attachment(s) on the message using the expression given.
 class MessageAttachmentsListExpressionEvaluator
          Looks up the attachment(s) on the message using the expression given.
 class MessageExpressionEvaluator
          Returns properties on the MuleMessage itself.
 class MessageHeaderExpressionEnricher
           
 class MessageHeaderExpressionEvaluator
          Looks up the property on the message using the property name given.
 class MessageHeadersExpressionEvaluator
          Looks up the property on the message using the expression given.
 class MessageHeadersListExpressionEvaluator
          Looks up the property on the message using the expression given.
 class MessagePayloadExpressionEvaluator
          Returns the message payload.
 class MessageProcessorExpressionEvaluator
          Returns the message result of invoking the specified globally accessible message processor.
 class MuleContextExpressionEvaluator
          This property extractor exposes mule context information as expressions.
 class MuleExpressionEvaluator
          Deprecated. MuleExpressionEvaluator is a wrapper of the default expression evaluators which ends up redirecting to the DefaultExpressionManager evaluate method. It has been deprecated since it only provides one more way to accomplish the same result. Instead use the default expression evaluators, for example: #[mule:message.headers(foo, bar)] - replaced by #[headers:foo,bar] #[mule:message.attachments-list(attach1, attach2*)] - replaced by #[attachments-list:attach1,attach2*] #[mule:context.serviceName] - replaced by #[context:serviceName] Check the Expressions configuration reference for more examples of the default expression evaluators syntax.
 class OutboundAttachmentsExpressionEvaluator
          Creates a Map facade around a MuleMessage instance to allow access to outbound attachments from within components and transformers without the these objects needing access to the Mule Message
 class OutboundHeadersExpressionEvaluator
          Creates a Map facade around a MuleMessage instance to allow access to outbound headers from within components and transformers without the these objects needing access to the Mule Message
 class PayloadTypeExpressionEvaluator
           
 class RegexExpressionEvaluator
           
 class RegistryExpressionEvaluator
          Looks up information about objects in the Registry
 class StringExpressionEvaluator
          Will process an expression string that can contain other expressions
 class VariableExpressionEnricher
           
 class VariableExpressionEvaluator
          Looks up the variable on the message using the name given.
 class WilcardExpressionEvaluator
           
 

Uses of NamedObject in org.mule.expression.transformers
 

Classes in org.mule.expression.transformers that implement NamedObject
 class AbstractExpressionTransformer
          This transformer will evaluate one or more expressions on the current message and return the results as an Array.
 class BeanBuilderTransformer
          This transformer uses the returnClass to create the return object and then will populate the bean with arguments defined as expressions
 class ExpressionTransformer
          This transformer will evaluate one or more expressions on the current message and return the results as an Array.
 

Uses of NamedObject in org.mule.lifecycle.phases
 

Classes in org.mule.lifecycle.phases that implement NamedObject
 class ContainerManagedLifecyclePhase
          A container-managed lifecycle phase is called by the container itself.
 class DefaultLifecyclePhase
          Represents a configurable lifecycle phase.
 class MuleContextDisposePhase
          Objects are disposed of via the Registry since the Registry manages the creation/initialisation of the objects it must also take care of disposing them.
 class MuleContextInitialisePhase
          The MuleContextInitialisePhase defines the lifecycle behaviour when the Mule context is initialised.
 class MuleContextStartPhase
          The Start phase for the MuleContext.
 class MuleContextStopPhase
          The Stop phase for the Management context LifecycleManager.
 class NotInLifecyclePhase
          This lifecycle phase marks the 'pre-lifecycle' phase of an object.
 

Uses of NamedObject in org.mule.model
 

Classes in org.mule.model that implement NamedObject
 class AbstractModel
          MuleModel is the default implementation of the Model.
 

Uses of NamedObject in org.mule.model.seda
 

Classes in org.mule.model.seda that implement NamedObject
 class SedaModel
          A mule service service model that uses SEDA principals to achieve high throughput by Queuing events for components and processing them concurrently.
 class SedaService
          A Seda service runs inside a Seda Model and is responsible for managing a Seda Queue and thread pool for a Mule sevice service.
 

Uses of NamedObject in org.mule.module.atom.transformers
 

Classes in org.mule.module.atom.transformers that implement NamedObject
 class AtomEntryBuilderTransformer
           
 class BaseToOutputHandler
          Converts Abdera model elements which extend Base to OutputHandlers.
 class ObjectToFeed
          ObjectToInputStream converts serilaizable object to a input stream but treats java.lang.String differently by converting to bytes using the String.getBytes() method.
 

Uses of NamedObject in org.mule.module.bpm
 

Subinterfaces of NamedObject in org.mule.module.bpm
 interface BPMS
          A generic interface for any Process Engine.
 interface RulesEngine
          A generic interface for any Rules Engine.
 

Uses of NamedObject in org.mule.module.client.remoting
 

Classes in org.mule.module.client.remoting that implement NamedObject
 class RemoteDispatcherAgent
          RemoteDispatcherAgent manages the server endpoint that receives Admin and remote client requests
 

Uses of NamedObject in org.mule.module.drools
 

Classes in org.mule.module.drools that implement NamedObject
 class Drools
           
 

Uses of NamedObject in org.mule.module.ibeans.config
 

Classes in org.mule.module.ibeans.config that implement NamedObject
 class IBeanFlowConstruct
          This is an empty flow construct that is used to host an iBean as a component with one or more component bindings.
 class InvokeExpressionEvaluator
          TODO
 

Uses of NamedObject in org.mule.module.ibeans.spi.support
 

Classes in org.mule.module.ibeans.spi.support that implement NamedObject
 class CallOutboundEndpoint
           A dynamic outbound endpoint defined when using the Call annotation.
 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 Body, BodyParam or HeaderParam annotations on a method and allows a dynamic InboundEndpoint to be created.
protected static class DynamicRequestEndpoint.NullInboundEndpoint
           
 

Uses of NamedObject in org.mule.module.jaas
 

Classes in org.mule.module.jaas that implement NamedObject
 class JaasSimpleAuthenticationProvider
          This is the Provider for Mule's Jaas Security.
 

Uses of NamedObject in org.mule.module.jbpm
 

Classes in org.mule.module.jbpm that implement NamedObject
 class Jbpm
          An implementation of Mule's generic BPMS interface for JBoss jBPM.
 

Uses of NamedObject in org.mule.module.jca
 

Classes in org.mule.module.jca that implement NamedObject
 class JcaModel
          Creates a model suitable for Jca execution
 class JcaService
          JcaService Is the type of service used in Mule when embedded inside an app server using JCA.
 

Uses of NamedObject in org.mule.module.json
 

Classes in org.mule.module.json that implement NamedObject
 class JsonExpressionEvaluator
          An expression evaluator to allow users to define json expressions in their mule configuration, i.e.
 class JsonNodeExpressionEvaluator
          An JSON expression evaluator that returns JsonNode's instead of strings.
 

Uses of NamedObject in org.mule.module.json.transformers
 

Classes in org.mule.module.json.transformers that implement NamedObject
 class AbstractJsonTransformer
          TODO
 class AbstractToFromXmlTransformer
          Superclass for transformers that convert JSON to and from XML
 class JsonToObject
          A transformer that will convert a JSON encoded object graph to a java object.
 class JsonToXml
          Convert JSON to an XML document string
 class JsonXsltTransformer
          Convert Json to Json using XSLT
 class ObjectToJson
          Converts a java object to a JSON encoded object that can be consumed by other languages such as Javascript or Ruby.
 class XmlToJson
          Convert XML to a JSON string
 

Uses of NamedObject in org.mule.module.management.agent
 

Classes in org.mule.module.management.agent that implement NamedObject
 class DefaultJmxSupportAgent
           
 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.
 class YourKitProfilerAgent
           
 

Uses of NamedObject in org.mule.module.ognl.expression
 

Classes in org.mule.module.ognl.expression that implement NamedObject
 class OgnlExpressionEvaluator
          An expression evaluator that uses OGNL as the expression language
 

Uses of NamedObject in org.mule.module.pgp
 

Classes in org.mule.module.pgp that implement NamedObject
 class KeyBasedEncryptionStrategy
           
 class PGPSecurityProvider
           
 

Uses of NamedObject in org.mule.module.rss.transformers
 

Classes in org.mule.module.rss.transformers that implement NamedObject
 class ObjectToRssFeed
          Converts an RSS data representation into a SyndFeed object
 

Uses of NamedObject in org.mule.module.scripting.expression
 

Classes in org.mule.module.scripting.expression that implement NamedObject
 class AbstractScriptExpressionEvaluator
          An abstract ExpressionEvaluator that can be used for any JSR-233 script engine.
 class GroovyExpressionEvaluator
          An ExpressionEvaluator that allows the user to define Groovy expressions to extract data from the current message.
 

Uses of NamedObject in org.mule.module.scripting.transformer
 

Classes in org.mule.module.scripting.transformer that implement NamedObject
 class ScriptTransformer
          Runs a script to perform transformation on an object.
 

Uses of NamedObject in org.mule.module.spring.remoting
 

Classes in org.mule.module.spring.remoting that implement NamedObject
 class ObjectToRemoteInvocationResultTransformer
          Converts an Object to a Spring RemoteInvocationResult and then into a byte[].
 class ObjectToRemoteInvocationTransformer
          Transforms a byte[] into an ObjectInputStream and then into a Spring RemoteInvocation instance.
 

Uses of NamedObject in org.mule.module.spring.security
 

Classes in org.mule.module.spring.security that implement NamedObject
 class SpringProviderAdapter
          SpringProviderAdapter is a wrapper for a Spring Security provider to use with the SecurityManager
 

Uses of NamedObject in org.mule.module.ws.construct
 

Classes in org.mule.module.ws.construct that implement NamedObject
 class WSProxy
          This class is implemented to act as a Proxy for a Web Service.
 

Uses of NamedObject in org.mule.module.xml.expression
 

Classes in org.mule.module.xml.expression that implement NamedObject
 class AbstractXPathExpressionEvaluator
          Provides a base class for XPath property extractors.
 class BeanPayloadExpressionEvaluator
          TODO
 class JaxpXPathExpressionEvaluator
          Uses JAXP XPath processing to evaluate xpath expressions against Xml fragments and documents

Note that the JAXP Expression evaluator differs from the Mule XPATH evaluator slightly since you can set the JAXP return type as a prefix to the expression i.e.

 class JXPathExpressionEvaluator
          Deprecated. Developers should use xpath, bean or groovy instead of this expression evaluator since there are some quirks with JXPath and the performance is not good.
 class XPathBranchExpressionEvaluator
           
 class XPathExpressionEvaluator
          Will select the text of a single node based on the property name
 class XPathNodeExpressionEvaluator
          Will select the text of a single node based on the property name
 

Uses of NamedObject in org.mule.module.xml.transformer
 

Classes in org.mule.module.xml.transformer that implement NamedObject
 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 XmlPrettyPrinter
           
 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 XmlToOutputHandler
           
 class XmlToXMLStreamReader
           
 class XPathExtractor
          Simple transformer for using the JAXP XPath library to extract an XPath value from an XPath expression.
 class XQueryTransformer
          The XQuery Module gives users the ability to perform XQuery transformations on XML messages in Mule
 class XsltTransformer
          XsltTransformer performs an XSLT transform on a DOM (or other XML-ish) object.
 

Uses of NamedObject in org.mule.module.xml.transformer.jaxb
 

Classes in org.mule.module.xml.transformer.jaxb that implement NamedObject
 class JAXBMarshallerTransformer
          Allows marshaling of Java objects to XML using JAXB 2.
 class JAXBUnmarshallerTransformer
          Allows un-marshaling of XML generated by JAXB to a Java object graph.
 

Uses of NamedObject in org.mule.processor
 

Classes in org.mule.processor that implement NamedObject
 class NullMessageProcessor
           
 

Uses of NamedObject in org.mule.processor.chain
 

Classes in org.mule.processor.chain that implement NamedObject
 class AbstractMessageProcessorChain
          Builder needs to return a composite rather than the first MessageProcessor in the chain.
 class DefaultMessageProcessorChain
           
 class InterceptingChainLifecycleWrapper
          Builder needs to return a composite rather than the first MessageProcessor in the chain.
 class SimpleMessageProcessorChain
           
 

Uses of NamedObject in org.mule.routing.correlation
 

Classes in org.mule.routing.correlation that implement NamedObject
 class CorrelationPropertiesExpressionEvaluator
          CorrelationPropertiesExpressionEvaluator is a default implementation used for getting the Correlation information from a message.
 

Uses of NamedObject in org.mule.security
 

Classes in org.mule.security that implement NamedObject
 class AbstractJCEEncryptionStrategy
          A JCE based encryption strategy.
 class AbstractNamedEncryptionStrategy
           
 class AbstractSecurityProvider
           
 class PasswordBasedEncryptionStrategy
          Provides password-based encryption using JCE.
 class SecretKeyEncryptionStrategy
          SecretKey based encryption using JCE.
 

Uses of NamedObject in org.mule.service
 

Classes in org.mule.service that implement NamedObject
 class AbstractService
          A base implementation for all Services in Mule
 class PausePhase
          Defines a phase phase that will invoke the Pausable.pause() method on an object.
 class ResumePhase
          Resume phase happens only alfter a pause phase.
 

Uses of NamedObject in org.mule.tck.functional
 

Classes in org.mule.tck.functional that implement NamedObject
 class StringAppendTestTransformer
           
 

Uses of NamedObject in org.mule.tck.security
 

Classes in org.mule.tck.security that implement NamedObject
 class MockEncryptionStrategy
          Empty mock for tests
 class TestMultiuserSecurityProvider
          A security provider which holds authentications for multiple users concurrently.
 class TestSingleUserSecurityProvider
          A security provider which only authenticates a single user at a time (i.e., authentication of a new user overwrites the previous authentication).
 

Uses of NamedObject in org.mule.tck.transformer
 

Classes in org.mule.tck.transformer that implement NamedObject
 class NoActionTransformer
          NoActionTransformer doesn't do any transformation on the source object and returns the source as the result.
 class ValidateResponse
          Throws an exception if the message does not contain "success".
 

Uses of NamedObject in org.mule.transformer
 

Classes in org.mule.transformer that implement NamedObject
 class AbstractDiscoverableTransformer
           
 class AbstractMessageAwareTransformer
          Deprecated.  
 class AbstractMessageTransformer
          AbstractMessageTransformer is a transformer that has a reference to the current message.
 class AbstractTransformer
          AbstractTransformer is a base class for all transformers.
 class CompositeConverter
          Composes many converters to behave as a single one.
 class TransformerChain
          A referencable chain of transformers that can be used as a single transformer
 class TransformerTemplate
          TODO
 

Uses of NamedObject in org.mule.transformer.codec
 

Classes in org.mule.transformer.codec that implement NamedObject
 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 NamedObject in org.mule.transformer.compression
 

Classes in org.mule.transformer.compression that implement NamedObject
 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 will uncompress a byte[] or InputStream
 

Uses of NamedObject in org.mule.transformer.encryption
 

Classes in org.mule.transformer.encryption that implement NamedObject
 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 NamedObject in org.mule.transformer.simple
 

Classes in org.mule.transformer.simple that implement NamedObject
 class AbstractAddVariablePropertyTransformer
           
 class AbstractRemoveVariablePropertyTransformer
           
 class AddAttachmentTransformer
           
 class AddFlowVariableTransformer
           
 class AddPropertyTransformer
           
 class AddSessionVariableTransformer
           
 class AutoTransformer
          A transformer that uses the transform discovery mechanism to convert the message payload.
 class BeanToMap
          Conversts a simple bean object to a Map.
 class ByteArrayToHexString
          Converts a Byte array to a Hex String.
 class ByteArrayToMuleMessage
          TODO
 class ByteArrayToObject
          ByteArrayToObject works in the same way as ByteArrayToSerializable but checks if the byte array is a serialised object and if not will return a String created from the bytes as the returnType on the transformer.
 class ByteArrayToSerializable
          ByteArrayToSerializable converts a serialized object to its object representation
 class CopyAttachmentsTransformer
           
 class CopyPropertiesTransformer
           
 class DataHandlerToInputStreamTransformer
           
 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 MapToBean
          Creates and object of type AbstractTransformer.getReturnClass() and populates values of a Map as bean properties on the object.
 class MessagePropertiesTransformer
           A configurable message transformer that allows users to add, overwrite, rename and delete properties on the current message.
 class MuleMessageToByteArray
          TODO
 class NumberToString
          NumberToString converts a Number to a String.
 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 ObjectToInputStream
          ObjectToInputStream converts Serializable objects to an InputStream but treats java.lang.String, byte[] and org.mule.api.transport.OutputHandler differently by using their byte[] content rather thqn Serializing them.
 class ObjectToOutputHandler
          ObjectToOutputHandler converts a byte array into a String.
 class ObjectToString
          ObjectToString transformer is useful for debugging.
 class ParseTemplateTransformer
          Loads a template and parses its content to resolve expressions.
 class PropertyEditorTextToValueTransformer
          PropertyEditorTextToValueTransformer adapts a PropertyEditor instance allowing it to be used to transform from a String to another type in Mule
 class PropertyEditorValueToTextTransformer
          PropertyEditorValueToTextTransformer adapts a PropertyEditor instance allowing it to be used to transform from a specific type to a String.
 class RemoveAttachmentTransformer
           
 class RemoveFlowVariableTransformer
           
 class RemovePropertyTransformer
           
 class RemoveSessionVariableTransformer
           
 class SerializableToByteArray
          SerializableToByteArray converts a serializable object or a String to a byte array.
 class SetPayloadTransformer
          Transformer that modifies the payload of the message according to the provided value.
 class StringAppendTransformer
           
 class StringToBoolean
          ByteArrayToSerializable converts a serialized object to its object representation
 class StringToNumber
          StringToNumber converts a String to a Number.
 class StringToObjectArray
          StringToObjectArray converts a String into an object array.
 

Uses of NamedObject in org.mule.transport
 

Classes in org.mule.transport that implement NamedObject
 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 NamedObject in org.mule.transport.ajax.container
 

Classes in org.mule.transport.ajax.container that implement NamedObject
 class AjaxServletConnector
          A servlet connector that binds to the container and makes a configured Bayeux available to dispatchers and receivers.
 

Uses of NamedObject in org.mule.transport.ajax.embedded
 

Classes in org.mule.transport.ajax.embedded that implement NamedObject
 class AjaxConnector
          Creates an 'embedded' Ajax server using Jetty and allows Mule to receiver and send events to browsers.
 

Uses of NamedObject in org.mule.transport.ejb
 

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

Uses of NamedObject in org.mule.transport.email
 

Classes in org.mule.transport.email that implement NamedObject
 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 GmailSmtpConnector
          This class just sets some extra SMTP properties so it works with GMail.
 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 NamedObject in org.mule.transport.email.transformers
 

Classes in org.mule.transport.email.transformers that implement NamedObject
 class EmailMessageToString
          EmailMessageToString extracts the text body of java mail Message and returns a string.
 class MimeMessageToRfc822ByteArray
           
 class ObjectToMimeMessage
          Transforms a Message to a MuleMessage, 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 NamedObject in org.mule.transport.file
 

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

Uses of NamedObject in org.mule.transport.file.transformers
 

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

Uses of NamedObject in org.mule.transport.ftp
 

Classes in org.mule.transport.ftp that implement NamedObject
 class FtpConnector
           
 

Uses of NamedObject in org.mule.transport.http
 

Classes in org.mule.transport.http that implement NamedObject
 class HttpConnector
          HttpConnector provides a way of receiving and sending http requests and responses.
 class HttpPollingConnector
          The HttpPollingConnectors allows for inbound Http endpoints to be configured with an address which it shall use to poll for a result.
 class HttpsConnector
          HttpsConnector provides Secure http connectivity on top of what is already provided with the Mule HttpConnector.
 class HttpsPollingConnector
          HttpsPollingConnector provides Secure http connectivity on top of what is already provided with the Mule HttpPollingConnector.
 

Uses of NamedObject in org.mule.transport.http.construct
 

Classes in org.mule.transport.http.construct that implement NamedObject
 class HttpProxy
          A simple HTTP proxy that supports transformation and caching.
 

Uses of NamedObject in org.mule.transport.http.servlet
 

Classes in org.mule.transport.http.servlet that implement NamedObject
 class ServletTransformer
          THIS CLASS IS UNSUPPORTED AND THE IMPLEMENTATION DOES NOT CONFORM TO THE SERVLET SPECIFICATION! With that said, it can be used to make integration with libraries that only support servlets easier.
 

Uses of NamedObject in org.mule.transport.http.transformers
 

Classes in org.mule.transport.http.transformers that implement NamedObject
 class FormTransformer
          Converts HTML forms POSTs into a Map of parameters.
 class HttpClientMethodResponseToObject
          HttpClientMethodResponseToObject transforms a http client response to a DefaultMuleMessage.
 class HttpRequestBodyToParamMap
           
 class HttpResponseToString
          Converts an Http Response object to String.
 class MuleMessageToHttpResponse
          Converts a MuleMessage into an Http response.
 class ObjectToHttpClientMethodRequest
          ObjectToHttpClientMethodRequest transforms a MuleMessage into a HttpClient HttpMethod that represents an HttpRequest.
 class ServletRequestToOutputHandler
          Adds support for converting a HttpServletRequest into an OutputHandler
 

Uses of NamedObject in org.mule.transport.jdbc
 

Classes in org.mule.transport.jdbc that implement NamedObject
 class JdbcConnector
           
 

Uses of NamedObject in org.mule.transport.jms
 

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

Uses of NamedObject in org.mule.transport.jms.activemq
 

Classes in org.mule.transport.jms.activemq that implement NamedObject
 class ActiveMQJmsConnector
          ActiveMQ 4.x-specific JMS connector.
 class ActiveMQXAJmsConnector
           
 

Uses of NamedObject in org.mule.transport.jms.mulemq
 

Classes in org.mule.transport.jms.mulemq that implement NamedObject
 class MuleMQJmsConnector
           
 class MuleMQXAJmsConnector
           
 

Uses of NamedObject in org.mule.transport.jms.transformers
 

Classes in org.mule.transport.jms.transformers that implement NamedObject
 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 NamedObject in org.mule.transport.jms.weblogic
 

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

Uses of NamedObject in org.mule.transport.jms.websphere
 

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

Uses of NamedObject in org.mule.transport.jnp
 

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

Uses of NamedObject in org.mule.transport.multicast
 

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

Uses of NamedObject in org.mule.transport.polling
 

Classes in org.mule.transport.polling that implement NamedObject
 class MessageProcessorPollingConnector
           
 

Uses of NamedObject in org.mule.transport.quartz
 

Classes in org.mule.transport.quartz that implement NamedObject
 class QuartzConnector
          Creates a connection to a Quartz scheduler.
 

Uses of NamedObject in org.mule.transport.quartz.config
 

Classes in org.mule.transport.quartz.config that implement NamedObject
 class ScheduleConfigBuilder
          TODO
 

Uses of NamedObject in org.mule.transport.rmi
 

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

Uses of NamedObject in org.mule.transport.servlet
 

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

Uses of NamedObject in org.mule.transport.servlet.jetty
 

Classes in org.mule.transport.servlet.jetty that implement NamedObject
 class JettyHttpConnector
          The JettyConnector can be using to embed a Jetty server to receive requests on an http inound endpoint.
 class JettyHttpsConnector
          The JettyHttpsConnector can be using to embed a Jetty server to receive requests on an http inbound endpoint.
 class JettyWebappServerAgent
          A 'proxy' agent that displays info about any webapps deployed together with their entry-point url.
 

Uses of NamedObject in org.mule.transport.servlet.transformers
 

Classes in org.mule.transport.servlet.transformers that implement NamedObject
 class HttpRequestToByteArray
          Converts an HttpServletRequest into an array of bytes by extracting the payload of the request.
 class HttpRequestToInputStream
          Converts a HttpServletRequest into an InputStream.
 class HttpRequestToParameter
           
 class HttpRequestToParameterMap
          Returns a simple Map of the parameters sent with the HTTP Request.
 

Uses of NamedObject in org.mule.transport.sftp
 

Classes in org.mule.transport.sftp that implement NamedObject
 class SftpConnector
          SftpConnector sends and receives file messages over sftp using jsch library Improves on SFTP with VFS Connector in the following ways: 1.
 

Uses of NamedObject in org.mule.transport.sftp.transformers
 

Classes in org.mule.transport.sftp.transformers that implement NamedObject
 class InputStreamToByteArray
          TODO
 

Uses of NamedObject in org.mule.transport.soap.axis
 

Classes in org.mule.transport.soap.axis that implement NamedObject
 class AxisConnector
          AxisConnector is used to maintain one or more Services for Axis server instance.
 

Uses of NamedObject in org.mule.transport.soap.axis.wsdl
 

Classes in org.mule.transport.soap.axis.wsdl that implement NamedObject
 class AxisWsdlConnector
          TODO document
 

Uses of NamedObject in org.mule.transport.ssl
 

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

Uses of NamedObject in org.mule.transport.stdio
 

Classes in org.mule.transport.stdio that implement NamedObject
 class PromptStdioConnector
          PromptStdioConnector connects to the System streams in and out by default and add some basic fuctionality for writing out prompt messages.
 class StdioConnector
          StdioConnector can send and receive Mule events over IO streams.
 

Uses of NamedObject in org.mule.transport.tcp
 

Classes in org.mule.transport.tcp that implement NamedObject
 class PollingTcpConnector
          PollingTcpMessageReceiver acts as a polling TCP connector.
 class TcpConnector
          TcpConnector can bind or sent to a given TCP port on a given host.
 

Uses of NamedObject in org.mule.transport.udp
 

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

Uses of NamedObject in org.mule.transport.vm
 

Classes in org.mule.transport.vm that implement NamedObject
 class VMConnector
          VMConnector A simple endpoint wrapper to allow a Mule service to

be accessed from an endpoint

 

Uses of NamedObject in org.mule.transport.xmpp
 

Classes in org.mule.transport.xmpp that implement NamedObject
 class XmppConnector
          XmppConnector represents a connection to a Jabber server.
 

Uses of NamedObject in org.mule.transport.xmpp.transformers
 

Classes in org.mule.transport.xmpp.transformers that implement NamedObject
 class ObjectToXmppPacket
          Creates an Xmpp message packet from a MuleMessage
 class XmppPacketToObject
           
 

Uses of NamedObject in org.mule.util.counters
 

Subinterfaces of NamedObject in org.mule.util.counters
 interface Counter
          This interface is the interface implemented for all counter types.
 

Uses of NamedObject in org.mule.util.counters.impl
 

Classes in org.mule.util.counters.impl that implement NamedObject
 class AbstractCounter
           
 class AggregateCounter
           
 class Average
           
 class Delta
           
 class InstantRate
           
 class Max
           
 class Min
           
 class Number
           
 class Operator
           
 class RatePerUnit
           
 class Sum
           
 class TimeAverage
           
 

Uses of NamedObject in org.mule.util.queue
 

Subinterfaces of NamedObject in org.mule.util.queue
 interface Queue
          Queue TODO
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.