summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/wsdl/szr_v4/SZR.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/wsdl/szr_v4/SZR.java')
-rw-r--r--src/main/java/at/gv/util/wsdl/szr_v4/SZR.java139
1 files changed, 139 insertions, 0 deletions
diff --git a/src/main/java/at/gv/util/wsdl/szr_v4/SZR.java b/src/main/java/at/gv/util/wsdl/szr_v4/SZR.java
new file mode 100644
index 0000000..80879b8
--- /dev/null
+++ b/src/main/java/at/gv/util/wsdl/szr_v4/SZR.java
@@ -0,0 +1,139 @@
+package at.gv.util.wsdl.szr_v4;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.bind.annotation.XmlSeeAlso;
+
+/**
+ * This class was generated by Apache CXF 3.1.10
+ * 2020-01-23T08:35:58.916+01:00
+ * Generated source version: 3.1.10
+ *
+ */
+@WebService(targetNamespace = "urn:SZRServices", name = "SZR")
+@XmlSeeAlso({at.gv.util.xsd.szr.pvp19.sec.ObjectFactory.class, at.gv.util.xsd.szr.xmldsig.ObjectFactory.class, at.gv.util.xsd.szr.pvp19.ObjectFactory.class, at.gv.util.xsd.szr.persondata.ObjectFactory.class, at.gv.util.xsd.szr.ecdsa.ObjectFactory.class, at.gv.util.xsd.szr_v4.ObjectFactory.class})
+@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+public interface SZR {
+
+ @WebMethod(operationName = "GetBPK")
+ @WebResult(name = "GetBPKResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.GetBPKResponse getBPK(
+ @WebParam(partName = "parameters", name = "GetBPK", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.GetBPK parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "ZMRAnwendungsIntegration")
+ @WebResult(name = "ZMRAnwendungsIntegrationResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.ZMRAnwendungsIntegrationResponse zmrAnwendungsIntegration(
+ @WebParam(partName = "parameters", name = "ZMRAnwendungsIntegration", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.ZMRAnwendungsIntegration parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "GetStammzahlEncrypted")
+ @WebResult(name = "GetStammzahlEncryptedResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.GetStammzahlEncryptedResponse getStammzahlEncrypted(
+ @WebParam(partName = "parameters", name = "GetStammzahlEncrypted", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.GetStammzahlEncrypted parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "GetVKZPermission")
+ @WebResult(name = "GetVKZPermissionResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.GetVKZPermissionResponse getVKZPermission(
+ @WebParam(partName = "parameters", name = "GetVKZPermission", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.GetVKZPermission parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "SignContent")
+ @WebResult(name = "SignContentResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.SignContentResponse signContent(
+ @WebParam(partName = "parameters", name = "SignContent", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.SignContent parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "GetIdentityLink")
+ @WebResult(name = "GetIdentityLinkResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.GetIdentityLinkResponse getIdentityLink(
+ @WebParam(partName = "parameters", name = "GetIdentityLink", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.GetIdentityLink parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "BasiszahlZuBPK")
+ @WebResult(name = "BasiszahlZuBPKResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.BasiszahlZuBPKResponse basiszahlZuBPK(
+ @WebParam(partName = "parameters", name = "BasiszahlZuBPK", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.BasiszahlZuBPK parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "GetStammzahl")
+ @WebResult(name = "GetStammzahlResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.GetStammzahlResponse getStammzahl(
+ @WebParam(partName = "parameters", name = "GetStammzahl", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.GetStammzahl parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "ValidateIdentityLink")
+ @WebResult(name = "ValidateIdentityLinkResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.ValidateIdentityLinkResponse validateIdentityLink(
+ @WebParam(partName = "parameters", name = "ValidateIdentityLink", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.ValidateIdentityLink parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "BPKzuBasiszahl")
+ @WebResult(name = "BPKzuBasiszahlResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.BPKzuBasiszahlResponse bpKzuBasiszahl(
+ @WebParam(partName = "parameters", name = "BPKzuBasiszahl", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.BPKzuBasiszahl parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "GetIdentityLinkEidas")
+ @WebResult(name = "GetIdentityLinkEidasResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.GetIdentityLinkEidasResponse getIdentityLinkEidas(
+ @WebParam(partName = "parameters", name = "GetIdentityLinkEidas", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.GetIdentityLinkEidas parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "GetBPKs")
+ @WebResult(name = "GetBPKsResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.GetBPKsResponse getBPKs(
+ @WebParam(partName = "parameters", name = "GetBPKs", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.GetBPKs parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "TransformBPK")
+ @WebResult(name = "TransformBPKResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.TransformBPKResponse transformBPK(
+ @WebParam(partName = "parameters", name = "TransformBPK", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.TransformBPK parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "GetBPKFromStammzahlEncrypted")
+ @WebResult(name = "GetBPKFromStammzahlEncryptedResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.GetBPKFromStammzahlEncryptedResponse getBPKFromStammzahlEncrypted(
+ @WebParam(partName = "parameters", name = "GetBPKFromStammzahlEncrypted", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.GetBPKFromStammzahlEncrypted parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "GetBPKKombi")
+ @WebResult(name = "GetBPKKombiResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.GetBPKKombiResponse getBPKKombi(
+ @WebParam(partName = "parameters", name = "GetBPKKombi", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.GetBPKKombi parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "GetVersion")
+ @WebResult(name = "GetVersionResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.GetVersionResponse getVersion(
+ @WebParam(partName = "parameters", name = "GetVersion", targetNamespace = "urn:SZRServices")
+ java.lang.Object parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "GetBPKZPV")
+ @WebResult(name = "GetBPKZPVResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr_v4.GetBPKZPVResponse getBPKZPV(
+ @WebParam(partName = "parameters", name = "GetBPKZPV", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr_v4.GetBPKZPV parameters
+ ) throws SZRException;
+}