org.mule.routing.nested
Class NestedRouter
java.lang.Object
org.mule.routing.AbstractRouter
org.mule.routing.nested.NestedRouter
- All Implemented Interfaces:
- UMONestedRouter, UMORouter
public class NestedRouter
- extends AbstractRouter
- implements UMONestedRouter
logger
protected static Log logger
outboundRouter
protected UMOOutboundRouter outboundRouter
NestedRouter
public NestedRouter()
route
public UMOMessage route(UMOEvent event)
throws MessagingException
- Specified by:
route
in interface UMONestedRouter
- Throws:
MessagingException
setInterface
public void setInterface(Class interfaceClass)
- Specified by:
setInterface
in interface UMONestedRouter
getInterface
public Class getInterface()
- Specified by:
getInterface
in interface UMONestedRouter
getMethod
public String getMethod()
- Specified by:
getMethod
in interface UMONestedRouter
setMethod
public void setMethod(String methodName)
- Specified by:
setMethod
in interface UMONestedRouter
createProxy
public Object createProxy(Object target)
- Description copied from interface:
UMONestedRouter
- This wires the dynamic proxy to the service object.
- Specified by:
createProxy
in interface UMONestedRouter
getEndpoint
public UMOEndpoint getEndpoint()
- Specified by:
getEndpoint
in interface UMONestedRouter
setEndpoint
public void setEndpoint(UMOEndpoint e)
- Specified by:
setEndpoint
in interface UMONestedRouter
getInterfaceClass
public Class getInterfaceClass()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.