public class ChainingTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
ChainingTrustEngines.| コンストラクタと説明 |
|---|
ChainingTrustEngineFactoryBean() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Object |
createInstance() |
List<TrustEngine> |
getChain()
Gets the chain member list.
|
Class |
getObjectType() |
void |
setChain(List<TrustEngine> newChain)
Sets the chain member list.
|
public List<TrustEngine> getChain()
public void setChain(List<TrustEngine> newChain)
newChain - the new chain member listpublic Class getObjectType()
getObjectType インタフェース内 org.springframework.beans.factory.FactoryBeangetObjectType クラス内 org.springframework.beans.factory.config.AbstractFactoryBeanCopyright © 2012. All Rights Reserved.