org.eclipse.ecf.remoteservice.rest.client
Class HttpDeleteRequestType

java.lang.Object
  extended by org.eclipse.ecf.remoteservice.rest.client.AbstractRequestType
      extended by org.eclipse.ecf.remoteservice.rest.client.HttpDeleteRequestType
All Implemented Interfaces:
IRemoteCallableRequestType

public class HttpDeleteRequestType
extends AbstractRequestType


Field Summary
 
Fields inherited from class org.eclipse.ecf.remoteservice.rest.client.AbstractRequestType
defaultRequestHeaders
 
Constructor Summary
HttpDeleteRequestType()
           
HttpDeleteRequestType(java.util.Map defaultRequestHeaders)
           
 
Method Summary
 
Methods inherited from class org.eclipse.ecf.remoteservice.rest.client.AbstractRequestType
getDefaultRequestHeaders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpDeleteRequestType

public HttpDeleteRequestType(java.util.Map defaultRequestHeaders)

HttpDeleteRequestType

public HttpDeleteRequestType()