org.springframework.jee.spi
Class WSEEComponentContributorBrokerImpl
java.lang.Object
org.springframework.jee.spi.WSEEComponentContributorBrokerImpl
- All Implemented Interfaces:
- WSEEComponentContributorBroker
public class WSEEComponentContributorBrokerImpl
- extends Object
- implements WSEEComponentContributorBroker
- Author:
- Safin Li, Michael Chen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSEEComponentContributorBrokerImpl
public WSEEComponentContributorBrokerImpl()
init
public void init(ComponentContributor componentContributor)
throws InvalidDeploymentUnitException
- Specified by:
init
in interface WSEEComponentContributorBroker
- Throws:
InvalidDeploymentUnitException
getBean
public Object getBean(String clzName)
throws IllegalAccessException,
InstantiationException,
ClassNotFoundException
- Specified by:
getBean
in interface WSEEComponentContributorBroker
- Throws:
IllegalAccessException
InstantiationException
ClassNotFoundException
newJsr250Metadata
public Jsr250MetadataI newJsr250Metadata(String componentName,
Class componentClass,
DeploymentUnitMetadataI dum)
- Specified by:
newJsr250Metadata
in interface WSEEComponentContributorBroker
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.