org.mule.client
Class DefaultLocalMuleClient.MuleClientFlowConstruct
java.lang.Object
org.mule.client.DefaultLocalMuleClient.MuleClientFlowConstruct
- All Implemented Interfaces:
- FlowConstruct, LifecycleStateEnabled
- Enclosing class:
- DefaultLocalMuleClient
public static class DefaultLocalMuleClient.MuleClientFlowConstruct
- extends java.lang.Object
- implements FlowConstruct
Placeholder class which makes the default exception handler available.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLocalMuleClient.MuleClientFlowConstruct
public DefaultLocalMuleClient.MuleClientFlowConstruct(MuleContext muleContext)
getName
public java.lang.String getName()
- Specified by:
getName
in interface FlowConstruct
- Returns:
- The name which identifies this flow construct which is unique in
MuleConext registry
getExceptionListener
public MessagingExceptionHandler getExceptionListener()
- Specified by:
getExceptionListener
in interface FlowConstruct
- Returns:
- The exception listener that will be used to handle exceptions that may
be thrown at different points during the message flow defined by this
construct.
getLifecycleState
public LifecycleState getLifecycleState()
- Specified by:
getLifecycleState
in interface LifecycleStateEnabled
getStatistics
public FlowConstructStatistics getStatistics()
- Specified by:
getStatistics
in interface FlowConstruct
- Returns:
- The statistics holder used by this flow construct to keep track of its
activity.
getMuleContext
public MuleContext getMuleContext()
- Specified by:
getMuleContext
in interface FlowConstruct
getMessageInfoMapping
public MessageInfoMapping getMessageInfoMapping()
- Specified by:
getMessageInfoMapping
in interface FlowConstruct
- Returns:
- This implementation of
MessageInfoMapping
used to control how
Important message information is pulled from the current message.
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.