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

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

public class GetAnchorsForOwnerReqest
extends org.nhindirect.common.rest.AbstractGetRequest<org.nhindirect.config.model.Anchor>


Constructor Summary
GetAnchorsForOwnerReqest(org.apache.http.client.HttpClient httpClient, java.lang.String certServerUrl, org.codehaus.jackson.map.ObjectMapper jsonMapper, org.nhindirect.common.rest.ServiceSecurityManager securityManager, java.lang.String owner, boolean incoming, boolean outgoing, java.lang.String thumbprint)
           
 
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

GetAnchorsForOwnerReqest

public GetAnchorsForOwnerReqest(org.apache.http.client.HttpClient httpClient,
                                java.lang.String certServerUrl,
                                org.codehaus.jackson.map.ObjectMapper jsonMapper,
                                org.nhindirect.common.rest.ServiceSecurityManager securityManager,
                                java.lang.String owner,
                                boolean incoming,
                                boolean outgoing,
                                java.lang.String thumbprint)


Copyright © 2014. All Rights Reserved.