Uses of Class
org.mule.api.lifecycle.CreateException

Packages that use CreateException
org.mule.api.security.tls This package contains classes to support TLS/SSL configuration and socket creation. 
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.polling   
 

Uses of CreateException in org.mule.api.security.tls
 

Methods in org.mule.api.security.tls that throw CreateException
 void TlsConfiguration.initialise(boolean anon, String namespace)
           
 

Uses of CreateException in org.mule.api.transport
 

Methods in org.mule.api.transport that throw CreateException
 MuleMessageFactory Connector.createMuleMessageFactory()
          Creates a new MuleMessageFactory using what's defined in the connector's transport service descriptor.
 

Uses of CreateException in org.mule.transport
 

Methods in org.mule.transport that throw CreateException
 MuleMessageFactory AbstractConnector.createMuleMessageFactory()
           Create a MuleMessageFactory from this connector's configuration, typically through the transport descriptor.
protected  MuleMessageFactory AbstractTransportMessageHandler.createMuleMessageFactory()
          This method uses the connector's createMuleMessageFactory method to create a new MuleMessageFactory.
 MuleMessageFactory AbstractConnector.getMuleMessageFactory()
          The connector creates a MuleMessageFactory lazily and holds a reference to it for others to use.
 

Constructors in org.mule.transport that throw CreateException
AbstractMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
          Creates the Message Receiver
AbstractPollingMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
TransactedPollingMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
TransactedPollingMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, long frequency)
          Deprecated. please use TransactedPollingMessageReceiver.TransactedPollingMessageReceiver(Connector, FlowConstruct, InboundEndpoint) instead
 

Uses of CreateException in org.mule.transport.polling
 

Constructors in org.mule.transport.polling that throw CreateException
MessageProcessorPollingMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 



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