Class NameAndNamespacePairValidatingAdapter


  • public class NameAndNamespacePairValidatingAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<NameAndNamespacePair,​NameAndNamespacePair>
    An XML adapter that simply validates the NameAndNamespacePair to ensure that the name and namespace are non-blank and that the namespace code maps to a valid namespace in the system. This adapter will also pass the name to a NormalizedStringAdapter instance for marshalling/unmarshalling.
    Author:
    Kuali Rice Team (rice.collab@kuali.org)