Uses of Class
org.ow2.jonas.ws.jaxrpc.WSException

Packages that use WSException
org.ow2.jonas.ws.axis   
org.ow2.jonas.ws.jaxrpc   
org.ow2.jonas.ws.jaxrpc.base   
org.ow2.jonas.ws.jaxrpc.factory   
 

Uses of WSException in org.ow2.jonas.ws.axis
 

Methods in org.ow2.jonas.ws.axis that throw WSException
 String AxisService.applyWSGen(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
          Apply WSGen on the given deployable.
 void AxisService.doStart()
          Start the AxisWSService.
 Reference JAxisServiceFactory.getServiceReference(IServiceRefDesc sr, ClassLoader cl)
          Create a Reference on a Service from an Axis Service object.
 

Uses of WSException in org.ow2.jonas.ws.jaxrpc
 

Methods in org.ow2.jonas.ws.jaxrpc that throw WSException
 String IJAXRPCService.applyWSGen(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
          Apply WSGen on the given deployable.
 void IJAXRPCService.completeWSDeployment(Context ctx)
          Complete the WebServices Deployment (add informations in web environment).
 void IJAXRPCService.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).
 void IJAXRPCService.undeployWebServices(Context ctx)
          Undeploy the WebServices : unpublish WSDL + unregister MBeans.
 

Uses of WSException in org.ow2.jonas.ws.jaxrpc.base
 

Methods in org.ow2.jonas.ws.jaxrpc.base that throw WSException
 void JAXRPCService.completeWSDeployment(Context ctx)
           
 void JAXRPCService.deployWebServices(Context ctx)
          Get, update and publish WSDL documents contained in a set of jars and wars.
protected  void JAXRPCService.doDeployWebServices(Context ctx)
          Deploy the given Web services.
static JServiceFactory ClientJServiceFactoryFinder.getJOnASServiceFactory()
          Return the JServiceFactory specified in jonas.properties
 void JAXRPCService.undeployWebServices(Context ctx)
           
 

Uses of WSException in org.ow2.jonas.ws.jaxrpc.factory
 

Methods in org.ow2.jonas.ws.jaxrpc.factory that throw WSException
 Reference JServiceFactory.getServiceReference(IServiceRefDesc sr, ClassLoader cl)
          Create the Reference associated with the service-ref (to be bound in JNDI).
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.