org.jasig.portal.services.dom
Class ResinInitServiceImpl

java.lang.Object
  extended by org.jasig.portal.services.dom.ResinInitServiceImpl
All Implemented Interfaces:
IDOMInitService

public final class ResinInitServiceImpl
extends java.lang.Object
implements IDOMInitService

This provides a DOM initialization service interface. It uses reflection so the resin library doesn't need to be available at compile time.

Version:
$Revision: 1.3 $
Author:
Nick Bolton, nbolton@unicon.net

Constructor Summary
ResinInitServiceImpl()
           
 
Method Summary
 void initialize()
          Executes an initialization procedure for a specific dom implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResinInitServiceImpl

ResinInitServiceImpl()
Method Detail

initialize

public void initialize()
                throws PortalException
Executes an initialization procedure for a specific dom implementation.

Specified by:
initialize in interface IDOMInitService
Throws:
PortalException