Package com.helger.smpclient.peppol.utils
package com.helger.smpclient.peppol.utils
-
ClassesClassDescriptionSMP utilities for debugging purposes.This class is used for converting between a String representation of the extension element and the "ExtensionType" complex type used in the PEPPOL SMP.As the default WS-Addressing binding since JAXB 2.1 uses the
W3CEndpointReferenceclass, we must also use this class, otherwise JAXB would complain, that there are 2 contexts for the same namespace+element combination.
The issue withW3CEndpointReferenceis that it can easily be created using theW3CEndpointReferenceBuilderclass, but it's not possible to extract information from it (get....).