WsSchemas.java

00001 
00027 package org.objectweb.jonas_ws.deployment.lib;
00028 
00029 import org.objectweb.jonas_lib.deployment.api.CommonsSchemas;
00030 
00035 public class WsSchemas extends CommonsSchemas {
00036 
00040     private static final String[] WS_SCHEMAS = new String[] {
00041         "j2ee_web_services_1_1.xsd"
00042     };
00043 
00044 
00048     public WsSchemas() {
00049         super();
00050         addSchemas(WS_SCHEMAS);
00051     }
00052 
00053 }
00054 

Generated on Tue Feb 15 15:05:59 2005 for JOnAS by  doxygen 1.3.9.1