org.apache.servicemix.bean.support
Class DestinationImpl

java.lang.Object
  extended by org.apache.servicemix.bean.support.DestinationImpl
All Implemented Interfaces:
Destination

public class DestinationImpl
extends Object
implements Destination


Constructor Summary
DestinationImpl(String uri, BeanEndpoint endpoint)
           
 
Method Summary
 javax.jbi.messaging.NormalizedMessage createMessage()
           
 Future<javax.jbi.messaging.NormalizedMessage> send(javax.jbi.messaging.NormalizedMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestinationImpl

public DestinationImpl(String uri,
                       BeanEndpoint endpoint)
Method Detail

createMessage

public javax.jbi.messaging.NormalizedMessage createMessage()
Specified by:
createMessage in interface Destination

send

public Future<javax.jbi.messaging.NormalizedMessage> send(javax.jbi.messaging.NormalizedMessage message)
Specified by:
send in interface Destination


Copyright © 2010 FuseSource. All Rights Reserved.