public class ChainingTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
ChainingTrustEngine
s.Modifier and Type | Field and Description |
---|---|
private List<TrustEngine> |
chain
List of chain members.
|
Constructor and Description |
---|
ChainingTrustEngineFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected Object |
createInstance() |
List<TrustEngine> |
getChain()
Gets the chain member list.
|
Class |
getObjectType() |
void |
setChain(List<TrustEngine> newChain)
Sets the chain member list.
|
private List<TrustEngine> chain
public List<TrustEngine> getChain()
public void setChain(List<TrustEngine> newChain)
newChain
- the new chain member listpublic Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
Copyright © 1999-2012. All Rights Reserved.