org.nhind.config.rest.impl.requests
Class AddDomainRequest

java.lang.Object
  extended by org.nhindirect.common.rest.UnsecuredServiceRequestBase<T,E>
      extended by org.nhindirect.common.rest.SecuredServiceRequestBase<E,org.nhindirect.common.rest.exceptions.ServiceException>
          extended by org.nhindirect.common.rest.AbstractPutRequest<org.nhindirect.config.model.Domain,org.nhindirect.config.model.Domain>
              extended by org.nhind.config.rest.impl.requests.AddDomainRequest
All Implemented Interfaces:
java.util.concurrent.Callable<org.nhindirect.config.model.Domain>, org.nhindirect.common.rest.ServiceRequest<org.nhindirect.config.model.Domain,org.nhindirect.common.rest.exceptions.ServiceException>

public class AddDomainRequest
extends org.nhindirect.common.rest.AbstractPutRequest<org.nhindirect.config.model.Domain,org.nhindirect.config.model.Domain>


Constructor Summary
AddDomainRequest(org.apache.http.client.HttpClient httpClient, java.lang.String serviceUrl, org.codehaus.jackson.map.ObjectMapper jsonMapper, org.nhindirect.common.rest.ServiceSecurityManager securityManager, org.nhindirect.config.model.Domain domain)
           
 
Method Summary
 
Methods inherited from class org.nhindirect.common.rest.SecuredServiceRequestBase
call
 
Methods inherited from class org.nhindirect.common.rest.UnsecuredServiceRequestBase
destroy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddDomainRequest

public AddDomainRequest(org.apache.http.client.HttpClient httpClient,
                        java.lang.String serviceUrl,
                        org.codehaus.jackson.map.ObjectMapper jsonMapper,
                        org.nhindirect.common.rest.ServiceSecurityManager securityManager,
                        org.nhindirect.config.model.Domain domain)


Copyright © 2014. All Rights Reserved.