Package | Description |
---|---|
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.registry | |
org.mule.config.spring |
Support claases for Load Mule from Spring.
|
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.registry |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMuleContext.setQueueManager(QueueManager queueManager) |
void |
DefaultMuleContext.setSecurityManager(SecurityManager securityManager)
Sets the security manager used by this Mule instance to authenticate and
authorise incoming and outgoing event traffic and service invocations
|
void |
DefaultMuleContext.setTransactionManager(TransactionManager manager)
Sets the Jta Transaction Manager to use with this Mule server instance
|
Modifier and Type | Method and Description |
---|---|
void |
MuleContext.setQueueManager(QueueManager queueManager)
Sets the queue manager used by mule for queuing events.
|
void |
MuleContext.setSecurityManager(SecurityManager securityManager)
Sets the security manager used by this Mule instance to authenticate and
authorise incoming and outgoing event traffic and service invocations
|
Modifier and Type | Method and Description |
---|---|
Object |
Registry.lookupObject(Class type)
Look up a single object by type.
|
Object |
Registry.lookupObject(Class type,
int scope)
Look up a single object by type.
|
void |
Registry.registerObject(String key,
Object value) |
void |
Registry.registerObject(String key,
Object value,
Object metadata) |
void |
Registry.registerObjects(Map objects) |
Modifier and Type | Method and Description |
---|---|
protected void |
SpringRegistry.doRegisterObject(String key,
Object value,
Object metadata) |
void |
SpringRegistry.registerObjects(Map objects) |
Modifier and Type | Method and Description |
---|---|
protected ImmutableEndpoint |
DefaultEndpointFactory.registerEndpoint(ImmutableEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransientRegistry.doRegisterObject(String key,
Object value)
Allows for arbitary registration of transient objects
|
protected void |
TransientRegistry.doRegisterObject(String key,
Object object,
Object metadata)
Allows for arbitary registration of transient objects
|
protected abstract void |
AbstractRegistry.doRegisterObject(String key,
Object value,
Object metadata) |
Object |
AbstractRegistry.lookupObject(Class type) |
Object |
AbstractRegistry.lookupObject(Class type,
int scope)
Look up a single object by type.
|
void |
AbstractRegistry.registerObject(String key,
Object value) |
void |
AbstractRegistry.registerObject(String key,
Object value,
Object metadata) |
void |
TransientRegistry.registerObjects(Map objects) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.