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

Packages that use WSException
org.ow2.jonas.ws.jaxws   
org.ow2.jonas.ws.jaxws.ejb   
 

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

Methods in org.ow2.jonas.ws.jaxws that throw WSException
 IWebServiceEndpoint IJAXWSService.createPOJOWebServiceEndpoint(org.ow2.util.ee.metadata.war.api.IWarClassMetadata metadata, ClassLoader loader, ServletContext servletContext)
          Creates a new POJO Web service endpoint from classes metadata.
 void IWebServiceEndpoint.invoke(IWSRequest request, IWSResponse response)
          Invoke this web service endpoint.
 void IWebServiceDeploymentManager.registerWSEndpoint(IWebServiceEndpoint endpoint)
          Add support for a given IWebServiceEndpoint (i.e.
 void IWebServiceDeploymentManager.unregisterWSEndpoint(IWebServiceEndpoint endpoint)
          Remove support for the given IWebServiceEndpoint.
 

Uses of WSException in org.ow2.jonas.ws.jaxws.ejb
 

Methods in org.ow2.jonas.ws.jaxws.ejb that throw WSException
 void IWebDeployer.deploy(IWebservicesModule<? extends IWebservicesContainer<? extends IEJBWebserviceEndpoint>> module)
          Deploy the given module, with all its endpoints in the web container, creating appropriate contexts when required.
 



Copyright © 2012 OW2 Consortium. All Rights Reserved.