com.ecebs.rtd.enabler.types.request
Class CancelRequest

java.lang.Object
  extended by com.ecebs.rtd.enabler.types.request.CancelRequest
All Implemented Interfaces:
Request, Serializable

public class CancelRequest
extends Object
implements Request

Request to cancel requests that have been registered and assigned an ID

Author:
kyleb
See Also:
Serialized Form

Constructor Summary
CancelRequest(String... requestIds)
          Creates a request to cancel the requests with the provided IDs
 
Method Summary
 Outcome validate()
          Validate that the required fields have been set
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CancelRequest

public CancelRequest(String... requestIds)
Creates a request to cancel the requests with the provided IDs

Parameters:
requestIds - IDs of requests to be cancelled
Method Detail

validate

public Outcome validate()
Description copied from interface: Request
Validate that the required fields have been set

Specified by:
validate in interface Request
Returns:
An outcome if the validation failed, else null


Copyright © 2013 Ecebs Ltd. All Rights Reserved.