*/
public String addContextMapping(String context, String mapping)
{
try
{
ObjectFactory factory = new ObjectFactory();
if (contextMappings == null)
{
contextMappings = factory.createContextMappings();
}
synchronized (contextMappings)
{
// next, unmarshall the mapping object