Uses of Interface
org.mule.api.NameableObject

Packages that use NameableObject
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.agent   
org.mule.api.expression   
org.mule.api.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
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.config.support   
org.mule.endpoint.dynamic   
org.mule.expression   
org.mule.expression.transformers   
org.mule.model   
org.mule.model.seda   
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.service   
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.polling   
 

Uses of NameableObject in org.mule
 

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

Uses of NameableObject in org.mule.agent
 

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

Subinterfaces of NameableObject 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 NameableObject in org.mule.api.expression
 

Subinterfaces of NameableObject in org.mule.api.expression
 interface ExpressionEnricher
          ExpressionEnricher enriches a message using the extensible mule expression framework allowing the contribution of additional enrichers.
 

Uses of NameableObject in org.mule.api.model
 

Subinterfaces of NameableObject in org.mule.api.model
 interface Model
          Deprecated. 
 

Uses of NameableObject in org.mule.api.security
 

Subinterfaces of NameableObject 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 NameableObject in org.mule.api.service
 

Subinterfaces of NameableObject in org.mule.api.service
 interface Service
          Deprecated. 
 

Uses of NameableObject in org.mule.api.transformer
 

Subinterfaces of NameableObject 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 NameableObject in org.mule.api.transport
 

Subinterfaces of NameableObject 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 NameableObject in org.mule.config.support
 

Classes in org.mule.config.support that implement NameableObject
 class InheritedModel
          Deprecated. 
 

Uses of NameableObject in org.mule.endpoint.dynamic
 

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

Uses of NameableObject in org.mule.expression
 

Classes in org.mule.expression that implement NameableObject
 class AttachmentExpressionEnricher
           
 class MessageHeaderExpressionEnricher
           
 class VariableExpressionEnricher
           
 

Uses of NameableObject in org.mule.expression.transformers
 

Classes in org.mule.expression.transformers that implement NameableObject
 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 NameableObject in org.mule.model
 

Classes in org.mule.model that implement NameableObject
 class AbstractModel
          Deprecated. 
 

Uses of NameableObject in org.mule.model.seda
 

Classes in org.mule.model.seda that implement NameableObject
 class SedaModel
          Deprecated. 
 class SedaService
          Deprecated. 
 

Uses of NameableObject in org.mule.security
 

Classes in org.mule.security that implement NameableObject
 class AbstractSecurityProvider
           
 

Uses of NameableObject in org.mule.service
 

Classes in org.mule.service that implement NameableObject
 class AbstractService
          Deprecated. 
 

Uses of NameableObject in org.mule.transformer
 

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

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

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

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

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

Classes in org.mule.transport that implement NameableObject
 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 NameableObject in org.mule.transport.polling
 

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



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