Package org.jboss.system.metadata

Examples of org.jboss.system.metadata.ServiceDeploymentParser


/* 43 */     return true;
/*    */   }
/*    */
/*    */   protected ServiceDeployment parse(VFSDeploymentUnit unit, VirtualFile file, Document document) throws Exception
/*    */   {
/* 48 */     ServiceDeploymentParser parser = new ServiceDeploymentParser(document);
/* 49 */     ServiceDeployment parsed = parser.parse();
/* 50 */     String name = file.toURI().toString();
/* 51 */     parsed.setName(name);
/* 52 */     return parsed;
/*    */   }
View Full Code Here

TOP

Related Classes of org.jboss.system.metadata.ServiceDeploymentParser

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.