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

Packages that use WSException
org.ow2.jonas.web.tomcat6.ws   
org.ow2.jonas.web.tomcat6.ws.security   
org.ow2.jonas.ws.axis2   
org.ow2.jonas.ws.axis2.jaxws   
org.ow2.jonas.ws.cxf   
org.ow2.jonas.ws.cxf.jaxws   
org.ow2.jonas.ws.jaxws   
org.ow2.jonas.ws.jaxws.ejb   
 

Uses of WSException in org.ow2.jonas.web.tomcat6.ws
 

Methods in org.ow2.jonas.web.tomcat6.ws that throw WSException
 void WebservicesWebDeployer.deploy(IWebservicesModule<? extends IWebservicesContainer<? extends IEJBWebserviceEndpoint>> module)
          Deploy the given module, with all its endpoints in the web container, creating appropriate contexts when required.
protected  void WebservicesWebDeployer.deployEndpoints(org.ow2.jonas.web.tomcat6.ws.WebservicesWebDeployer.WebContext webContext, List<IEJBWebserviceEndpoint> endpoints)
          Deploy a context and the associated endpoints.
 void WSDeployment.registerWSEndpoint(IWebServiceEndpoint endpoint)
           
 void WSDeployment.unregisterWSEndpoint(IWebServiceEndpoint endpoint)
           
 

Uses of WSException in org.ow2.jonas.web.tomcat6.ws.security
 

Methods in org.ow2.jonas.web.tomcat6.ws.security that throw WSException
 WebContainerDeploymentDesc SecureWebDeploymentDescBuilder.createJOnASWebDescriptor(List<ISecurityConstraint> security)
          Creates the Web DD structure.
 

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

Methods in org.ow2.jonas.ws.axis2 that throw WSException
 IWebServiceEndpoint Axis2Service.createPOJOWebServiceEndpoint(org.ow2.util.ee.metadata.war.api.IWarClassMetadata metadata, ClassLoader loader, ServletContext servletContext)
           
 

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

Methods in org.ow2.jonas.ws.axis2.jaxws that throw WSException
protected  void Axis2WSEndpoint.configureHandlers()
           
protected  void Axis2WSEndpoint.injectEJBResources(Object instance)
           
protected  void Axis2WSEndpoint.injectHandlers()
           
 void Axis2WSEndpoint.invoke(IWSRequest request, IWSResponse response)
           
 

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

Methods in org.ow2.jonas.ws.cxf that throw WSException
 IWebServiceEndpoint CXFService.createPOJOWebServiceEndpoint(org.ow2.util.ee.metadata.war.api.IWarClassMetadata metadata, ClassLoader loader, ServletContext servletContext)
          Creates a new POJO Web service endpoint from classes metadata.
 

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

Methods in org.ow2.jonas.ws.cxf.jaxws that throw WSException
 void CXFWSEndpoint.invoke(IWSRequest request, IWSResponse response)
           
 

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 © 2010 OW2 Consortium. All Rights Reserved.