All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nhind.config.ConfigurationService Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package org.nhind.config;

import javax.annotation.Generated;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;

/**
 * This class was generated by Apache CXF 2.7.3
 * 2015-01-27T17:34:18.349-05:00
 * Generated source version: 2.7.3
 * 
 */
@WebService(targetNamespace = "http://nhind.org/config", name = "ConfigurationService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00", comments = "Apache CXF 2.7.3")
public interface ConfigurationService {

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getPolicies", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicies")
    @WebMethod(action = "urn:GetPolicies")
    @ResponseWrapper(localName = "getPoliciesResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPoliciesResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getPolicies() throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getTrustBundles", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetTrustBundles")
    @WebMethod(action = "urn:GetTrustBundles")
    @ResponseWrapper(localName = "getTrustBundlesResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetTrustBundlesResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getTrustBundles(
        @WebParam(name = "fetchAnchors", targetNamespace = "")
        boolean fetchAnchors
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "removeDomainById", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveDomainById")
    @WebMethod(action = "urn:RemoveDomainById")
    @ResponseWrapper(localName = "removeDomainByIdResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveDomainByIdResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void removeDomainById(
        @WebParam(name = "id", targetNamespace = "")
        java.lang.Long id
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "listDomains", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.ListDomains")
    @WebMethod(action = "urn:listDomains")
    @ResponseWrapper(localName = "listDomainsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.ListDomainsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List listDomains(
        @WebParam(name = "names", targetNamespace = "")
        java.lang.String names,
        @WebParam(name = "maxResults", targetNamespace = "")
        int maxResults
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "disassociatePolicyGroupFromDomains", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DisassociatePolicyGroupFromDomains")
    @WebMethod(action = "urn:DisassociatePolicyGroupFromDomains")
    @ResponseWrapper(localName = "disassociatePolicyGroupFromDomainsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DisassociatePolicyGroupFromDomainsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void disassociatePolicyGroupFromDomains(
        @WebParam(name = "policyGroupId", targetNamespace = "")
        long policyGroupId
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "updateAddress", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateAddress")
    @WebMethod(action = "urn:UpdateAddress")
    @ResponseWrapper(localName = "updateAddressResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateAddressResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void updateAddress(
        @WebParam(name = "address", targetNamespace = "")
        org.nhind.config.Address address
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "addAddress", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddAddress")
    @WebMethod(action = "urn:AddAddress")
    @ResponseWrapper(localName = "addAddressResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddAddressResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void addAddress(
        @WebParam(name = "address", targetNamespace = "")
        java.util.List address
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getDNSByName", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDNSByName")
    @WebMethod(action = "urn:GetDNSByName")
    @ResponseWrapper(localName = "getDNSByNameResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDNSByNameResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getDNSByName(
        @WebParam(name = "name", targetNamespace = "")
        java.lang.String name
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "updateDNS", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateDNS")
    @WebMethod(action = "urn:UpdateDNS")
    @ResponseWrapper(localName = "updateDNSResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateDNSResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void updateDNS(
        @WebParam(name = "recordId", targetNamespace = "")
        long recordId,
        @WebParam(name = "record", targetNamespace = "")
        org.nhind.config.DnsRecord record
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "setAnchorStatusForOwner", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.SetAnchorStatusForOwner")
    @WebMethod(action = "urn:SetAnchorStatusForOwner")
    @ResponseWrapper(localName = "setAnchorStatusForOwnerResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.SetAnchorStatusForOwnerResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void setAnchorStatusForOwner(
        @WebParam(name = "owner", targetNamespace = "")
        java.lang.String owner,
        @WebParam(name = "status", targetNamespace = "")
        org.nhind.config.EntityStatus status
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "updatePolicyAttributes", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdatePolicyAttributes")
    @WebMethod(action = "urn:UpdatePolicyAttributes")
    @ResponseWrapper(localName = "updatePolicyAttributesResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdatePolicyAttributesResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void updatePolicyAttributes(
        @WebParam(name = "policyId", targetNamespace = "")
        long policyId,
        @WebParam(name = "policyName", targetNamespace = "")
        java.lang.String policyName,
        @WebParam(name = "policyLexicon", targetNamespace = "")
        org.nhind.config.PolicyLexicon policyLexicon,
        @WebParam(name = "policyData", targetNamespace = "")
        byte[] policyData
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "deleteSetting", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DeleteSetting")
    @WebMethod(action = "urn:DeleteSetting")
    @ResponseWrapper(localName = "deleteSettingResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DeleteSettingResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void deleteSetting(
        @WebParam(name = "names", targetNamespace = "")
        java.util.List names
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getTrustBundleById", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetTrustBundleById")
    @WebMethod(action = "urn:GetTrustBundleById")
    @ResponseWrapper(localName = "getTrustBundleByIdResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetTrustBundleByIdResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public org.nhind.config.TrustBundle getTrustBundleById(
        @WebParam(name = "id", targetNamespace = "")
        long id
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getSettingByName", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetSettingByName")
    @WebMethod(action = "urn:GetSettingByName")
    @ResponseWrapper(localName = "getSettingByNameResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetSettingByNameResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public org.nhind.config.Setting getSettingByName(
        @WebParam(name = "name", targetNamespace = "")
        java.lang.String name
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "associateTrustBundleToDomain", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AssociateTrustBundleToDomain")
    @WebMethod(action = "urn:AssociateTrustBundleToDomain")
    @ResponseWrapper(localName = "associateTrustBundleToDomainResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AssociateTrustBundleToDomainResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void associateTrustBundleToDomain(
        @WebParam(name = "domainId", targetNamespace = "")
        long domainId,
        @WebParam(name = "trustBundleId", targetNamespace = "")
        long trustBundleId,
        @WebParam(name = "incoming", targetNamespace = "")
        boolean incoming,
        @WebParam(name = "outgoing", targetNamespace = "")
        boolean outgoing
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getTrustBundleByName", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetTrustBundleByName")
    @WebMethod(action = "urn:GetTrustBundleByName")
    @ResponseWrapper(localName = "getTrustBundleByNameResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetTrustBundleByNameResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public org.nhind.config.TrustBundle getTrustBundleByName(
        @WebParam(name = "bundleName", targetNamespace = "")
        java.lang.String bundleName
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "refreshTrustBundle", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RefreshTrustBundle")
    @WebMethod(action = "urn:RefreshTrustBundle")
    @ResponseWrapper(localName = "refreshTrustBundleResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RefreshTrustBundleResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void refreshTrustBundle(
        @WebParam(name = "id", targetNamespace = "")
        long id
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "setCertificateStatus", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.SetCertificateStatus")
    @WebMethod(action = "urn:SetCertificateStatus")
    @ResponseWrapper(localName = "setCertificateStatusResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.SetCertificateStatusResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void setCertificateStatus(
        @WebParam(name = "certificateIds", targetNamespace = "")
        java.util.List certificateIds,
        @WebParam(name = "status", targetNamespace = "")
        org.nhind.config.EntityStatus status
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getPolicyGroupByName", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyGroupByName")
    @WebMethod(action = "urn:GetPolicyGroupByName")
    @ResponseWrapper(localName = "getPolicyGroupByNameResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyGroupByNameResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public org.nhind.config.CertPolicyGroup getPolicyGroupByName(
        @WebParam(name = "policyGroupName", targetNamespace = "")
        java.lang.String policyGroupName
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "contains", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.Contains")
    @WebMethod(action = "urn:Contains")
    @ResponseWrapper(localName = "containsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.ContainsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public boolean contains(
        @WebParam(name = "cert", targetNamespace = "")
        org.nhind.config.Certificate cert
    );

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getTrustBundlesByDomain", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetTrustBundlesByDomain")
    @WebMethod(action = "urn:GetTrustBundlesByDomain")
    @ResponseWrapper(localName = "getTrustBundlesByDomainResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetTrustBundlesByDomainResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getTrustBundlesByDomain(
        @WebParam(name = "domainId", targetNamespace = "")
        long domainId,
        @WebParam(name = "fetchAnchors", targetNamespace = "")
        boolean fetchAnchors
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "removeCertificatesForOwner", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveCertificatesForOwner")
    @WebMethod(action = "urn:RemoveCertificatesForOwner")
    @ResponseWrapper(localName = "removeCertificatesForOwnerResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveCertificatesForOwnerResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void removeCertificatesForOwner(
        @WebParam(name = "owner", targetNamespace = "")
        java.lang.String owner
    ) throws ConfigurationServiceException;

    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
    @WebResult(name = "updateDomainResponse", targetNamespace = "http://nhind.org/config", partName = "parameters")
    @WebMethod(action = "urn:UpdateDomain")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public UpdateDomainResponse updateDomain(
        @WebParam(partName = "parameters", name = "updateDomain", targetNamespace = "http://nhind.org/config")
        UpdateDomain parameters
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getOutgoingAnchors", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetOutgoingAnchors")
    @WebMethod(action = "urn:GetOutgoingAnchors")
    @ResponseWrapper(localName = "getOutgoingAnchorsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetOutgoingAnchorsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getOutgoingAnchors(
        @WebParam(name = "owner", targetNamespace = "")
        java.lang.String owner,
        @WebParam(name = "options", targetNamespace = "")
        org.nhind.config.CertificateGetOptions options
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "addPolicyGroup", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddPolicyGroup")
    @WebMethod(action = "urn:AddPolicyGroup")
    @ResponseWrapper(localName = "addPolicyGroupResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddPolicyGroupResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void addPolicyGroup(
        @WebParam(name = "policyGroup", targetNamespace = "")
        org.nhind.config.CertPolicyGroup policyGroup
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "removePolicyUseFromGroup", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemovePolicyUseFromGroup")
    @WebMethod(action = "urn:RemovePolicyUseFromGroup")
    @ResponseWrapper(localName = "removePolicyUseFromGroupResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemovePolicyUseFromGroupResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void removePolicyUseFromGroup(
        @WebParam(name = "policyGroupReltnId", targetNamespace = "")
        long policyGroupReltnId
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "updateGroupAttributes", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateGroupAttributes")
    @WebMethod(action = "urn:UpdateGroupAttributes")
    @ResponseWrapper(localName = "updateGroupAttributesResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateGroupAttributesResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void updateGroupAttributes(
        @WebParam(name = "policyGroupId", targetNamespace = "")
        long policyGroupId,
        @WebParam(name = "policyGroupName", targetNamespace = "")
        java.lang.String policyGroupName
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getAnchors", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetAnchors")
    @WebMethod(action = "urn:GetAnchors")
    @ResponseWrapper(localName = "getAnchorsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetAnchorsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getAnchors(
        @WebParam(name = "anchorId", targetNamespace = "")
        java.util.List anchorId,
        @WebParam(name = "options", targetNamespace = "")
        org.nhind.config.CertificateGetOptions options
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "addDNS", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddDNS")
    @WebMethod(action = "urn:AddDNS")
    @ResponseWrapper(localName = "addDNSResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddDNSResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void addDNS(
        @WebParam(name = "records", targetNamespace = "")
        java.util.List records
    ) throws ConfigurationServiceException;

    @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
    @WebResult(name = "addDomainResponse", targetNamespace = "http://nhind.org/config", partName = "parameters")
    @WebMethod(action = "urn:AddDomain")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public AddDomainResponse addDomain(
        @WebParam(partName = "parameters", name = "addDomain", targetNamespace = "http://nhind.org/config")
        AddDomain parameters
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "addPolicy", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddPolicy")
    @WebMethod(action = "urn:AddPolicy")
    @ResponseWrapper(localName = "addPolicyResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddPolicyResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void addPolicy(
        @WebParam(name = "policy", targetNamespace = "")
        org.nhind.config.CertPolicy policy
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "listAnchors", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.ListAnchors")
    @WebMethod(action = "urn:ListAnchors")
    @ResponseWrapper(localName = "listAnchorsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.ListAnchorsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List listAnchors(
        @WebParam(name = "lastAnchorId", targetNamespace = "")
        java.lang.Long lastAnchorId,
        @WebParam(name = "maxResults", targetNamespace = "")
        int maxResults,
        @WebParam(name = "options", targetNamespace = "")
        org.nhind.config.CertificateGetOptions options
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getAnchor", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetAnchor")
    @WebMethod(action = "urn:GetAnchor")
    @ResponseWrapper(localName = "getAnchorResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetAnchorResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public org.nhind.config.Anchor getAnchor(
        @WebParam(name = "owner", targetNamespace = "")
        java.lang.String owner,
        @WebParam(name = "thumbprint", targetNamespace = "")
        java.lang.String thumbprint,
        @WebParam(name = "options", targetNamespace = "")
        org.nhind.config.CertificateGetOptions options
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "listCertificates", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.ListCertificates")
    @WebMethod(action = "urn:ListCertificates")
    @ResponseWrapper(localName = "listCertificatesResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.ListCertificatesResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List listCertificates(
        @WebParam(name = "lastCertificateId", targetNamespace = "")
        long lastCertificateId,
        @WebParam(name = "maxResutls", targetNamespace = "")
        int maxResutls,
        @WebParam(name = "options", targetNamespace = "")
        org.nhind.config.CertificateGetOptions options
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "removeDNSByRecordIds", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveDNSByRecordIds")
    @WebMethod(action = "urn:RemoveDNSByRecordIds")
    @ResponseWrapper(localName = "removeDNSByRecordIdsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveDNSByRecordIdsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void removeDNSByRecordIds(
        @WebParam(name = "recordIds", targetNamespace = "")
        java.util.List recordIds
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "addSetting", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddSetting")
    @WebMethod(action = "urn:AddSetting")
    @ResponseWrapper(localName = "addSettingResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddSettingResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void addSetting(
        @WebParam(name = "name", targetNamespace = "")
        java.lang.String name,
        @WebParam(name = "value", targetNamespace = "")
        java.lang.String value
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getPolicyGroupById", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyGroupById")
    @WebMethod(action = "urn:GetPolicyGroupById")
    @ResponseWrapper(localName = "getPolicyGroupByIdResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyGroupByIdResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public org.nhind.config.CertPolicyGroup getPolicyGroupById(
        @WebParam(name = "policyGroupId", targetNamespace = "")
        long policyGroupId
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getDNSByNameAndType", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDNSByNameAndType")
    @WebMethod(action = "urn:GetDNSByNameAndType")
    @ResponseWrapper(localName = "getDNSByNameAndTypeResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDNSByNameAndTypeResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getDNSByNameAndType(
        @WebParam(name = "name", targetNamespace = "")
        java.lang.String name,
        @WebParam(name = "type", targetNamespace = "")
        int type
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "setCertificateStatusForOwner", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.SetCertificateStatusForOwner")
    @WebMethod(action = "urn:SetCertificateStatusForOwner")
    @ResponseWrapper(localName = "setCertificateStatusForOwnerResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.SetCertificateStatusForOwnerResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void setCertificateStatusForOwner(
        @WebParam(name = "owner", targetNamespace = "")
        java.lang.String owner,
        @WebParam(name = "status", targetNamespace = "")
        org.nhind.config.EntityStatus status
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "listAddresss", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.ListAddresss")
    @WebMethod(action = "urn:ListAddresss")
    @ResponseWrapper(localName = "listAddresssResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.ListAddresssResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List listAddresss(
        @WebParam(name = "lastEmailAddress", targetNamespace = "")
        java.lang.String lastEmailAddress,
        @WebParam(name = "maxResults", targetNamespace = "")
        int maxResults
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "addAnchor", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddAnchor")
    @WebMethod(action = "urn:AddAnchor")
    @ResponseWrapper(localName = "addAnchorResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddAnchorResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void addAnchor(
        @WebParam(name = "anchor", targetNamespace = "")
        java.util.List anchor
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getDNSByType", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDNSByType")
    @WebMethod(action = "urn:GetDNSByType")
    @ResponseWrapper(localName = "getDNSByTypeResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDNSByTypeResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getDNSByType(
        @WebParam(name = "type", targetNamespace = "")
        int type
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getPolicyGroupDomainReltns", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyGroupDomainReltns")
    @WebMethod(action = "urn:GetPolicyGroupDomainReltns")
    @ResponseWrapper(localName = "getPolicyGroupDomainReltnsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyGroupDomainReltnsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getPolicyGroupDomainReltns() throws ConfigurationServiceException;

    @RequestWrapper(localName = "associatePolicyGroupToDomain", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AssociatePolicyGroupToDomain")
    @WebMethod(action = "urn:AssociatePolicyGroupToDomain")
    @ResponseWrapper(localName = "associatePolicyGroupToDomainResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AssociatePolicyGroupToDomainResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void associatePolicyGroupToDomain(
        @WebParam(name = "domainId", targetNamespace = "")
        long domainId,
        @WebParam(name = "policyGroupId", targetNamespace = "")
        long policyGroupId
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "removeDNS", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveDNS")
    @WebMethod(action = "urn:RemoveDNS")
    @ResponseWrapper(localName = "removeDNSResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveDNSResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void removeDNS(
        @WebParam(name = "records", targetNamespace = "")
        java.util.List records
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getDomain", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDomain")
    @WebMethod(action = "urn:GetDomain")
    @ResponseWrapper(localName = "getDomainResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDomainResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public org.nhind.config.Domain getDomain(
        @WebParam(name = "id", targetNamespace = "")
        java.lang.Long id
    );

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getDomains", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDomains")
    @WebMethod(action = "urn:GetDomains")
    @ResponseWrapper(localName = "getDomainsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDomainsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getDomains(
        @WebParam(name = "names", targetNamespace = "")
        java.util.List names,
        @WebParam(name = "status", targetNamespace = "")
        org.nhind.config.EntityStatus status
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "disassociateTrustBundlesFromDomain", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DisassociateTrustBundlesFromDomain")
    @WebMethod(action = "urn:DisassociateTrustBundlesFromDomain")
    @ResponseWrapper(localName = "disassociateTrustBundlesFromDomainResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DisassociateTrustBundlesFromDomainResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void disassociateTrustBundlesFromDomain(
        @WebParam(name = "domainId", targetNamespace = "")
        long domainId
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "removeDNSByRecordId", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveDNSByRecordId")
    @WebMethod(action = "urn:RemoveDNSByRecordId")
    @ResponseWrapper(localName = "removeDNSByRecordIdResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveDNSByRecordIdResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void removeDNSByRecordId(
        @WebParam(name = "recordId", targetNamespace = "")
        long recordId
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getCertificate", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetCertificate")
    @WebMethod(action = "urn:GetCertificate")
    @ResponseWrapper(localName = "getCertificateResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetCertificateResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public org.nhind.config.Certificate getCertificate(
        @WebParam(name = "owner", targetNamespace = "")
        java.lang.String owner,
        @WebParam(name = "thumbprint", targetNamespace = "")
        java.lang.String thumbprint,
        @WebParam(name = "options", targetNamespace = "")
        org.nhind.config.CertificateGetOptions options
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getAddresss", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetAddresss")
    @WebMethod(action = "urn:GetAddresss")
    @ResponseWrapper(localName = "getAddresssResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetAddresssResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getAddresss(
        @WebParam(name = "emailAddress", targetNamespace = "")
        java.util.List emailAddress,
        @WebParam(name = "status", targetNamespace = "")
        org.nhind.config.EntityStatus status
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "deleteTrustBundles", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DeleteTrustBundles")
    @WebMethod(action = "urn:DeleteTrustBundles")
    @ResponseWrapper(localName = "deleteTrustBundlesResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DeleteTrustBundlesResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void deleteTrustBundles(
        @WebParam(name = "trustBundleIds", targetNamespace = "")
        java.util.List trustBundleIds
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getDomainCount", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDomainCount")
    @WebMethod(action = "urn:GetDomainCount")
    @ResponseWrapper(localName = "getDomainCountResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDomainCountResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public int getDomainCount() throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getDNSCount", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDNSCount")
    @WebMethod(action = "urn:GetDNSCount")
    @ResponseWrapper(localName = "getDNSCountResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDNSCountResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public int getDNSCount() throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getAddressCount", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetAddressCount")
    @WebMethod(action = "urn:GetAddressCount")
    @ResponseWrapper(localName = "getAddressCountResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetAddressCountResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public int getAddressCount() throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getPolicyGroups", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyGroups")
    @WebMethod(action = "urn:GetPolicyGroups")
    @ResponseWrapper(localName = "getPolicyGroupsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyGroupsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getPolicyGroups() throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getAnchorsForOwner", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetAnchorsForOwner")
    @WebMethod(action = "urn:GetAnchorsForOwner")
    @ResponseWrapper(localName = "getAnchorsForOwnerResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetAnchorsForOwnerResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getAnchorsForOwner(
        @WebParam(name = "owner", targetNamespace = "")
        java.lang.String owner,
        @WebParam(name = "options", targetNamespace = "")
        org.nhind.config.CertificateGetOptions options
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "addTrustBundle", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddTrustBundle")
    @WebMethod(action = "urn:AddTrustBundle")
    @ResponseWrapper(localName = "addTrustBundleResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddTrustBundleResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void addTrustBundle(
        @WebParam(name = "bundle", targetNamespace = "")
        org.nhind.config.TrustBundle bundle
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getPolicyById", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyById")
    @WebMethod(action = "urn:GetPolicyById")
    @ResponseWrapper(localName = "getPolicyByIdResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyByIdResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public org.nhind.config.CertPolicy getPolicyById(
        @WebParam(name = "policyId", targetNamespace = "")
        long policyId
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "removeCertificates", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveCertificates")
    @WebMethod(action = "urn:RemoveCertificates")
    @ResponseWrapper(localName = "removeCertificatesResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveCertificatesResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void removeCertificates(
        @WebParam(name = "certificateIds", targetNamespace = "")
        java.util.List certificateIds
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "updateSetting", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateSetting")
    @WebMethod(action = "urn:UpdateSetting")
    @ResponseWrapper(localName = "updateSettingResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateSettingResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void updateSetting(
        @WebParam(name = "name", targetNamespace = "")
        java.lang.String name,
        @WebParam(name = "value", targetNamespace = "")
        java.lang.String value
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "updateTrustBundleAttributes", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateTrustBundleAttributes")
    @WebMethod(action = "urn:UpdateTrustBundleAttributes")
    @ResponseWrapper(localName = "updateTrustBundleAttributesResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateTrustBundleAttributesResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void updateTrustBundleAttributes(
        @WebParam(name = "trustBundleId", targetNamespace = "")
        long trustBundleId,
        @WebParam(name = "trustBundleName", targetNamespace = "")
        java.lang.String trustBundleName,
        @WebParam(name = "trustBundleURL", targetNamespace = "")
        java.lang.String trustBundleURL,
        @WebParam(name = "signingCert", targetNamespace = "")
        org.nhind.config.Certificate signingCert,
        @WebParam(name = "trustBundleRefreshInterval", targetNamespace = "")
        int trustBundleRefreshInterval
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "deletePolicyGroups", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DeletePolicyGroups")
    @WebMethod(action = "urn:DeletePolicyGroups")
    @ResponseWrapper(localName = "deletePolicyGroupsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DeletePolicyGroupsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void deletePolicyGroups(
        @WebParam(name = "policyGroupIds", targetNamespace = "")
        java.util.List policyGroupIds
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getCertificatesForOwner", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetCertificatesForOwner")
    @WebMethod(action = "urn:GetCertificatesForOwner")
    @ResponseWrapper(localName = "getCertificatesForOwnerResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetCertificatesForOwnerResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getCertificatesForOwner(
        @WebParam(name = "owner", targetNamespace = "")
        java.lang.String owner,
        @WebParam(name = "options", targetNamespace = "")
        org.nhind.config.CertificateGetOptions options
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getSettingsByNames", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetSettingsByNames")
    @WebMethod(action = "urn:GetSettingsByNames")
    @ResponseWrapper(localName = "getSettingsByNamesResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetSettingsByNamesResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getSettingsByNames(
        @WebParam(name = "names", targetNamespace = "")
        java.util.List names
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getIncomingAnchors", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetIncomingAnchors")
    @WebMethod(action = "urn:GetIncomingAnchors")
    @ResponseWrapper(localName = "getIncomingAnchorsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetIncomingAnchorsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getIncomingAnchors(
        @WebParam(name = "owner", targetNamespace = "")
        java.lang.String owner,
        @WebParam(name = "options", targetNamespace = "")
        org.nhind.config.CertificateGetOptions options
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "removeAnchorsForOwner", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveAnchorsForOwner")
    @WebMethod(action = "urn:RemoveAnchorsForOwner")
    @ResponseWrapper(localName = "removeAnchorsForOwnerResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveAnchorsForOwnerResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void removeAnchorsForOwner(
        @WebParam(name = "owner", targetNamespace = "")
        java.lang.String owner
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "addPolicyUseToGroup", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddPolicyUseToGroup")
    @WebMethod(action = "urn:AddPolicyUseToGroup")
    @ResponseWrapper(localName = "addPolicyUseToGroupResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddPolicyUseToGroupResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void addPolicyUseToGroup(
        @WebParam(name = "policyGroupId", targetNamespace = "")
        long policyGroupId,
        @WebParam(name = "policyId", targetNamespace = "")
        long policyId,
        @WebParam(name = "policyUse", targetNamespace = "")
        org.nhind.config.CertPolicyUse policyUse,
        @WebParam(name = "incoming", targetNamespace = "")
        boolean incoming,
        @WebParam(name = "outgoing", targetNamespace = "")
        boolean outgoing
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "deletePolicies", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DeletePolicies")
    @WebMethod(action = "urn:DeletePolicies")
    @ResponseWrapper(localName = "deletePoliciesResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DeletePoliciesResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void deletePolicies(
        @WebParam(name = "policyIds", targetNamespace = "")
        java.util.List policyIds
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "disassociateTrustBundleFromDomain", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DisassociateTrustBundleFromDomain")
    @WebMethod(action = "urn:DisassociateTrustBundleFromDomain")
    @ResponseWrapper(localName = "disassociateTrustBundleFromDomainResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DisassociateTrustBundleFromDomainResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void disassociateTrustBundleFromDomain(
        @WebParam(name = "domainId", targetNamespace = "")
        long domainId,
        @WebParam(name = "trustBundleId", targetNamespace = "")
        long trustBundleId
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "removeAnchors", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveAnchors")
    @WebMethod(action = "urn:RemoveAnchors")
    @ResponseWrapper(localName = "removeAnchorsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveAnchorsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void removeAnchors(
        @WebParam(name = "anchorId", targetNamespace = "")
        java.util.List anchorId
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "disassociateTrustBundleFromDomains", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DisassociateTrustBundleFromDomains")
    @WebMethod(action = "urn:DisassociateTrustBundleFromDomains")
    @ResponseWrapper(localName = "disassociateTrustBundleFromDomainsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DisassociateTrustBundleFromDomainsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void disassociateTrustBundleFromDomains(
        @WebParam(name = "trustBundleId", targetNamespace = "")
        long trustBundleId
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "disassociatePolicyGroupsFromDomain", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DisassociatePolicyGroupsFromDomain")
    @WebMethod(action = "urn:DisassociatePolicyGroupsFromDomain")
    @ResponseWrapper(localName = "disassociatePolicyGroupsFromDomainResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DisassociatePolicyGroupsFromDomainResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void disassociatePolicyGroupsFromDomain(
        @WebParam(name = "domainId", targetNamespace = "")
        long domainId
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getDNSByRecordIds", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDNSByRecordIds")
    @WebMethod(action = "urn:GetDNSByRecordIds")
    @ResponseWrapper(localName = "getDNSByRecordIdsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDNSByRecordIdsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getDNSByRecordIds(
        @WebParam(name = "recordIds", targetNamespace = "")
        java.util.List recordIds
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getDNSByRecordId", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDNSByRecordId")
    @WebMethod(action = "urn:GetDNSByRecordId")
    @ResponseWrapper(localName = "getDNSByRecordIdResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetDNSByRecordIdResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public org.nhind.config.DnsRecord getDNSByRecordId(
        @WebParam(name = "recordId", targetNamespace = "")
        long recordId
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "updateTrustBundleSigningCertificate", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateTrustBundleSigningCertificate")
    @WebMethod(action = "urn:UpdateTrustBundleSigningCertificate")
    @ResponseWrapper(localName = "updateTrustBundleSigningCertificateResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateTrustBundleSigningCertificateResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void updateTrustBundleSigningCertificate(
        @WebParam(name = "trustBundleIds", targetNamespace = "")
        long trustBundleIds,
        @WebParam(name = "signingCert", targetNamespace = "")
        org.nhind.config.Certificate signingCert
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getPolicyByName", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyByName")
    @WebMethod(action = "urn:GetPolicyByName")
    @ResponseWrapper(localName = "getPolicyByNameResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyByNameResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public org.nhind.config.CertPolicy getPolicyByName(
        @WebParam(name = "policyName", targetNamespace = "")
        java.lang.String policyName
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "removeAddress", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveAddress")
    @WebMethod(action = "urn:RemoveAddress")
    @ResponseWrapper(localName = "removeAddressResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveAddressResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void removeAddress(
        @WebParam(name = "emailAddress", targetNamespace = "")
        java.lang.String emailAddress
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "removeDomain", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveDomain")
    @WebMethod(action = "urn:RemoveDomain")
    @ResponseWrapper(localName = "removeDomainResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.RemoveDomainResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void removeDomain(
        @WebParam(name = "name", targetNamespace = "")
        java.lang.String name
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getPolicyGroupsByDomain", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyGroupsByDomain")
    @WebMethod(action = "urn:GetPolicyGroupsByDomain")
    @ResponseWrapper(localName = "getPolicyGroupsByDomainResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetPolicyGroupsByDomainResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getPolicyGroupsByDomain(
        @WebParam(name = "domainId", targetNamespace = "")
        long domainId
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "addCertificates", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddCertificates")
    @WebMethod(action = "urn:AddCertificates")
    @ResponseWrapper(localName = "addCertificatesResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.AddCertificatesResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void addCertificates(
        @WebParam(name = "certs", targetNamespace = "")
        java.util.List certs
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getAllSettings", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetAllSettings")
    @WebMethod(action = "urn:GetAllSettings")
    @ResponseWrapper(localName = "getAllSettingsResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetAllSettingsResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getAllSettings() throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "getCertificates", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetCertificates")
    @WebMethod(action = "urn:GetCertificates")
    @ResponseWrapper(localName = "getCertificatesResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.GetCertificatesResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List getCertificates(
        @WebParam(name = "certificateIds", targetNamespace = "")
        java.util.List certificateIds,
        @WebParam(name = "options", targetNamespace = "")
        org.nhind.config.CertificateGetOptions options
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "disassociatePolicyGroupFromDomain", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DisassociatePolicyGroupFromDomain")
    @WebMethod(action = "urn:DisassociatePolicyGroupFromDomain")
    @ResponseWrapper(localName = "disassociatePolicyGroupFromDomainResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.DisassociatePolicyGroupFromDomainResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void disassociatePolicyGroupFromDomain(
        @WebParam(name = "domainId", targetNamespace = "")
        long domainId,
        @WebParam(name = "policyGroupId", targetNamespace = "")
        long policyGroupId
    ) throws ConfigurationServiceException;

    @RequestWrapper(localName = "updateLastUpdateError", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateLastUpdateError")
    @WebMethod(action = "urn:UpdateLastUpdateError")
    @ResponseWrapper(localName = "updateLastUpdateErrorResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.UpdateLastUpdateErrorResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public void updateLastUpdateError(
        @WebParam(name = "trustBundleId", targetNamespace = "")
        long trustBundleId,
        @WebParam(name = "attemptTime", targetNamespace = "")
        javax.xml.datatype.XMLGregorianCalendar attemptTime,
        @WebParam(name = "error", targetNamespace = "")
        org.nhind.config.BundleRefreshError error
    ) throws ConfigurationServiceException;

    @WebResult(name = "return", targetNamespace = "")
    @RequestWrapper(localName = "searchDomain", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.SearchDomain")
    @WebMethod(action = "urn:SearchDomain")
    @ResponseWrapper(localName = "searchDomainResponse", targetNamespace = "http://nhind.org/config", className = "org.nhind.config.SearchDomainResponse")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:18.349-05:00")
    public java.util.List searchDomain(
        @WebParam(name = "name", targetNamespace = "")
        java.lang.String name,
        @WebParam(name = "status", targetNamespace = "")
        org.nhind.config.EntityStatus status
    );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy