public class ChainingTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
ChainingTrustEngine
s.コンストラクタと説明 |
---|
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.FactoryBean
getObjectType
クラス内 org.springframework.beans.factory.config.AbstractFactoryBean
Copyright © 2012. All Rights Reserved.