org.ow2.jonas.ws.jaxws.ejb.context
Interface IContextNamingStrategy

All Known Implementing Classes:
EjbJarContextNamingStrategy, FixedContextNamingStrategy, ServiceContextNamingStrategy

public interface IContextNamingStrategy

The IContextNamingStrategy is responsible of a web context name creation. It computes a context name from the given set of provided infos.

Author:
Guillaume Sauthier

Method Summary
 String getContextName(IContextNamingInfo info)
          Creates a context name (web server root / context root).
 

Method Detail

getContextName

String getContextName(IContextNamingInfo info)
                      throws ContextNamingStrategyException
Creates a context name (web server root / context root).

Parameters:
info - used to determine the context name.
Returns:
a context name
Throws:
ContextNamingStrategyException


Copyright © 2010 OW2 Consortium. All Rights Reserved.