org.apache.pluto.util.impl
Class NamespaceMapperFactoryImpl

java.lang.Object
  extended by org.apache.pluto.util.impl.NamespaceMapperFactoryImpl
All Implemented Interfaces:
Factory, NamespaceMapperFactory

public class NamespaceMapperFactoryImpl
extends java.lang.Object
implements NamespaceMapperFactory


Constructor Summary
NamespaceMapperFactoryImpl()
           
 
Method Summary
 void destroy()
          Destroys the factory.
 NamespaceMapper getNamespaceMapper()
           
 void init(javax.servlet.ServletConfig config, java.util.Map properties)
          Initializes the factory using the servlet configuration and the factory properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceMapperFactoryImpl

public NamespaceMapperFactoryImpl()
Method Detail

init

public void init(javax.servlet.ServletConfig config,
                 java.util.Map properties)
          throws java.lang.Exception
Description copied from interface: Factory
Initializes the factory using the servlet configuration and the factory properties.

Specified by:
init in interface Factory
Parameters:
config - the servlet configuration
properties - the factory properties
Throws:
java.lang.Exception - if the initialization fails

destroy

public void destroy()
             throws java.lang.Exception
Description copied from interface: Factory
Destroys the factory. This method allows the service to cleanup any resources.

Specified by:
destroy in interface Factory
Throws:
java.lang.Exception - if the destruction fails

getNamespaceMapper

public NamespaceMapper getNamespaceMapper()
Specified by:
getNamespaceMapper in interface NamespaceMapperFactory


Copyright © 2003-2011 . All Rights Reserved.