Uses of Interface
org.ow2.jonas.ws.jaxws.ejb.context.IContextNamingInfo

Packages that use IContextNamingInfo
org.ow2.jonas.web.tomcat6.ws.strategy   
org.ow2.jonas.ws.axis2.easybeans   
org.ow2.jonas.ws.cxf.easybeans   
org.ow2.jonas.ws.jaxws.easybeans   
org.ow2.jonas.ws.jaxws.ejb   
org.ow2.jonas.ws.jaxws.ejb.context   
 

Uses of IContextNamingInfo in org.ow2.jonas.web.tomcat6.ws.strategy
 

Methods in org.ow2.jonas.web.tomcat6.ws.strategy with parameters of type IContextNamingInfo
 String FixedContextNamingStrategy.getContextName(IContextNamingInfo info)
          Creates a context name (web server root / context root).
 String EjbJarContextNamingStrategy.getContextName(IContextNamingInfo info)
          Creates a context name (web server root / context root).
 String ServiceContextNamingStrategy.getContextName(IContextNamingInfo info)
          Creates a context name (web server root / context root).
 

Uses of IContextNamingInfo in org.ow2.jonas.ws.axis2.easybeans
 

Methods in org.ow2.jonas.ws.axis2.easybeans that return IContextNamingInfo
 IContextNamingInfo Axis2EJBWebserviceEndpoint.getContextNamingInfo()
          Get the data used to construct a web context.
 

Uses of IContextNamingInfo in org.ow2.jonas.ws.cxf.easybeans
 

Methods in org.ow2.jonas.ws.cxf.easybeans that return IContextNamingInfo
 IContextNamingInfo CXFEJBWebserviceEndpoint.getContextNamingInfo()
          Get the data used to construct a web context.
 

Uses of IContextNamingInfo in org.ow2.jonas.ws.jaxws.easybeans
 

Classes in org.ow2.jonas.ws.jaxws.easybeans that implement IContextNamingInfo
 class EasyBeansContextNamingInfo
          The EasyBeansContextNamingInfo is an implementation of IContextNamingInfo for easybeans.
 

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

Methods in org.ow2.jonas.ws.jaxws.ejb that return IContextNamingInfo
 IContextNamingInfo IEJBWebserviceEndpoint.getContextNamingInfo()
          Get the data used to construct a web context.
 

Uses of IContextNamingInfo in org.ow2.jonas.ws.jaxws.ejb.context
 

Methods in org.ow2.jonas.ws.jaxws.ejb.context with parameters of type IContextNamingInfo
 String IContextNamingStrategy.getContextName(IContextNamingInfo info)
          Creates a context name (web server root / context root).
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.