org.springframework.jee.interfaces
Interface WebComponentContributorBroker

All Known Implementing Classes:
WebComponentContributorBrokerImpl

public interface WebComponentContributorBroker

Author:
Safin Li, Michael Chen

Method Summary
 Jsr250MetadataI createJsr250Metadata(DeploymentUnitMetadataI metadata, String componentName, Class componentClass)
           
 Object getNewInstance(String clzName)
           
 void initialize(ClassLoader loader, String springConfigurationResourceName, String componentFactoryClassName, boolean usesSpringExtensionModel, ComponentContributor ecc)
           
 

Method Detail

initialize

void initialize(ClassLoader loader,
                String springConfigurationResourceName,
                String componentFactoryClassName,
                boolean usesSpringExtensionModel,
                ComponentContributor ecc)
                throws Throwable
Throws:
Throwable

getNewInstance

Object getNewInstance(String clzName)
                      throws IllegalAccessException,
                             InstantiationException,
                             ClassNotFoundException
Throws:
IllegalAccessException
InstantiationException
ClassNotFoundException

createJsr250Metadata

Jsr250MetadataI createJsr250Metadata(DeploymentUnitMetadataI metadata,
                                     String componentName,
                                     Class componentClass)


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.