| |
|
| org.objectweb.jonas.ws.WebServicesService
All known Subclasses: org.objectweb.jonas.ws.AbsWebServicesServiceImpl,
WebServicesService | public interface WebServicesService extends Service(Code) | | WebServices Service interface.
author: Guillaume Sauthier |
CLASSLOADER_CTX_PARAM | String CLASSLOADER_CTX_PARAM(Code) | | classloader Context param
|
ISINEAR_CTX_PARAM | String ISINEAR_CTX_PARAM(Code) | | isInEar Context Param
|
PARENT_OBJECTNAME_CTX_PARAM | String PARENT_OBJECTNAME_CTX_PARAM(Code) | | parentObjectName Context Param
|
WARURL_CTX_PARAM | String WARURL_CTX_PARAM(Code) | | warURL Context Param
|
completeWSDeployment | void completeWSDeployment(Context ctx) throws WSServiceException(Code) | | Complete the WebServices Deployment (add informations in web environment)
Parameters: ctx - Context containing the key ClassLoader throws: WSServiceException - When Endpoints URLs binding fails |
deployWebServices | void deployWebServices(Context ctx) throws WSServiceException(Code) | | explore the context classloader to find Web service deployment
descriptor (for endpoints) and service-ref element within standard
deployment descriptor (for clients). It registers each endpoints in WS
engine publishing relative WSDLs, and it instanciates and binds in the
registry each clients classes.
Parameters: ctx - the context containing the configuration to deploy thewars. This context contains the following parameters : -jarUrls the list of the urls of the jars to deploy. -warUrls the list of the urls of the wars to deploy. -parentClassLoader the parent classLoader of the wars. -earClassLoader the ear classLoader of the j2ee app. - altDDsthe optional URI of deployment descriptor.
throws: WSServiceException - if an error occurs during the deployment. |
removeCache | void removeCache(ClassLoader cl)(Code) | | Remove the WebServices descriptors associated to the given ClassLoader.
Parameters: cl - the key ClassLoader |
undeployWebServices | void undeployWebServices(Context ctx) throws WSServiceException(Code) | | Undeploy the WebServices : unpublish WSDL + unregister MBeans
Parameters: ctx - Context containing undeployment informations throws: WSServiceException - When undeployment fails |
|
|
|