org.apache.servicemix.bean.support
Class Request
java.lang.Object
org.apache.servicemix.bean.support.Request
public class Request
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Request
public Request()
Request
public Request(Object bean,
MessageExchange exchange)
getBean
public Object getBean()
- Returns:
- the bean
setBean
public void setBean(Object bean)
- Parameters:
bean - the bean to set
getExchange
public MessageExchange getExchange()
- Returns:
- the exchange
setExchange
public void setExchange(MessageExchange exchange)
- Parameters:
exchange - the exchange to set
addSentExchange
public void addSentExchange(String id)
- Parameters:
id - the id of the exchange sent
getCallbacks
public Map<Method,Boolean> getCallbacks()
- Returns:
- the callbacks
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.