|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebServicesService
WebServices Service interface.
| Field Summary | |
|---|---|
static java.lang.String |
CLASSLOADER_CTX_PARAM
classloader Context param |
static java.lang.String |
ISINEAR_CTX_PARAM
isInEar Context Param |
static java.lang.String |
PARENT_OBJECTNAME_CTX_PARAM
parentObjectName Context Param |
static java.lang.String |
WARURL_CTX_PARAM
warURL Context Param |
| Method Summary | |
|---|---|
void |
completeWSDeployment(javax.naming.Context ctx)
Complete the WebServices Deployment (add informations in web environment) |
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). |
void |
removeCache(java.lang.ClassLoader cl)
Remove the WebServices descriptors associated to the given ClassLoader. |
void |
undeployWebServices(javax.naming.Context ctx)
Undeploy the WebServices : unpublish WSDL + unregister MBeans |
| Methods inherited from interface org.objectweb.jonas.service.Service |
|---|
getName, init, isStarted, setName, start, stop |
| Field Detail |
|---|
static final java.lang.String CLASSLOADER_CTX_PARAM
static final java.lang.String PARENT_OBJECTNAME_CTX_PARAM
static final java.lang.String ISINEAR_CTX_PARAM
static final java.lang.String WARURL_CTX_PARAM
| Method Detail |
|---|
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.void removeCache(java.lang.ClassLoader cl)
cl - the key ClassLoader
void completeWSDeployment(javax.naming.Context ctx)
throws WSServiceException
ctx - Context containing the key ClassLoader
WSServiceException - When Endpoints URLs binding fails
void undeployWebServices(javax.naming.Context ctx)
throws WSServiceException
ctx - Context containing undeployment informations
WSServiceException - When undeployment fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||