|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
WebServices Service interface.
Method Summary | |
void |
deployWebServices(javax.naming.Context ctx)
explore the context classloader to find Web service deployment descriptor (for endpoints) and service-ref element within standard deployment descriptor (for clients). |
java.lang.String |
getDefaultServletName()
Return the Deafult Servlet Name tio use for SSB WebServices. |
void |
removeCache(java.lang.ClassLoader cl)
Remove the WebServices descriptors associated to the given ClassLoader. |
Methods inherited from interface org.objectweb.jonas.service.Service |
getName, init, isStarted, setName, start, stop |
Method Detail |
public void deployWebServices(javax.naming.Context ctx) throws WSServiceException
ctx
- the context containing the configuration to deploy the
wars.WSServiceException
- if an error occurs during the deployment.public java.lang.String getDefaultServletName()
public void removeCache(java.lang.ClassLoader cl)
cl
- the key ClassLoader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |