org.apache.servicemix.nmr.examples.nmr.endpoint
Class EchoEndpoint

java.lang.Object
  extended by org.apache.servicemix.nmr.examples.nmr.endpoint.EchoEndpoint
All Implemented Interfaces:
org.apache.servicemix.nmr.api.Endpoint

public class EchoEndpoint
extends java.lang.Object
implements org.apache.servicemix.nmr.api.Endpoint


Field Summary
 
Fields inherited from interface org.apache.servicemix.nmr.api.Endpoint
CHANNEL_SYNC_DELIVERY, ENDPOINT_NAME, INTERFACE_NAME, NAME, RUN_AS_SUBJECT, SERVICE_NAME, UNTARGETABLE, VERSION, WSDL_URL
 
Constructor Summary
EchoEndpoint()
           
 
Method Summary
 void process(org.apache.servicemix.nmr.api.Exchange exchange)
           
 void setChannel(org.apache.servicemix.nmr.api.Channel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoEndpoint

public EchoEndpoint()
Method Detail

process

public void process(org.apache.servicemix.nmr.api.Exchange exchange)
Specified by:
process in interface org.apache.servicemix.nmr.api.Endpoint

setChannel

public void setChannel(org.apache.servicemix.nmr.api.Channel channel)
Specified by:
setChannel in interface org.apache.servicemix.nmr.api.Endpoint


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.