diff options
| author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-11-28 11:03:02 +0000 | 
|---|---|---|
| committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-11-28 11:03:02 +0000 | 
| commit | 6fd32071815631ee9042bc9e107510d8371d932b (patch) | |
| tree | a4aac3d21983c90e34af72871d1891cec64adc84 /bkucommon/src | |
| parent | 164b81e21151874f3e53b9c44c90c9d1ab521c86 (diff) | |
| download | mocca-6fd32071815631ee9042bc9e107510d8371d932b.tar.gz mocca-6fd32071815631ee9042bc9e107510d8371d932b.tar.bz2 mocca-6fd32071815631ee9042bc9e107510d8371d932b.zip | |
Use newly generated JAXB classes
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1230 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'bkucommon/src')
25 files changed, 68 insertions, 68 deletions
| diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/SLMarshallerFactory.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/SLMarshallerFactory.java index e4cb10a6..af75f67f 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/SLMarshallerFactory.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/SLMarshallerFactory.java @@ -64,7 +64,7 @@ public class SLMarshallerFactory {    private SLMarshallerFactory() {      // context is initialized immediately while the legacy context is initialized only on demand      try { -      String slPkg = at.buergerkarte.namespaces.securitylayer._1.ObjectFactory.class.getPackage().getName(); +      String slPkg = at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory.class.getPackage().getName();        String xmldsigPkg = org.w3._2000._09.xmldsig_.ObjectFactory.class.getPackage().getName();        String cardChannelPkg = at.buergerkarte.namespaces.cardchannel.ObjectFactory.class.getPackage().getName();        context = JAXBContext.newInstance(slPkg + ":" + xmldsigPkg + ":" + cardChannelPkg); diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractAssocArrayInfobox.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractAssocArrayInfobox.java index 73d6cd62..9d134aaf 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractAssocArrayInfobox.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractAssocArrayInfobox.java @@ -37,15 +37,15 @@ import javax.xml.bind.Marshaller;  import org.slf4j.Logger;  import org.slf4j.LoggerFactory; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxAssocArrayPairType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadDataAssocArrayType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadParamsAssocArrayType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadRequestType; -import at.buergerkarte.namespaces.securitylayer._1.ObjectFactory; -import at.buergerkarte.namespaces.securitylayer._1.XMLContentType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadParamsAssocArrayType.ReadKeys; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadParamsAssocArrayType.ReadPairs; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadParamsAssocArrayType.ReadValue; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxAssocArrayPairType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadDataAssocArrayType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadParamsAssocArrayType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory; +import at.buergerkarte.namespaces.securitylayer._1_2_3.XMLContentType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadParamsAssocArrayType.ReadKeys; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadParamsAssocArrayType.ReadPairs; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadParamsAssocArrayType.ReadValue;  import at.gv.egiz.bku.slcommands.InfoboxReadResult;  import at.gv.egiz.bku.slcommands.SLCommandContext;  import at.gv.egiz.bku.slcommands.SLMarshallerFactory; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractBinaryFileInfobox.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractBinaryFileInfobox.java index b766d577..f1ec5937 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractBinaryFileInfobox.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractBinaryFileInfobox.java @@ -27,8 +27,8 @@ package at.gv.egiz.bku.slcommands.impl;  import org.slf4j.Logger;  import org.slf4j.LoggerFactory; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadParamsBinaryFileType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadParamsBinaryFileType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadRequestType;  /**   * An abstract base class for {@link Infobox} implementations of type binary file. diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractInfoboxImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractInfoboxImpl.java index 8fa7e0c9..82fb79ec 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractInfoboxImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/AbstractInfoboxImpl.java @@ -24,8 +24,8 @@  package at.gv.egiz.bku.slcommands.impl; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadRequestType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxUpdateRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxUpdateRequestType;  import at.gv.egiz.bku.slcommands.InfoboxReadResult;  import at.gv.egiz.bku.slcommands.InfoboxUpdateResult;  import at.gv.egiz.bku.slcommands.SLCommandContext; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CardChannelInfoboxImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CardChannelInfoboxImpl.java index 79118add..1e3b6bc7 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CardChannelInfoboxImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CardChannelInfoboxImpl.java @@ -49,10 +49,10 @@ import at.buergerkarte.namespaces.cardchannel.ResponseAPDUType;  import at.buergerkarte.namespaces.cardchannel.ResponseType;  import at.buergerkarte.namespaces.cardchannel.ScriptType;  import at.buergerkarte.namespaces.cardchannel.VerifyAPDUType; -import at.buergerkarte.namespaces.securitylayer._1.Base64XMLContentType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadRequestType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxUpdateRequestType; -import at.buergerkarte.namespaces.securitylayer._1.XMLContentType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.Base64XMLContentType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxUpdateRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.XMLContentType;  import at.gv.egiz.bku.slcommands.InfoboxReadResult;  import at.gv.egiz.bku.slcommands.InfoboxUpdateResult;  import at.gv.egiz.bku.slcommands.SLCommandContext; @@ -93,8 +93,8 @@ public class CardChannelInfoboxImpl extends AbstractBinaryFileInfobox {    public InfoboxReadResult read(InfoboxReadRequestType request,        SLCommandContext cmdCtx) throws SLCommandException { -    at.buergerkarte.namespaces.securitylayer._1.ObjectFactory objectFactory  -    = new at.buergerkarte.namespaces.securitylayer._1.ObjectFactory(); +    at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory objectFactory +    = new at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory();      Base64XMLContentType content = objectFactory.createBase64XMLContentType();      XMLContentType xmlContent = objectFactory.createXMLContentType(); diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CreateXMLSignatureCommandImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CreateXMLSignatureCommandImpl.java index 79e0a21e..93b118e5 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CreateXMLSignatureCommandImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CreateXMLSignatureCommandImpl.java @@ -40,8 +40,8 @@ import org.slf4j.LoggerFactory;  import org.w3c.dom.ls.DOMImplementationLS;  import org.w3c.dom.ls.LSSerializer; -import at.buergerkarte.namespaces.securitylayer._1.CreateXMLSignatureRequestType; -import at.buergerkarte.namespaces.securitylayer._1.DataObjectInfoType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.CreateXMLSignatureRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.DataObjectInfoType;  import at.gv.egiz.bku.binding.HTTPBindingProcessorImpl;  import at.gv.egiz.bku.conf.MoccaConfigurationFacade;  import at.gv.egiz.bku.slcommands.CreateXMLSignatureCommand; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CreateXMLSignatureResultImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CreateXMLSignatureResultImpl.java index 98febc12..f807b176 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CreateXMLSignatureResultImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CreateXMLSignatureResultImpl.java @@ -37,8 +37,8 @@ import org.w3c.dom.DocumentFragment;  import org.w3c.dom.Element;  import org.w3c.dom.Node; -import at.buergerkarte.namespaces.securitylayer._1.CreateXMLSignatureResponseType; -import at.buergerkarte.namespaces.securitylayer._1.ObjectFactory; +import at.buergerkarte.namespaces.securitylayer._1_2_3.CreateXMLSignatureResponseType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory;  import at.gv.egiz.bku.slcommands.CreateXMLSignatureResult;  import at.gv.egiz.bku.slcommands.SLMarshallerFactory;  import at.gv.egiz.bku.slexceptions.SLRuntimeException; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java index 74d9ba1e..731c26af 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java @@ -25,7 +25,7 @@  package at.gv.egiz.bku.slcommands.impl; -import at.buergerkarte.namespaces.securitylayer._1.GetStatusRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.GetStatusRequestType;  import at.gv.egiz.bku.slcommands.GetStatusCommand;  import at.gv.egiz.bku.slcommands.SLCommandContext;  import at.gv.egiz.bku.slcommands.SLResult; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusResultImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusResultImpl.java index 00492b34..dbe9c065 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusResultImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusResultImpl.java @@ -24,9 +24,9 @@  package at.gv.egiz.bku.slcommands.impl; -import at.buergerkarte.namespaces.securitylayer._1.GetStatusResponseType; -import at.buergerkarte.namespaces.securitylayer._1.ObjectFactory; -import at.buergerkarte.namespaces.securitylayer._1.TokenStatusType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.GetStatusResponseType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory; +import at.buergerkarte.namespaces.securitylayer._1_2_3.TokenStatusType;  import at.gv.egiz.bku.slcommands.GetStatusResult;  import javax.xml.bind.JAXBElement;  import javax.xml.transform.Result; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/IdentityLinkInfoboxImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/IdentityLinkInfoboxImpl.java index a35996f9..add7a3e1 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/IdentityLinkInfoboxImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/IdentityLinkInfoboxImpl.java @@ -51,8 +51,8 @@ import org.w3c.dom.Document;  import org.w3c.dom.Node;  import at.buergerkarte.namespaces.personenbindung._20020506_.CompressedIdentityLinkType; -import at.buergerkarte.namespaces.securitylayer._1.AnyChildrenType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.AnyChildrenType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadRequestType;  import at.gv.egiz.bku.slcommands.InfoboxReadResult;  import at.gv.egiz.bku.slcommands.SLCommand;  import at.gv.egiz.bku.slcommands.SLCommandContext; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/Infobox.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/Infobox.java index 44326ade..3cfe2d44 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/Infobox.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/Infobox.java @@ -24,8 +24,8 @@  package at.gv.egiz.bku.slcommands.impl; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadRequestType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxUpdateRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxUpdateRequestType;  import at.gv.egiz.bku.slcommands.InfoboxReadResult;  import at.gv.egiz.bku.slcommands.InfoboxUpdateResult;  import at.gv.egiz.bku.slcommands.SLCommandContext; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxReadCommandImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxReadCommandImpl.java index 4857ecdf..016565b4 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxReadCommandImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxReadCommandImpl.java @@ -27,7 +27,7 @@ package at.gv.egiz.bku.slcommands.impl;  import org.slf4j.Logger;  import org.slf4j.LoggerFactory; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadRequestType;  import at.gv.egiz.bku.slcommands.InfoboxReadCommand;  import at.gv.egiz.bku.slcommands.SLCommandContext;  import at.gv.egiz.bku.slcommands.SLResult; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxReadResultFileImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxReadResultFileImpl.java index 64bdff3f..8208f5fb 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxReadResultFileImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxReadResultFileImpl.java @@ -42,10 +42,10 @@ import org.w3c.dom.Document;  import org.w3c.dom.Node;  import org.w3c.dom.NodeList; -import at.buergerkarte.namespaces.securitylayer._1.Base64XMLContentType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadResponseType; -import at.buergerkarte.namespaces.securitylayer._1.ObjectFactory; -import at.buergerkarte.namespaces.securitylayer._1.XMLContentType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.Base64XMLContentType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadResponseType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory; +import at.buergerkarte.namespaces.securitylayer._1_2_3.XMLContentType;  import at.gv.egiz.bku.slcommands.InfoboxReadResult;  import at.gv.egiz.bku.slcommands.SLCommand;  import at.gv.egiz.bku.slcommands.SLMarshallerFactory; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxReadResultImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxReadResultImpl.java index e758d202..7222a422 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxReadResultImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxReadResultImpl.java @@ -28,10 +28,10 @@ import javax.xml.bind.JAXBElement;  import javax.xml.transform.Result;  import javax.xml.transform.Templates; -import at.buergerkarte.namespaces.securitylayer._1.Base64XMLContentType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadDataAssocArrayType; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxReadResponseType; -import at.buergerkarte.namespaces.securitylayer._1.ObjectFactory; +import at.buergerkarte.namespaces.securitylayer._1_2_3.Base64XMLContentType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadDataAssocArrayType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxReadResponseType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory;  import at.gv.egiz.bku.slcommands.InfoboxReadResult;  public class InfoboxReadResultImpl extends SLResultImpl implements InfoboxReadResult { diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxUpdateCommandImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxUpdateCommandImpl.java index fd85f8fd..2b544eb5 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxUpdateCommandImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxUpdateCommandImpl.java @@ -27,7 +27,7 @@ package at.gv.egiz.bku.slcommands.impl;  import org.slf4j.Logger;  import org.slf4j.LoggerFactory; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxUpdateRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxUpdateRequestType;  import at.gv.egiz.bku.slcommands.InfoboxUpdateCommand;  import at.gv.egiz.bku.slcommands.SLCommandContext;  import at.gv.egiz.bku.slcommands.SLResult; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxUpdateResultImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxUpdateResultImpl.java index 64f15ade..ced8ebea 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxUpdateResultImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxUpdateResultImpl.java @@ -28,8 +28,8 @@ import javax.xml.bind.JAXBElement;  import javax.xml.transform.Result;  import javax.xml.transform.Templates; -import at.buergerkarte.namespaces.securitylayer._1.InfoboxUpdateResponseType; -import at.buergerkarte.namespaces.securitylayer._1.ObjectFactory; +import at.buergerkarte.namespaces.securitylayer._1_2_3.InfoboxUpdateResponseType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory;  import at.gv.egiz.bku.slcommands.InfoboxUpdateResult;  public class InfoboxUpdateResultImpl extends SLResultImpl implements diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/NullOperationCommandImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/NullOperationCommandImpl.java index d2e94936..a798decb 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/NullOperationCommandImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/NullOperationCommandImpl.java @@ -24,7 +24,7 @@  package at.gv.egiz.bku.slcommands.impl; -import at.buergerkarte.namespaces.securitylayer._1.NullOperationRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.NullOperationRequestType;  import at.gv.egiz.bku.slcommands.NullOperationCommand;  import at.gv.egiz.bku.slcommands.NullOperationResult;  import at.gv.egiz.bku.slcommands.SLCommandContext; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/NullOperationResultImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/NullOperationResultImpl.java index 12bea8fd..d1b4dbaf 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/NullOperationResultImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/NullOperationResultImpl.java @@ -28,8 +28,8 @@ import javax.xml.bind.JAXBElement;  import javax.xml.transform.Result;  import javax.xml.transform.Templates; -import at.buergerkarte.namespaces.securitylayer._1.NullOperationResponseType; -import at.buergerkarte.namespaces.securitylayer._1.ObjectFactory; +import at.buergerkarte.namespaces.securitylayer._1_2_3.NullOperationResponseType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory;  import at.gv.egiz.bku.slcommands.NullOperationResult;  /** diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/SLResultImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/SLResultImpl.java index 4df529da..e3bb0966 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/SLResultImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/SLResultImpl.java @@ -49,8 +49,8 @@ import org.slf4j.Logger;  import org.slf4j.LoggerFactory;  import org.w3c.dom.Node; -import at.buergerkarte.namespaces.securitylayer._1.ErrorResponseType; -import at.buergerkarte.namespaces.securitylayer._1.ObjectFactory; +import at.buergerkarte.namespaces.securitylayer._1_2_3.ErrorResponseType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory;  import at.gv.egiz.bku.slcommands.SLMarshallerFactory;  import at.gv.egiz.bku.slcommands.SLResult;  import at.gv.egiz.bku.slexceptions.SLBindingException; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/DataObject.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/DataObject.java index 70cd0cd5..234d8a99 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/DataObject.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/DataObject.java @@ -79,10 +79,10 @@ import org.w3c.dom.ls.LSOutput;  import org.w3c.dom.ls.LSParser;  import org.w3c.dom.ls.LSSerializer; -import at.buergerkarte.namespaces.securitylayer._1.Base64XMLLocRefOptRefContentType; -import at.buergerkarte.namespaces.securitylayer._1.DataObjectInfoType; -import at.buergerkarte.namespaces.securitylayer._1.MetaInfoType; -import at.buergerkarte.namespaces.securitylayer._1.TransformsInfoType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.Base64XMLLocRefOptRefContentType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.DataObjectInfoType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.MetaInfoType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.TransformsInfoType;  import at.gv.egiz.bku.binding.HttpUtil;  import at.gv.egiz.bku.gui.viewer.MimeTypes;  import at.gv.egiz.bku.slcommands.SLMarshallerFactory; @@ -1200,10 +1200,10 @@ public class DataObject {        fragment = ctx.getDocument().createDocumentFragment();        Marshaller marshaller = SLMarshallerFactory.getInstance().createMarshaller(false); -      JAXBElement<at.buergerkarte.namespaces.securitylayer._1.XMLContentType> element =  -        new JAXBElement<at.buergerkarte.namespaces.securitylayer._1.XMLContentType>( +      JAXBElement<at.buergerkarte.namespaces.securitylayer._1_2_3.XMLContentType> element = +        new JAXBElement<at.buergerkarte.namespaces.securitylayer._1_2_3.XMLContentType>(            new QName("dummy"), -          at.buergerkarte.namespaces.securitylayer._1.XMLContentType.class, +          at.buergerkarte.namespaces.securitylayer._1_2_3.XMLContentType.class,            xmlContent);        try { diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java index 2b93d9d7..c838b24b 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/Signature.java @@ -76,11 +76,11 @@ import org.w3c.dom.ls.LSParser;  import org.w3c.dom.ls.LSResourceResolver;  import org.w3c.dom.ls.LSSerializer; -import at.buergerkarte.namespaces.securitylayer._1.Base64XMLLocRefReqRefContentType; -import at.buergerkarte.namespaces.securitylayer._1.Base64XMLOptRefContentType; -import at.buergerkarte.namespaces.securitylayer._1.DataObjectAssociationType; -import at.buergerkarte.namespaces.securitylayer._1.DataObjectInfoType; -import at.buergerkarte.namespaces.securitylayer._1.SignatureInfoCreationType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.Base64XMLLocRefReqRefContentType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.Base64XMLOptRefContentType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.DataObjectAssociationType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.DataObjectInfoType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.SignatureInfoCreationType;  import at.gv.egiz.bku.binding.HttpUtil;  import at.gv.egiz.bku.slexceptions.SLCommandException;  import at.gv.egiz.bku.slexceptions.SLRequestException; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/SignatureLocation.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/SignatureLocation.java index d2702635..d8ed06ad 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/SignatureLocation.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/SignatureLocation.java @@ -38,7 +38,7 @@ import org.slf4j.Logger;  import org.slf4j.LoggerFactory;  import org.w3c.dom.Node; -import at.buergerkarte.namespaces.securitylayer._1.SignatureInfoCreationType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.SignatureInfoCreationType;  import at.gv.egiz.bku.slexceptions.SLCommandException;  import at.gv.egiz.slbinding.impl.SignatureLocationType; diff --git a/bkucommon/src/test/java/at/gv/egiz/bku/slcommands/impl/xsect/SignatureTest.java b/bkucommon/src/test/java/at/gv/egiz/bku/slcommands/impl/xsect/SignatureTest.java index 740a32aa..e3d5d728 100644 --- a/bkucommon/src/test/java/at/gv/egiz/bku/slcommands/impl/xsect/SignatureTest.java +++ b/bkucommon/src/test/java/at/gv/egiz/bku/slcommands/impl/xsect/SignatureTest.java @@ -72,10 +72,10 @@ import org.w3c.dom.ls.DOMImplementationLS;  import org.w3c.dom.ls.LSOutput;  import org.w3c.dom.ls.LSSerializer; -import at.buergerkarte.namespaces.securitylayer._1.CreateXMLSignatureRequestType; -import at.buergerkarte.namespaces.securitylayer._1.DataObjectInfoType; -import at.buergerkarte.namespaces.securitylayer._1.ObjectFactory; -import at.buergerkarte.namespaces.securitylayer._1.SignatureInfoCreationType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.CreateXMLSignatureRequestType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.DataObjectInfoType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory; +import at.buergerkarte.namespaces.securitylayer._1_2_3.SignatureInfoCreationType;  import at.gv.egiz.bku.slexceptions.SLCommandException;  import at.gv.egiz.bku.slexceptions.SLRequestException;  import at.gv.egiz.bku.slexceptions.SLViewerException; diff --git a/bkucommon/src/test/java/moaspss/SLClient.java b/bkucommon/src/test/java/moaspss/SLClient.java index 4011e86a..a2de4680 100644 --- a/bkucommon/src/test/java/moaspss/SLClient.java +++ b/bkucommon/src/test/java/moaspss/SLClient.java @@ -65,7 +65,7 @@ public class SLClient {      private static JAXBContext context;      { -      String slPkg = at.buergerkarte.namespaces.securitylayer._1.ObjectFactory.class.getPackage().getName(); +      String slPkg = at.buergerkarte.namespaces.securitylayer._1_2_3.ObjectFactory.class.getPackage().getName();        String xmldsigPkg = org.w3._2000._09.xmldsig_.ObjectFactory.class.getPackage().getName();        String samlPkg = oasis.names.tc.saml._1_0.assertion.ObjectFactory.class.getPackage().getName();        String prPkg = at.buergerkarte.namespaces.personenbindung._20020506_.ObjectFactory.class.getPackage().getName(); diff --git a/bkucommon/src/test/java/moaspss/TestCreateAndVerifySignature.java b/bkucommon/src/test/java/moaspss/TestCreateAndVerifySignature.java index 03174242..08c7e998 100644 --- a/bkucommon/src/test/java/moaspss/TestCreateAndVerifySignature.java +++ b/bkucommon/src/test/java/moaspss/TestCreateAndVerifySignature.java @@ -55,7 +55,7 @@ import org.w3c.dom.Node;  import org.w3c.dom.NodeList;  import org.xml.sax.SAXException; -import at.buergerkarte.namespaces.securitylayer._1.ErrorResponseType; +import at.buergerkarte.namespaces.securitylayer._1_2_3.ErrorResponseType;  @Ignore  public class TestCreateAndVerifySignature { | 
