Class EchoService
- java.lang.Object
 - 
- org.opendaylight.openflowplugin.impl.services.AbstractService<I,O>
 - 
- org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<EchoInputBuilder,EchoOutput>
 - 
- org.opendaylight.openflowplugin.impl.services.EchoService
 
 
 
 
- 
public class EchoService extends AbstractSimpleService<EchoInputBuilder,EchoOutput>
 
- 
- 
Constructor Summary
Constructors Constructor Description EchoService(RequestContextStack requestContextStack, DeviceContext deviceContext) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OfHeaderbuildRequest(Xid xid, EchoInputBuilder input)- 
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractSimpleService
createCallback 
- 
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, handleServiceCall, setEventIdentifier 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
EchoService
public EchoService(RequestContextStack requestContextStack, DeviceContext deviceContext)
 
 - 
 
- 
Method Detail
- 
buildRequest
protected OfHeader buildRequest(Xid xid, EchoInputBuilder input)
- Specified by:
 buildRequestin classAbstractService<EchoInputBuilder,EchoOutput>
 
 - 
 
 -