Package com.helger.smpclient.peppol.utils


package com.helger.smpclient.peppol.utils
  • Classes
    Class
    Description
    SMP 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 W3CEndpointReference class, we must also use this class, otherwise JAXB would complain, that there are 2 contexts for the same namespace+element combination.
    The issue with W3CEndpointReference is that it can easily be created using the W3CEndpointReferenceBuilder class, but it's not possible to extract information from it (get....).