Package fr.gouv.vitam.worker.core.utils
Class AtrParser
- java.lang.Object
-
- fr.gouv.vitam.worker.core.utils.AtrParser
-
public class AtrParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AtrParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description fr.gouv.culture.archivesdefrance.seda.v2.ArchiveDeliveryRequestReplyType
parseArchiveDeliveryRequestReply(javax.xml.stream.XMLStreamReader xmlStreamReader)
fr.gouv.culture.archivesdefrance.seda.v2.ArchiveTransferReplyType
parseArchiveTransferReply(javax.xml.stream.XMLStreamReader xmlStreamReader)
-
-
-
Method Detail
-
parseArchiveTransferReply
public fr.gouv.culture.archivesdefrance.seda.v2.ArchiveTransferReplyType parseArchiveTransferReply(javax.xml.stream.XMLStreamReader xmlStreamReader) throws javax.xml.bind.JAXBException, org.xml.sax.SAXException
- Throws:
javax.xml.bind.JAXBException
org.xml.sax.SAXException
-
parseArchiveDeliveryRequestReply
public fr.gouv.culture.archivesdefrance.seda.v2.ArchiveDeliveryRequestReplyType parseArchiveDeliveryRequestReply(javax.xml.stream.XMLStreamReader xmlStreamReader) throws javax.xml.bind.JAXBException, org.xml.sax.SAXException
- Throws:
javax.xml.bind.JAXBException
org.xml.sax.SAXException
-
-