com.ebmwebsourcing.webeditor.server.impl.service.project
Class ProjectClassLoaderService

java.lang.Object
  extended by com.ebmwebsourcing.webeditor.server.impl.service.project.ProjectClassLoaderService

public class ProjectClassLoaderService
extends java.lang.Object


Method Summary
static ProjectClassLoaderService getInstance()
           
 IProjectInstanceLoader getInstanceLoader(java.lang.String qname)
           
 IProjectInstanceWriter getInstanceWriter(java.lang.String qname)
           
 IProjectInstanceMetaDataLoader getMetaDataLoader(java.lang.String qname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ProjectClassLoaderService getInstance()

getInstanceLoader

public IProjectInstanceLoader getInstanceLoader(java.lang.String qname)
                                         throws com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException
Throws:
com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException

getMetaDataLoader

public IProjectInstanceMetaDataLoader getMetaDataLoader(java.lang.String qname)
                                                 throws com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException
Throws:
com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException

getInstanceWriter

public IProjectInstanceWriter getInstanceWriter(java.lang.String qname)
                                         throws com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException
Throws:
com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException


Copyright © 2010-2011 Petals Link. All Rights Reserved.