Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.mule

Interface Summary
Application Application is a strategy class which can be implemented to do some application specific work when the MuleManager is initialising.
MuleConstants MulePropertyConstants contains any global, Mule specific constants This is more than likely a temporary class that will be removed in favour of having all constants contained in the classes that use them.
 

Class Summary
MuleConfiguration MuleConfiguration holds the runtime configuration specific to the MuleManager.
MuleManager MuleManager maintains and provides services for a Mule instance.
MuleManagerServlet MuleManagerServlet is a simple servlet that initialises mule in a servlet engine
MuleServer MuleServer is a simple application that represents a local Mule Server deamon.
 

Exception Summary
MuleException MuleException Is the base exception type for the Mule application any other exceptions thrown by Mule code will be based on this exception
MuleRuntimeException MuleRuntimeException Is the base runtime exception type for the Mule Server any other runtimes exceptions thrown by Mule code will use or be based on this exception.