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
 NormalizedMessage createMessage()
           
 Future<NormalizedMessage> send(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 NormalizedMessage createMessage()
Specified by:
createMessage in interface Destination

send

public Future<NormalizedMessage> send(NormalizedMessage message)
Specified by:
send in interface Destination


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.