gov.hhs.fha.nhinc.direct.config.ConfigurationService Maven / Gradle / Ivy
The newest version!
package gov.hhs.fha.nhinc.direct.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 3.1.9
* 2019-06-25T17:59:39.950-04:00
* Generated source version: 3.1.9
*
*/
@WebService(targetNamespace = "http://nhind.org/config", name = "ConfigurationService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00", comments = "Apache CXF 3.1.9")
public interface ConfigurationService {
@WebMethod(action = "urn:DisassociatePolicyGroupsFromDomain")
@RequestWrapper(localName = "disassociatePolicyGroupsFromDomain", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DisassociatePolicyGroupsFromDomain")
@ResponseWrapper(localName = "disassociatePolicyGroupsFromDomainResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DisassociatePolicyGroupsFromDomainResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void disassociatePolicyGroupsFromDomain(
@WebParam(name = "domainId", targetNamespace = "")
long domainId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetPolicyGroupDomainReltns")
@RequestWrapper(localName = "getPolicyGroupDomainReltns", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyGroupDomainReltns")
@ResponseWrapper(localName = "getPolicyGroupDomainReltnsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyGroupDomainReltnsResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getPolicyGroupDomainReltns() throws ConfigurationServiceException;
@WebMethod(action = "urn:AssociatePolicyGroupToDomain")
@RequestWrapper(localName = "associatePolicyGroupToDomain", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AssociatePolicyGroupToDomain")
@ResponseWrapper(localName = "associatePolicyGroupToDomainResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AssociatePolicyGroupToDomainResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void associatePolicyGroupToDomain(
@WebParam(name = "domainId", targetNamespace = "")
long domainId,
@WebParam(name = "policyGroupId", targetNamespace = "")
long policyGroupId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:RemoveCertificatesForOwner")
@RequestWrapper(localName = "removeCertificatesForOwner", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveCertificatesForOwner")
@ResponseWrapper(localName = "removeCertificatesForOwnerResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveCertificatesForOwnerResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void removeCertificatesForOwner(
@WebParam(name = "owner", targetNamespace = "")
java.lang.String owner
) throws ConfigurationServiceException;
@WebMethod(action = "urn:AddDomain")
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@WebResult(name = "addDomainResponse", targetNamespace = "http://nhind.org/config", partName = "parameters")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public AddDomainResponse addDomain(
@WebParam(partName = "parameters", name = "addDomain", targetNamespace = "http://nhind.org/config")
AddDomain parameters
) throws ConfigurationServiceException;
@WebMethod(action = "urn:SetCertificateStatusForOwner")
@RequestWrapper(localName = "setCertificateStatusForOwner", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.SetCertificateStatusForOwner")
@ResponseWrapper(localName = "setCertificateStatusForOwnerResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.SetCertificateStatusForOwnerResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void setCertificateStatusForOwner(
@WebParam(name = "owner", targetNamespace = "")
java.lang.String owner,
@WebParam(name = "status", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.EntityStatus status
) throws ConfigurationServiceException;
@WebMethod(action = "urn:RemoveAnchors")
@RequestWrapper(localName = "removeAnchors", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveAnchors")
@ResponseWrapper(localName = "removeAnchorsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveAnchorsResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void removeAnchors(
@WebParam(name = "anchorId", targetNamespace = "")
java.util.List anchorId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:RemoveDNS")
@RequestWrapper(localName = "removeDNS", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveDNS")
@ResponseWrapper(localName = "removeDNSResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveDNSResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void removeDNS(
@WebParam(name = "records", targetNamespace = "")
java.util.List records
) throws ConfigurationServiceException;
@WebMethod(action = "urn:RemoveDNSByRecordIds")
@RequestWrapper(localName = "removeDNSByRecordIds", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveDNSByRecordIds")
@ResponseWrapper(localName = "removeDNSByRecordIdsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveDNSByRecordIdsResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void removeDNSByRecordIds(
@WebParam(name = "recordIds", targetNamespace = "")
java.util.List recordIds
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetPolicyGroups")
@RequestWrapper(localName = "getPolicyGroups", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyGroups")
@ResponseWrapper(localName = "getPolicyGroupsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyGroupsResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getPolicyGroups() throws ConfigurationServiceException;
@WebMethod(action = "urn:GetDomainCount")
@RequestWrapper(localName = "getDomainCount", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDomainCount")
@ResponseWrapper(localName = "getDomainCountResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDomainCountResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public int getDomainCount() throws ConfigurationServiceException;
@WebMethod(action = "urn:GetTrustBundleById")
@RequestWrapper(localName = "getTrustBundleById", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetTrustBundleById")
@ResponseWrapper(localName = "getTrustBundleByIdResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetTrustBundleByIdResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public gov.hhs.fha.nhinc.direct.config.TrustBundle getTrustBundleById(
@WebParam(name = "id", targetNamespace = "")
long id
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetAnchor")
@RequestWrapper(localName = "getAnchor", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetAnchor")
@ResponseWrapper(localName = "getAnchorResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetAnchorResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public gov.hhs.fha.nhinc.direct.config.Anchor getAnchor(
@WebParam(name = "owner", targetNamespace = "")
java.lang.String owner,
@WebParam(name = "thumbprint", targetNamespace = "")
java.lang.String thumbprint,
@WebParam(name = "options", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertificateGetOptions options
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetPolicyGroupById")
@RequestWrapper(localName = "getPolicyGroupById", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyGroupById")
@ResponseWrapper(localName = "getPolicyGroupByIdResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyGroupByIdResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public gov.hhs.fha.nhinc.direct.config.CertPolicyGroup getPolicyGroupById(
@WebParam(name = "policyGroupId", targetNamespace = "")
long policyGroupId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:AddSetting")
@RequestWrapper(localName = "addSetting", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddSetting")
@ResponseWrapper(localName = "addSettingResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddSettingResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void addSetting(
@WebParam(name = "name", targetNamespace = "")
java.lang.String name,
@WebParam(name = "value", targetNamespace = "")
java.lang.String value
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetSettingsByNames")
@RequestWrapper(localName = "getSettingsByNames", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetSettingsByNames")
@ResponseWrapper(localName = "getSettingsByNamesResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetSettingsByNamesResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getSettingsByNames(
@WebParam(name = "names", targetNamespace = "")
java.util.List names
) throws ConfigurationServiceException;
@WebMethod(action = "urn:UpdateSetting")
@RequestWrapper(localName = "updateSetting", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateSetting")
@ResponseWrapper(localName = "updateSettingResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateSettingResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void updateSetting(
@WebParam(name = "name", targetNamespace = "")
java.lang.String name,
@WebParam(name = "value", targetNamespace = "")
java.lang.String value
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetTrustBundles")
@RequestWrapper(localName = "getTrustBundles", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetTrustBundles")
@ResponseWrapper(localName = "getTrustBundlesResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetTrustBundlesResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getTrustBundles(
@WebParam(name = "fetchAnchors", targetNamespace = "")
boolean fetchAnchors
) throws ConfigurationServiceException;
@WebMethod(action = "urn:DisassociateTrustBundleFromDomains")
@RequestWrapper(localName = "disassociateTrustBundleFromDomains", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DisassociateTrustBundleFromDomains")
@ResponseWrapper(localName = "disassociateTrustBundleFromDomainsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DisassociateTrustBundleFromDomainsResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void disassociateTrustBundleFromDomains(
@WebParam(name = "trustBundleId", targetNamespace = "")
long trustBundleId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetAnchorsForOwner")
@RequestWrapper(localName = "getAnchorsForOwner", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetAnchorsForOwner")
@ResponseWrapper(localName = "getAnchorsForOwnerResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetAnchorsForOwnerResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getAnchorsForOwner(
@WebParam(name = "owner", targetNamespace = "")
java.lang.String owner,
@WebParam(name = "options", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertificateGetOptions options
) throws ConfigurationServiceException;
@WebMethod(action = "urn:UpdateDNS")
@RequestWrapper(localName = "updateDNS", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateDNS")
@ResponseWrapper(localName = "updateDNSResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateDNSResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void updateDNS(
@WebParam(name = "recordId", targetNamespace = "")
long recordId,
@WebParam(name = "record", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.DnsRecord record
) throws ConfigurationServiceException;
@WebMethod(action = "urn:UpdateDomain")
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@WebResult(name = "updateDomainResponse", targetNamespace = "http://nhind.org/config", partName = "parameters")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public UpdateDomainResponse updateDomain(
@WebParam(partName = "parameters", name = "updateDomain", targetNamespace = "http://nhind.org/config")
UpdateDomain parameters
) throws ConfigurationServiceException;
@WebMethod(action = "urn:DeletePolicyGroups")
@RequestWrapper(localName = "deletePolicyGroups", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DeletePolicyGroups")
@ResponseWrapper(localName = "deletePolicyGroupsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DeletePolicyGroupsResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void deletePolicyGroups(
@WebParam(name = "policyGroupIds", targetNamespace = "")
java.util.List policyGroupIds
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetPolicyByName")
@RequestWrapper(localName = "getPolicyByName", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyByName")
@ResponseWrapper(localName = "getPolicyByNameResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyByNameResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public gov.hhs.fha.nhinc.direct.config.CertPolicy getPolicyByName(
@WebParam(name = "policyName", targetNamespace = "")
java.lang.String policyName
) throws ConfigurationServiceException;
@WebMethod(action = "urn:AddDNS")
@RequestWrapper(localName = "addDNS", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddDNS")
@ResponseWrapper(localName = "addDNSResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddDNSResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void addDNS(
@WebParam(name = "records", targetNamespace = "")
java.util.List records
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetPolicyGroupsByDomain")
@RequestWrapper(localName = "getPolicyGroupsByDomain", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyGroupsByDomain")
@ResponseWrapper(localName = "getPolicyGroupsByDomainResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyGroupsByDomainResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getPolicyGroupsByDomain(
@WebParam(name = "domainId", targetNamespace = "")
long domainId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:AddTrustBundle")
@RequestWrapper(localName = "addTrustBundle", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddTrustBundle")
@ResponseWrapper(localName = "addTrustBundleResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddTrustBundleResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void addTrustBundle(
@WebParam(name = "bundle", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.TrustBundle bundle
) throws ConfigurationServiceException;
@WebMethod(action = "urn:SearchDomain")
@RequestWrapper(localName = "searchDomain", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.SearchDomain")
@ResponseWrapper(localName = "searchDomainResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.SearchDomainResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List searchDomain(
@WebParam(name = "name", targetNamespace = "")
java.lang.String name,
@WebParam(name = "status", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.EntityStatus status
);
@WebMethod(action = "urn:AddAddress")
@RequestWrapper(localName = "addAddress", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddAddress")
@ResponseWrapper(localName = "addAddressResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddAddressResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void addAddress(
@WebParam(name = "address", targetNamespace = "")
java.util.List address
) throws ConfigurationServiceException;
@WebMethod(action = "urn:AddPolicyGroup")
@RequestWrapper(localName = "addPolicyGroup", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddPolicyGroup")
@ResponseWrapper(localName = "addPolicyGroupResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddPolicyGroupResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void addPolicyGroup(
@WebParam(name = "policyGroup", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertPolicyGroup policyGroup
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetDNSByRecordId")
@RequestWrapper(localName = "getDNSByRecordId", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDNSByRecordId")
@ResponseWrapper(localName = "getDNSByRecordIdResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDNSByRecordIdResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public gov.hhs.fha.nhinc.direct.config.DnsRecord getDNSByRecordId(
@WebParam(name = "recordId", targetNamespace = "")
long recordId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetAddresss")
@RequestWrapper(localName = "getAddresss", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetAddresss")
@ResponseWrapper(localName = "getAddresssResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetAddresssResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getAddresss(
@WebParam(name = "emailAddress", targetNamespace = "")
java.util.List emailAddress,
@WebParam(name = "status", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.EntityStatus status
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetOutgoingAnchors")
@RequestWrapper(localName = "getOutgoingAnchors", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetOutgoingAnchors")
@ResponseWrapper(localName = "getOutgoingAnchorsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetOutgoingAnchorsResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getOutgoingAnchors(
@WebParam(name = "owner", targetNamespace = "")
java.lang.String owner,
@WebParam(name = "options", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertificateGetOptions options
) throws ConfigurationServiceException;
@WebMethod(action = "urn:ListAnchors")
@RequestWrapper(localName = "listAnchors", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.ListAnchors")
@ResponseWrapper(localName = "listAnchorsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.ListAnchorsResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List listAnchors(
@WebParam(name = "lastAnchorId", targetNamespace = "")
java.lang.Long lastAnchorId,
@WebParam(name = "maxResults", targetNamespace = "")
int maxResults,
@WebParam(name = "options", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertificateGetOptions options
) throws ConfigurationServiceException;
@WebMethod(action = "urn:AddAnchor")
@RequestWrapper(localName = "addAnchor", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddAnchor")
@ResponseWrapper(localName = "addAnchorResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddAnchorResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void addAnchor(
@WebParam(name = "anchor", targetNamespace = "")
java.util.List anchor
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetAnchors")
@RequestWrapper(localName = "getAnchors", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetAnchors")
@ResponseWrapper(localName = "getAnchorsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetAnchorsResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getAnchors(
@WebParam(name = "anchorId", targetNamespace = "")
java.util.List anchorId,
@WebParam(name = "options", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertificateGetOptions options
) throws ConfigurationServiceException;
@WebMethod(action = "urn:ListAddresss")
@RequestWrapper(localName = "listAddresss", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.ListAddresss")
@ResponseWrapper(localName = "listAddresssResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.ListAddresssResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List listAddresss(
@WebParam(name = "lastEmailAddress", targetNamespace = "")
java.lang.String lastEmailAddress,
@WebParam(name = "maxResults", targetNamespace = "")
int maxResults
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetCertificates")
@RequestWrapper(localName = "getCertificates", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetCertificates")
@ResponseWrapper(localName = "getCertificatesResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetCertificatesResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getCertificates(
@WebParam(name = "certificateIds", targetNamespace = "")
java.util.List certificateIds,
@WebParam(name = "options", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertificateGetOptions options
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetPolicyGroupByName")
@RequestWrapper(localName = "getPolicyGroupByName", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyGroupByName")
@ResponseWrapper(localName = "getPolicyGroupByNameResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyGroupByNameResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public gov.hhs.fha.nhinc.direct.config.CertPolicyGroup getPolicyGroupByName(
@WebParam(name = "policyGroupName", targetNamespace = "")
java.lang.String policyGroupName
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetAddressCount")
@RequestWrapper(localName = "getAddressCount", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetAddressCount")
@ResponseWrapper(localName = "getAddressCountResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetAddressCountResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public int getAddressCount() throws ConfigurationServiceException;
@WebMethod(action = "urn:DisassociatePolicyGroupFromDomain")
@RequestWrapper(localName = "disassociatePolicyGroupFromDomain", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DisassociatePolicyGroupFromDomain")
@ResponseWrapper(localName = "disassociatePolicyGroupFromDomainResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DisassociatePolicyGroupFromDomainResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void disassociatePolicyGroupFromDomain(
@WebParam(name = "domainId", targetNamespace = "")
long domainId,
@WebParam(name = "policyGroupId", targetNamespace = "")
long policyGroupId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetCertificate")
@RequestWrapper(localName = "getCertificate", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetCertificate")
@ResponseWrapper(localName = "getCertificateResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetCertificateResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public gov.hhs.fha.nhinc.direct.config.Certificate getCertificate(
@WebParam(name = "owner", targetNamespace = "")
java.lang.String owner,
@WebParam(name = "thumbprint", targetNamespace = "")
java.lang.String thumbprint,
@WebParam(name = "options", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertificateGetOptions options
) throws ConfigurationServiceException;
@WebMethod(action = "urn:RemoveAnchorsForOwner")
@RequestWrapper(localName = "removeAnchorsForOwner", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveAnchorsForOwner")
@ResponseWrapper(localName = "removeAnchorsForOwnerResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveAnchorsForOwnerResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void removeAnchorsForOwner(
@WebParam(name = "owner", targetNamespace = "")
java.lang.String owner
) throws ConfigurationServiceException;
@WebMethod(action = "urn:RemovePolicyUseFromGroup")
@RequestWrapper(localName = "removePolicyUseFromGroup", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemovePolicyUseFromGroup")
@ResponseWrapper(localName = "removePolicyUseFromGroupResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemovePolicyUseFromGroupResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void removePolicyUseFromGroup(
@WebParam(name = "policyGroupReltnId", targetNamespace = "")
long policyGroupReltnId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:UpdateTrustBundleAttributes")
@RequestWrapper(localName = "updateTrustBundleAttributes", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateTrustBundleAttributes")
@ResponseWrapper(localName = "updateTrustBundleAttributesResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateTrustBundleAttributesResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04: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 = "")
gov.hhs.fha.nhinc.direct.config.Certificate signingCert,
@WebParam(name = "trustBundleRefreshInterval", targetNamespace = "")
int trustBundleRefreshInterval
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetTrustBundlesByDomain")
@RequestWrapper(localName = "getTrustBundlesByDomain", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetTrustBundlesByDomain")
@ResponseWrapper(localName = "getTrustBundlesByDomainResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetTrustBundlesByDomainResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getTrustBundlesByDomain(
@WebParam(name = "domainId", targetNamespace = "")
long domainId,
@WebParam(name = "fetchAnchors", targetNamespace = "")
boolean fetchAnchors
) throws ConfigurationServiceException;
@WebMethod(action = "urn:SetCertificateStatus")
@RequestWrapper(localName = "setCertificateStatus", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.SetCertificateStatus")
@ResponseWrapper(localName = "setCertificateStatusResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.SetCertificateStatusResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void setCertificateStatus(
@WebParam(name = "certificateIds", targetNamespace = "")
java.util.List certificateIds,
@WebParam(name = "status", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.EntityStatus status
) throws ConfigurationServiceException;
@WebMethod(action = "urn:UpdatePolicyAttributes")
@RequestWrapper(localName = "updatePolicyAttributes", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdatePolicyAttributes")
@ResponseWrapper(localName = "updatePolicyAttributesResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdatePolicyAttributesResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void updatePolicyAttributes(
@WebParam(name = "policyId", targetNamespace = "")
long policyId,
@WebParam(name = "policyName", targetNamespace = "")
java.lang.String policyName,
@WebParam(name = "policyLexicon", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.PolicyLexicon policyLexicon,
@WebParam(name = "policyData", targetNamespace = "")
byte[] policyData
) throws ConfigurationServiceException;
@WebMethod(action = "urn:DisassociateTrustBundleFromDomain")
@RequestWrapper(localName = "disassociateTrustBundleFromDomain", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DisassociateTrustBundleFromDomain")
@ResponseWrapper(localName = "disassociateTrustBundleFromDomainResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DisassociateTrustBundleFromDomainResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void disassociateTrustBundleFromDomain(
@WebParam(name = "domainId", targetNamespace = "")
long domainId,
@WebParam(name = "trustBundleId", targetNamespace = "")
long trustBundleId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetDNSByType")
@RequestWrapper(localName = "getDNSByType", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDNSByType")
@ResponseWrapper(localName = "getDNSByTypeResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDNSByTypeResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getDNSByType(
@WebParam(name = "type", targetNamespace = "")
int type
) throws ConfigurationServiceException;
@WebMethod(action = "urn:RemoveDomainById")
@RequestWrapper(localName = "removeDomainById", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveDomainById")
@ResponseWrapper(localName = "removeDomainByIdResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveDomainByIdResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void removeDomainById(
@WebParam(name = "id", targetNamespace = "")
java.lang.Long id
) throws ConfigurationServiceException;
@WebMethod(action = "urn:ListCertificates")
@RequestWrapper(localName = "listCertificates", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.ListCertificates")
@ResponseWrapper(localName = "listCertificatesResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.ListCertificatesResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List listCertificates(
@WebParam(name = "lastCertificateId", targetNamespace = "")
long lastCertificateId,
@WebParam(name = "maxResutls", targetNamespace = "")
int maxResutls,
@WebParam(name = "options", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertificateGetOptions options
) throws ConfigurationServiceException;
@WebMethod(action = "urn:UpdateLastUpdateError")
@RequestWrapper(localName = "updateLastUpdateError", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateLastUpdateError")
@ResponseWrapper(localName = "updateLastUpdateErrorResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateLastUpdateErrorResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void updateLastUpdateError(
@WebParam(name = "trustBundleId", targetNamespace = "")
long trustBundleId,
@WebParam(name = "attemptTime", targetNamespace = "")
javax.xml.datatype.XMLGregorianCalendar attemptTime,
@WebParam(name = "error", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.BundleRefreshError error
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetSettingByName")
@RequestWrapper(localName = "getSettingByName", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetSettingByName")
@ResponseWrapper(localName = "getSettingByNameResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetSettingByNameResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public gov.hhs.fha.nhinc.direct.config.Setting getSettingByName(
@WebParam(name = "name", targetNamespace = "")
java.lang.String name
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetDNSCount")
@RequestWrapper(localName = "getDNSCount", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDNSCount")
@ResponseWrapper(localName = "getDNSCountResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDNSCountResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public int getDNSCount() throws ConfigurationServiceException;
@WebMethod(action = "urn:DeletePolicies")
@RequestWrapper(localName = "deletePolicies", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DeletePolicies")
@ResponseWrapper(localName = "deletePoliciesResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DeletePoliciesResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void deletePolicies(
@WebParam(name = "policyIds", targetNamespace = "")
java.util.List policyIds
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetTrustBundleByName")
@RequestWrapper(localName = "getTrustBundleByName", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetTrustBundleByName")
@ResponseWrapper(localName = "getTrustBundleByNameResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetTrustBundleByNameResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public gov.hhs.fha.nhinc.direct.config.TrustBundle getTrustBundleByName(
@WebParam(name = "bundleName", targetNamespace = "")
java.lang.String bundleName
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetPolicyById")
@RequestWrapper(localName = "getPolicyById", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyById")
@ResponseWrapper(localName = "getPolicyByIdResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicyByIdResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public gov.hhs.fha.nhinc.direct.config.CertPolicy getPolicyById(
@WebParam(name = "policyId", targetNamespace = "")
long policyId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetDomains")
@RequestWrapper(localName = "getDomains", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDomains")
@ResponseWrapper(localName = "getDomainsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDomainsResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getDomains(
@WebParam(name = "names", targetNamespace = "")
java.util.List names,
@WebParam(name = "status", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.EntityStatus status
) throws ConfigurationServiceException;
@WebMethod(action = "urn:RemoveDomain")
@RequestWrapper(localName = "removeDomain", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveDomain")
@ResponseWrapper(localName = "removeDomainResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveDomainResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void removeDomain(
@WebParam(name = "name", targetNamespace = "")
java.lang.String name
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetCertificatesForOwner")
@RequestWrapper(localName = "getCertificatesForOwner", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetCertificatesForOwner")
@ResponseWrapper(localName = "getCertificatesForOwnerResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetCertificatesForOwnerResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getCertificatesForOwner(
@WebParam(name = "owner", targetNamespace = "")
java.lang.String owner,
@WebParam(name = "options", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertificateGetOptions options
) throws ConfigurationServiceException;
@WebMethod(action = "urn:AddCertificates")
@RequestWrapper(localName = "addCertificates", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddCertificates")
@ResponseWrapper(localName = "addCertificatesResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddCertificatesResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void addCertificates(
@WebParam(name = "certs", targetNamespace = "")
java.util.List certs
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetPolicies")
@RequestWrapper(localName = "getPolicies", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPolicies")
@ResponseWrapper(localName = "getPoliciesResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetPoliciesResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getPolicies() throws ConfigurationServiceException;
@WebMethod(action = "urn:DisassociatePolicyGroupFromDomains")
@RequestWrapper(localName = "disassociatePolicyGroupFromDomains", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DisassociatePolicyGroupFromDomains")
@ResponseWrapper(localName = "disassociatePolicyGroupFromDomainsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DisassociatePolicyGroupFromDomainsResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void disassociatePolicyGroupFromDomains(
@WebParam(name = "policyGroupId", targetNamespace = "")
long policyGroupId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:Contains")
@RequestWrapper(localName = "contains", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.Contains")
@ResponseWrapper(localName = "containsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.ContainsResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public boolean contains(
@WebParam(name = "cert", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.Certificate cert
);
@WebMethod(action = "urn:GetDomain")
@RequestWrapper(localName = "getDomain", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDomain")
@ResponseWrapper(localName = "getDomainResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDomainResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public gov.hhs.fha.nhinc.direct.config.Domain getDomain(
@WebParam(name = "id", targetNamespace = "")
java.lang.Long id
);
@WebMethod(action = "urn:GetDNSByNameAndType")
@RequestWrapper(localName = "getDNSByNameAndType", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDNSByNameAndType")
@ResponseWrapper(localName = "getDNSByNameAndTypeResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDNSByNameAndTypeResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getDNSByNameAndType(
@WebParam(name = "name", targetNamespace = "")
java.lang.String name,
@WebParam(name = "type", targetNamespace = "")
int type
) throws ConfigurationServiceException;
@WebMethod(action = "urn:UpdateAddress")
@RequestWrapper(localName = "updateAddress", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateAddress")
@ResponseWrapper(localName = "updateAddressResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateAddressResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void updateAddress(
@WebParam(name = "address", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.Address address
) throws ConfigurationServiceException;
@WebMethod(action = "urn:DisassociateTrustBundlesFromDomain")
@RequestWrapper(localName = "disassociateTrustBundlesFromDomain", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DisassociateTrustBundlesFromDomain")
@ResponseWrapper(localName = "disassociateTrustBundlesFromDomainResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DisassociateTrustBundlesFromDomainResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void disassociateTrustBundlesFromDomain(
@WebParam(name = "domainId", targetNamespace = "")
long domainId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:RefreshTrustBundle")
@RequestWrapper(localName = "refreshTrustBundle", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RefreshTrustBundle")
@ResponseWrapper(localName = "refreshTrustBundleResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RefreshTrustBundleResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void refreshTrustBundle(
@WebParam(name = "id", targetNamespace = "")
long id
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetDNSByName")
@RequestWrapper(localName = "getDNSByName", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDNSByName")
@ResponseWrapper(localName = "getDNSByNameResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDNSByNameResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getDNSByName(
@WebParam(name = "name", targetNamespace = "")
java.lang.String name
) throws ConfigurationServiceException;
@WebMethod(action = "urn:DeleteTrustBundles")
@RequestWrapper(localName = "deleteTrustBundles", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DeleteTrustBundles")
@ResponseWrapper(localName = "deleteTrustBundlesResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DeleteTrustBundlesResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void deleteTrustBundles(
@WebParam(name = "trustBundleIds", targetNamespace = "")
java.util.List trustBundleIds
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetIncomingAnchors")
@RequestWrapper(localName = "getIncomingAnchors", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetIncomingAnchors")
@ResponseWrapper(localName = "getIncomingAnchorsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetIncomingAnchorsResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getIncomingAnchors(
@WebParam(name = "owner", targetNamespace = "")
java.lang.String owner,
@WebParam(name = "options", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertificateGetOptions options
) throws ConfigurationServiceException;
@WebMethod(action = "urn:DeleteSetting")
@RequestWrapper(localName = "deleteSetting", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DeleteSetting")
@ResponseWrapper(localName = "deleteSettingResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.DeleteSettingResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void deleteSetting(
@WebParam(name = "names", targetNamespace = "")
java.util.List names
) throws ConfigurationServiceException;
@WebMethod(action = "urn:AssociateTrustBundleToDomain")
@RequestWrapper(localName = "associateTrustBundleToDomain", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AssociateTrustBundleToDomain")
@ResponseWrapper(localName = "associateTrustBundleToDomainResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AssociateTrustBundleToDomainResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04: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;
@WebMethod(action = "urn:GetDNSByRecordIds")
@RequestWrapper(localName = "getDNSByRecordIds", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDNSByRecordIds")
@ResponseWrapper(localName = "getDNSByRecordIdsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetDNSByRecordIdsResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getDNSByRecordIds(
@WebParam(name = "recordIds", targetNamespace = "")
java.util.List recordIds
) throws ConfigurationServiceException;
@WebMethod(action = "urn:RemoveAddress")
@RequestWrapper(localName = "removeAddress", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveAddress")
@ResponseWrapper(localName = "removeAddressResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveAddressResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void removeAddress(
@WebParam(name = "emailAddress", targetNamespace = "")
java.lang.String emailAddress
) throws ConfigurationServiceException;
@WebMethod(action = "urn:AddPolicy")
@RequestWrapper(localName = "addPolicy", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddPolicy")
@ResponseWrapper(localName = "addPolicyResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddPolicyResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void addPolicy(
@WebParam(name = "policy", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertPolicy policy
) throws ConfigurationServiceException;
@WebMethod(action = "urn:UpdateTrustBundleSigningCertificate")
@RequestWrapper(localName = "updateTrustBundleSigningCertificate", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateTrustBundleSigningCertificate")
@ResponseWrapper(localName = "updateTrustBundleSigningCertificateResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateTrustBundleSigningCertificateResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void updateTrustBundleSigningCertificate(
@WebParam(name = "trustBundleIds", targetNamespace = "")
long trustBundleIds,
@WebParam(name = "signingCert", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.Certificate signingCert
) throws ConfigurationServiceException;
@WebMethod(action = "urn:AddPolicyUseToGroup")
@RequestWrapper(localName = "addPolicyUseToGroup", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddPolicyUseToGroup")
@ResponseWrapper(localName = "addPolicyUseToGroupResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.AddPolicyUseToGroupResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void addPolicyUseToGroup(
@WebParam(name = "policyGroupId", targetNamespace = "")
long policyGroupId,
@WebParam(name = "policyId", targetNamespace = "")
long policyId,
@WebParam(name = "policyUse", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.CertPolicyUse policyUse,
@WebParam(name = "incoming", targetNamespace = "")
boolean incoming,
@WebParam(name = "outgoing", targetNamespace = "")
boolean outgoing
) throws ConfigurationServiceException;
@WebMethod(action = "urn:listDomains")
@RequestWrapper(localName = "listDomains", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.ListDomains")
@ResponseWrapper(localName = "listDomainsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.ListDomainsResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List listDomains(
@WebParam(name = "names", targetNamespace = "")
java.lang.String names,
@WebParam(name = "maxResults", targetNamespace = "")
int maxResults
) throws ConfigurationServiceException;
@WebMethod(action = "urn:UpdateGroupAttributes")
@RequestWrapper(localName = "updateGroupAttributes", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateGroupAttributes")
@ResponseWrapper(localName = "updateGroupAttributesResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.UpdateGroupAttributesResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void updateGroupAttributes(
@WebParam(name = "policyGroupId", targetNamespace = "")
long policyGroupId,
@WebParam(name = "policyGroupName", targetNamespace = "")
java.lang.String policyGroupName
) throws ConfigurationServiceException;
@WebMethod(action = "urn:RemoveDNSByRecordId")
@RequestWrapper(localName = "removeDNSByRecordId", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveDNSByRecordId")
@ResponseWrapper(localName = "removeDNSByRecordIdResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveDNSByRecordIdResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void removeDNSByRecordId(
@WebParam(name = "recordId", targetNamespace = "")
long recordId
) throws ConfigurationServiceException;
@WebMethod(action = "urn:SetAnchorStatusForOwner")
@RequestWrapper(localName = "setAnchorStatusForOwner", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.SetAnchorStatusForOwner")
@ResponseWrapper(localName = "setAnchorStatusForOwnerResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.SetAnchorStatusForOwnerResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void setAnchorStatusForOwner(
@WebParam(name = "owner", targetNamespace = "")
java.lang.String owner,
@WebParam(name = "status", targetNamespace = "")
gov.hhs.fha.nhinc.direct.config.EntityStatus status
) throws ConfigurationServiceException;
@WebMethod(action = "urn:RemoveCertificates")
@RequestWrapper(localName = "removeCertificates", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveCertificates")
@ResponseWrapper(localName = "removeCertificatesResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.RemoveCertificatesResponse")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public void removeCertificates(
@WebParam(name = "certificateIds", targetNamespace = "")
java.util.List certificateIds
) throws ConfigurationServiceException;
@WebMethod(action = "urn:GetAllSettings")
@RequestWrapper(localName = "getAllSettings", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetAllSettings")
@ResponseWrapper(localName = "getAllSettingsResponse", targetNamespace = "http://nhind.org/config", className = "gov.hhs.fha.nhinc.direct.config.GetAllSettingsResponse")
@WebResult(name = "return", targetNamespace = "")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T17:59:39.950-04:00")
public java.util.List getAllSettings() throws ConfigurationServiceException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy