Examples of ElementBinding


Examples of org.jboss.xb.binding.sunday.unmarshalling.ElementBinding

               qName +
               " bound as map entry key or value but map entry metadata is not available for its parent term.";
         }
         else
         {
            ElementBinding element = (ElementBinding)term;
            msg = "Element " +
               qName +
               " bound as map entry key or value but map entry metadata is not available for its parent element nor its " +
               (element.getType().getQName() == null ?
               "annonymous" :
               element.getType().getQName().toString()
               ) +
               " type.";
         }
         throw new JBossXBRuntimeException(msg);
      }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.