|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
UMODescriptor
describes all the properties for a Mule UMO. New Mule UMOs
can be initialised as needed from their descriptor.
Method Summary | |
UMOExceptionStrategy |
getExceptionStrategy()
The exception strategy to use to handle exceptions in the Mule UMO. |
java.lang.Object |
getImplementation()
String used to instansiate the object, this can be a class name or a reference to an object in a container |
java.lang.Class |
getImplementationClass()
Class used to instansiate the object, this can be a class name or a reference to an object in a container |
UMOEndpoint |
getInboundEndpoint()
The inbound Provider to use when receiveing an event. |
UMOInboundMessageRouter |
getInboundRouter()
Inbound Routers control how events are received by a component. |
UMOTransformer |
getInboundTransformer()
The transformer to use when receiving events or data. |
java.util.List |
getInterceptors()
Retuens a list of interceptor objects that will be executed before/after the Mule UMO has executed |
java.lang.String |
getName()
Gets the identifier for the Mule UMO created from the descriptor |
UMOEndpoint |
getOutboundEndpoint()
The outbound Provider to use when sending an event. |
UMOOutboundMessageRouter |
getOutboundRouter()
Outbound Routers control how events are published by a component once. |
UMOTransformer |
getOutboundTransformer()
The transformer to use when sending events or data. |
java.util.HashMap |
getProperties()
Returns any properties configured on this descriptor. |
UMOResponseMessageRouter |
getResponseRouter()
Response Routers control how events are returned in a request/response call. |
java.lang.String |
getVersion()
The version on the Mule UMO. |
Method Detail |
public UMOExceptionStrategy getExceptionStrategy()
public UMOEndpoint getInboundEndpoint()
UMOEndpoint
public java.lang.String getName()
public UMOEndpoint getOutboundEndpoint()
UMOEndpoint
public java.util.HashMap getProperties()
public java.util.List getInterceptors()
public java.lang.String getVersion()
public java.lang.Object getImplementation()
public java.lang.Class getImplementationClass() throws UMOException
UMOException
public UMOInboundMessageRouter getInboundRouter()
UMOInboundMessageRouter
public UMOOutboundMessageRouter getOutboundRouter()
UMOOutboundMessageRouter
public UMOResponseMessageRouter getResponseRouter()
UMOResponseMessageRouter
public UMOTransformer getInboundTransformer()
public UMOTransformer getOutboundTransformer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |