Package org.jboss.profileservice.domain

Examples of org.jboss.profileservice.domain.AbstractDomainMetaData


      return this;
   }

   public DomainMetaData getDomainMetaData()
   {
      AbstractDomainMetaData domain = new AbstractDomainMetaData();
      domain.setFragments(Collections.singletonList(getFragment()));
      return domain;
   }
View Full Code Here

TOP

Related Classes of org.jboss.profileservice.domain.AbstractDomainMetaData

Copyright © 2018 www.massapicom. 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.