public class JschProxyFactoryBean extends AbstractFactoryBean<com.jcraft.jsch.Proxy>
Proxy
objects.Modifier and Type | Class and Description |
---|---|
static class |
JschProxyFactoryBean.Type |
logger
OBJECT_TYPE_ATTRIBUTE
Constructor and Description |
---|
JschProxyFactoryBean(JschProxyFactoryBean.Type type,
String host,
int port,
String user,
String password) |
Modifier and Type | Method and Description |
---|---|
protected com.jcraft.jsch.Proxy |
createInstance() |
Class<?> |
getObjectType() |
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
public JschProxyFactoryBean(JschProxyFactoryBean.Type type, String host, int port, String user, String password)
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<com.jcraft.jsch.Proxy>
getObjectType
in class AbstractFactoryBean<com.jcraft.jsch.Proxy>
protected com.jcraft.jsch.Proxy createInstance()
createInstance
in class AbstractFactoryBean<com.jcraft.jsch.Proxy>