Class XMLDocumentCreator
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.XMLDocumentCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildRootElement(List<CorrectableReportableSellerType> correctableReportableSellerTypes, CorrectablePlatformOperatorType correctablePlatformOperatorType) buildRootElement(PaymentDataBodyType paymentDataBodyType) buildXMLDocument(List<CorrectableReportableSellerType> correctableReportableSellerTypes, CorrectablePlatformOperatorType correctablePlatformOperatorType) buildXMLDocument(PaymentDataBodyType paymentDataBodyType) static XMLGregorianCalendarstatic XMLGregorianCalendarparseLocalDateToXMLGregorianCalendarDateTime(LocalDateTime localDateTime)
-
Constructor Details
-
XMLDocumentCreator
-
-
Method Details
-
buildXMLDocument
public String buildXMLDocument(List<CorrectableReportableSellerType> correctableReportableSellerTypes, CorrectablePlatformOperatorType correctablePlatformOperatorType) -
buildXMLDocument
-
buildRootElement
public DipType buildRootElement(List<CorrectableReportableSellerType> correctableReportableSellerTypes, CorrectablePlatformOperatorType correctablePlatformOperatorType) throws DatatypeConfigurationException - Throws:
DatatypeConfigurationException
-
buildRootElement
public DipType buildRootElement(PaymentDataBodyType paymentDataBodyType) throws DatatypeConfigurationException - Throws:
DatatypeConfigurationException
-
parseLocalDateToXMLGregorianCalendarDate
-
parseLocalDateToXMLGregorianCalendarDateTime
public static XMLGregorianCalendar parseLocalDateToXMLGregorianCalendarDateTime(LocalDateTime localDateTime)
-