Uploaded image for project: 'JaxMe'
  1. JaxMe
  2. JAXME-9

PATCH JAXBContextImpl.getJMHandler

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • current (nightly)
    • None
    • JAXB API
    • None
    • Operating System: Other
      Platform: Other
    • 24316

    Description

      public JMHandler getJMHandler(QName pQName) throws UnmarshalException {
      JMManager mgr = getManagerByQName(pQName);
      if (mgr == null) throw new UnmarshalException("No manager instance for '"
      + pQName + "'");
      Class c = mgr.getHandlerClass();
      if (c == null)

      { throw new UnmarshalException("No handler class configured for " + pQName); }

      Attachments

        Activity

          People

            Unassigned Unassigned
            hvendelbo@bluprints.com Henrik Vendelbo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: