WebServicesService.java

00001 
00027 package org.objectweb.jonas.ws;
00028 
00029 import javax.naming.Context;
00030 
00031 import org.objectweb.jonas.service.Service;
00032 
00033 
00039 public interface WebServicesService extends Service {
00057     void deployWebServices(Context ctx) throws WSServiceException;
00058 
00064     void removeCache(ClassLoader cl);
00065 
00071     void completeWSDeployment(Context ctx) throws WSServiceException;
00072 }

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