1 26 27 package org.objectweb.jonas_ws.deployment.lib; 28 29 import org.objectweb.jonas_lib.deployment.api.CommonsSchemas; 30 31 35 public class JaxrpcMappingSchemas extends CommonsSchemas { 36 37 40 private static final String [] JAXRPC_MAPPING_SCHEMAS = new String [] { 41 "j2ee_jaxrpc_mapping_1_1.xsd" 42 }; 43 44 45 48 public JaxrpcMappingSchemas() { 49 super(); 50 addSchemas(JAXRPC_MAPPING_SCHEMAS); 51 } 52 53 } 54 55 | Popular Tags |