public class JbiProxyFactoryBean
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
JbiProxyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
org.apache.servicemix.jbi.api.Container |
getContainer() |
javax.jbi.component.ComponentContext |
getContext() |
java.lang.String |
getEndpoint() |
org.apache.servicemix.jbi.api.ClientFactory |
getFactory() |
javax.xml.namespace.QName |
getInterfaceName() |
protected javax.jbi.component.ComponentContext |
getInternalContext() |
java.lang.String |
getName() |
java.lang.Object |
getObject() |
java.lang.Class |
getObjectType() |
javax.xml.namespace.QName |
getService() |
java.lang.Class |
getType() |
boolean |
isPropagateSecuritySubject() |
boolean |
isSingleton() |
void |
setContainer(org.apache.servicemix.jbi.api.Container container) |
void |
setContext(javax.jbi.component.ComponentContext context) |
void |
setEndpoint(java.lang.String endpointName) |
void |
setFactory(org.apache.servicemix.jbi.api.ClientFactory factory) |
void |
setInterfaceName(javax.xml.namespace.QName interfaceName) |
void |
setName(java.lang.String name) |
void |
setPropagateSecuritySubject(boolean propagateSecuritySubject) |
void |
setService(javax.xml.namespace.QName service) |
void |
setType(java.lang.Class type) |
public java.lang.Object getObject()
throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBeanjava.lang.Exceptionpublic java.lang.Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanprotected javax.jbi.component.ComponentContext getInternalContext()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Class getType()
public void setType(java.lang.Class type)
public java.lang.String getEndpoint()
public void setEndpoint(java.lang.String endpointName)
public javax.xml.namespace.QName getInterfaceName()
public void setInterfaceName(javax.xml.namespace.QName interfaceName)
public javax.xml.namespace.QName getService()
public void setService(javax.xml.namespace.QName service)
public javax.jbi.component.ComponentContext getContext()
public void setContext(javax.jbi.component.ComponentContext context)
context - the context to setpublic org.apache.servicemix.jbi.api.Container getContainer()
public void setContainer(org.apache.servicemix.jbi.api.Container container)
container - the container to setpublic org.apache.servicemix.jbi.api.ClientFactory getFactory()
public void setFactory(org.apache.servicemix.jbi.api.ClientFactory factory)
factory - the factory to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic boolean isPropagateSecuritySubject()
public void setPropagateSecuritySubject(boolean propagateSecuritySubject)
propagateSecuritySubject - the propagateSecuritySubject to setpublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic void destroy()
throws java.lang.Exception
destroy in interface org.springframework.beans.factory.DisposableBeanjava.lang.ExceptionCopyright © 2005-2014 FuseSource. All Rights Reserved.