Uses of Package
org.mule.api.construct

Packages that use org.mule.api.construct
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
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.callback   
org.mule.api.component   
org.mule.api.construct   
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.registry   
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
org.mule.api.service   
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.client   
org.mule.component   
org.mule.component.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.config.dsl.routers   
org.mule.config.spring.factories   
org.mule.config.spring.util   
org.mule.construct   
org.mule.construct.processor   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.devkit.processor   
org.mule.el.mvel   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.enricher   
org.mule.example.loanbroker.routers   
org.mule.example.notifications   
org.mule.exception   
org.mule.execution   
org.mule.interceptor   
org.mule.model.seda   
org.mule.module.atom   
org.mule.module.bpm   
org.mule.module.cxf   
org.mule.module.cxf.builder   
org.mule.module.cxf.component   
org.mule.module.cxf.config   
org.mule.module.jersey   
org.mule.module.scripting.component Base classes for script based components such as BeanShell or Groovy. 
org.mule.module.sxc   
org.mule.module.ws.construct   
org.mule.object   
org.mule.processor   
org.mule.processor.chain   
org.mule.registry   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.requestreply   
org.mule.security.oauth   
org.mule.security.oauth.callback   
org.mule.security.oauth.processor   
org.mule.service   
org.mule.service.processor   
org.mule.session   
org.mule.source   
org.mule.streaming.processor   
org.mule.tck   
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.ajax   
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.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.transport.ftp   
org.mule.transport.http Provides http transport including proxy support. 
org.mule.transport.http.components   
org.mule.transport.http.construct   
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.redelivery   
org.mule.transport.jms.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.transport.multicast IP multicast connectivity for Mule
org.mule.transport.polling   
org.mule.transport.quartz   
org.mule.transport.rmi   
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.transport.servlet   
org.mule.transport.servlet.jetty   
org.mule.transport.sftp   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
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   
 

Classes in org.mule.api.construct used by org.mule
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.api
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.api.callback
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.api.component
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.api.construct
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
MessageProcessorPathResolver
          This class handles the resolution of a Processor Path for a given MessageProcessor
 

Classes in org.mule.api.construct used by org.mule.api.endpoint
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.api.registry
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.api.routing
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.api.service
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.api.transport
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.client
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.component
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.component.simple
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.config.dsl.routers
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.config.spring.factories
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.config.spring.util
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.construct
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructInvalidException
           
MessageProcessorPathResolver
          This class handles the resolution of a Processor Path for a given MessageProcessor
Pipeline
          A pipeline has an ordered list of MessageProcessor's that are invoked in order to processor new messages received from it's MessageSource
 

Classes in org.mule.api.construct used by org.mule.construct.processor
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

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

Classes in org.mule.api.construct used by org.mule.devkit.processor
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.el.mvel
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.endpoint
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.enricher
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.example.loanbroker.routers
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.example.notifications
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.exception
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.execution
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.interceptor
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.model.seda
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.module.atom
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.module.bpm
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.module.cxf
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.module.cxf.builder
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.module.cxf.component
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.module.cxf.config
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.module.jersey
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.module.scripting.component
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.module.sxc
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.module.ws.construct
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructInvalidException
           
MessageProcessorPathResolver
          This class handles the resolution of a Processor Path for a given MessageProcessor
Pipeline
          A pipeline has an ordered list of MessageProcessor's that are invoked in order to processor new messages received from it's MessageSource
 

Classes in org.mule.api.construct used by org.mule.object
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.processor
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.processor.chain
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.registry
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.routing
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.routing.outbound
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.routing.requestreply
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.security.oauth
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.security.oauth.callback
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.security.oauth.processor
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.service
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.service.processor
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.session
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.source
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.streaming.processor
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.tck
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.tck.functional
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.transport
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.ajax
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.ajax.container
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.ajax.embedded
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.ejb
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.email
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.file
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.ftp
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.http
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.http.components
FlowConstructAware
          Implemented by objects that require the FlowConstruct to be injected.
 

Classes in org.mule.api.construct used by org.mule.transport.http.construct
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
FlowConstructInvalidException
           
MessageProcessorPathResolver
          This class handles the resolution of a Processor Path for a given MessageProcessor
Pipeline
          A pipeline has an ordered list of MessageProcessor's that are invoked in order to processor new messages received from it's MessageSource
 

Classes in org.mule.api.construct used by org.mule.transport.jdbc
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.jms
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.jms.redelivery
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.jms.websphere
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.multicast
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.polling
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.quartz
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.rmi
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.service
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.servlet
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.servlet.jetty
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.sftp
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.soap.axis
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.ssl
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.stdio
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.tcp
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.udp
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.vm
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 

Classes in org.mule.api.construct used by org.mule.transport.xmpp
FlowConstruct
          A uniquely identified FlowConstruct that once implemented and configured defines a construct through which messages are processed using MessageSource and MessageProcessor building blocks.
 



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