org.ow2.jonas.web.tomcat6.ws.strategy
Class ServiceContextNamingStrategy

java.lang.Object
  extended by org.ow2.jonas.web.tomcat6.ws.strategy.ServiceContextNamingStrategy
All Implemented Interfaces:
IContextNamingStrategy

public class ServiceContextNamingStrategy
extends Object
implements IContextNamingStrategy

The ServiceContextNamingStrategy computes a web context name based on the Service QName of the endpoint.

Author:
Guillaume Sauthier

Constructor Summary
ServiceContextNamingStrategy()
           
 
Method Summary
 String getContextName(IContextNamingInfo info)
          Creates a context name (web server root / context root).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContextNamingStrategy

public ServiceContextNamingStrategy()
Method Detail

getContextName

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

Specified by:
getContextName in interface IContextNamingStrategy
Parameters:
info - used to determine the context name.
Returns:
a context name
Throws:
ContextNamingStrategyException


Copyright © 2010 OW2 Consortium. All Rights Reserved.