Uses of Class
org.objectweb.jonas.ws.WSServiceException

Packages that use WSServiceException
org.objectweb.jonas.ws   
org.objectweb.jonas.ws.axis   
org.objectweb.jonas.ws.base   
org.objectweb.jonas.ws.base.handler   
 

Uses of WSServiceException in org.objectweb.jonas.ws
 

Methods in org.objectweb.jonas.ws that throw WSServiceException
 void WebServicesService.completeWSDeployment(Context ctx)
          Complete the WebServices Deployment (add informations in web environment).
 void WebServicesService.deployWebServices(Context ctx)
          explore the context classloader to find Web service deployment descriptor (for endpoints) and service-ref element within standard deployment descriptor (for clients).
static JServiceFactory JServiceFactoryFinder.getJOnASServiceFactory()
          Return the JServiceFactory specified in jonas.properties
 Reference JServiceFactory.getServiceReference(IServiceRefDesc sr, ClassLoader cl)
          Create the Refrence associated with the service-ref (to be bound in JNDI)
 void WebServicesService.undeployWebServices(Context ctx)
          Undeploy the WebServices : unpublish WSDL + unregister MBeans.
 

Uses of WSServiceException in org.objectweb.jonas.ws.axis
 

Methods in org.objectweb.jonas.ws.axis that throw WSServiceException
 void AxisWSServiceImpl.doInit(Context ctx)
          Init the AxisWSService.
 Reference JAxisServiceFactory.getServiceReference(IServiceRefDesc sr, ClassLoader cl)
          Create a Reference on a Service from an Axis Service object.
 

Uses of WSServiceException in org.objectweb.jonas.ws.base
 

Methods in org.objectweb.jonas.ws.base that throw WSServiceException
 void AbsWebServicesServiceImpl.completeWSDeployment(Context ctx)
           
 void AbsWebServicesServiceImpl.deployWebServices(Context ctx)
          Get, update and publish WSDL documents contained in a set of jars and wars.
protected  void AbsWebServicesServiceImpl.doDeployWebServices(Context ctx)
          Deploy the given Web services.
static JServiceFactory ClientJServiceFactoryFinder.getJOnASServiceFactory()
          Return the JServiceFactory specified in jonas.properties
 void WSDLManager.publish(ServiceDesc sd)
          Delegate publishing to all added WSDL Handlers.
 void AbsWebServicesServiceImpl.undeployWebServices(Context ctx)
           
 

Uses of WSServiceException in org.objectweb.jonas.ws.base.handler
 

Methods in org.objectweb.jonas.ws.base.handler that throw WSServiceException
 WSDLHandler WSDLHandlerFactory.newHandler(String filename)
          Create a new WSDLHandler.
 void FileWSDLHandler.publish(ServiceDesc sd)
          Publish the given WSDL to the directory location.
 void WSDLHandler.publish(ServiceDesc sd)
          publish the given wsdl
 void RegistryWSDLHandler.publish(ServiceDesc sd)
          Publish the WSDL into a Registry.
 

Constructors in org.objectweb.jonas.ws.base.handler that throw WSServiceException
FileWSDLHandler(Properties props)
          Return a new instance of FileWSDLHandler.
RegistryWSDLHandler(Properties props)
          Constructor : creates a RegistryWSDLHandler object.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.