Examples of ProfileMetaDataFactory


Examples of org.jboss.portal.identity.metadata.profile.ProfileMetaDataFactory

         InputStream in = config.openStream();
         // create unmarshaller
         Unmarshaller unmarshaller = UnmarshallerFactory.newInstance().newUnmarshaller();

         // create an instance of ObjectModelFactory
         ObjectModelFactory factory = new ProfileMetaDataFactory();

         // let the object model factory to create an instance of Map and populate it with data from XML
         meta = (ProfileMetaData)unmarshaller.unmarshal(in, factory, null);

         // close the XML stream
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.