org.nhind.config.rest.impl.requests
Class AssociateTrustBundleToDomainRequest
java.lang.Object
org.nhindirect.common.rest.UnsecuredServiceRequestBase<T,E>
org.nhindirect.common.rest.SecuredServiceRequestBase<E,org.nhindirect.common.rest.exceptions.ServiceException>
org.nhindirect.common.rest.AbstractPutRequest<T,E>
org.nhindirect.common.rest.AbstractPostRequest<java.lang.String,org.nhindirect.config.model.TrustBundle>
org.nhind.config.rest.impl.requests.AssociateTrustBundleToDomainRequest
- All Implemented Interfaces:
- java.util.concurrent.Callable<org.nhindirect.config.model.TrustBundle>, org.nhindirect.common.rest.ServiceRequest<org.nhindirect.config.model.TrustBundle,org.nhindirect.common.rest.exceptions.ServiceException>
public class AssociateTrustBundleToDomainRequest
- extends org.nhindirect.common.rest.AbstractPostRequest<java.lang.String,org.nhindirect.config.model.TrustBundle>
|
Constructor Summary |
AssociateTrustBundleToDomainRequest(org.apache.http.client.HttpClient httpClient,
java.lang.String serviceUrl,
org.codehaus.jackson.map.ObjectMapper jsonMapper,
org.nhindirect.common.rest.ServiceSecurityManager securityManager,
java.lang.String bundleName,
java.lang.String domainName,
boolean incoming,
boolean outgoing)
|
| 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 |
AssociateTrustBundleToDomainRequest
public AssociateTrustBundleToDomainRequest(org.apache.http.client.HttpClient httpClient,
java.lang.String serviceUrl,
org.codehaus.jackson.map.ObjectMapper jsonMapper,
org.nhindirect.common.rest.ServiceSecurityManager securityManager,
java.lang.String bundleName,
java.lang.String domainName,
boolean incoming,
boolean outgoing)
Copyright © 2014. All Rights Reserved.