org.apache.servicemix.cxfse
Class CxfSeProxyFactoryBean
java.lang.Object
org.apache.servicemix.cxfse.CxfSeProxyFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class CxfSeProxyFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
- Author:
- ffang
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CxfSeProxyFactoryBean
public CxfSeProxyFactoryBean()
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
getInternalContext
protected ComponentContext getInternalContext()
throws Exception
- Throws:
Exception
getType
public Class getType()
setType
public void setType(Class type)
getEndpoint
public String getEndpoint()
setEndpoint
public void setEndpoint(String endpointName)
getInterfaceName
public QName getInterfaceName()
setInterfaceName
public void setInterfaceName(QName interfaceName)
getService
public QName getService()
setService
public void setService(QName service)
getContext
public ComponentContext getContext()
- Returns:
- the context
setContext
public void setContext(ComponentContext context)
- Parameters:
context - the context to set
getContainer
public JBIContainer getContainer()
- Returns:
- the container
setContainer
public void setContainer(JBIContainer container)
- Parameters:
container - the container to set
getFactory
public ClientFactory getFactory()
- Returns:
- the factory
setFactory
public void setFactory(ClientFactory factory)
- Parameters:
factory - the factory to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
isPropagateSecuritySubject
public boolean isPropagateSecuritySubject()
- Returns:
- the propagateSecuritySubject
setPropagateSecuritySubject
public void setPropagateSecuritySubject(boolean propagateSecuritySubject)
- Parameters:
propagateSecuritySubject - the propagateSecuritySubject to set
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
destroy
public void destroy()
throws Exception
- Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
- Throws:
Exception
setUseJBIWrapper
public void setUseJBIWrapper(boolean useJBIWrapper)
isUseJBIWrapper
public boolean isUseJBIWrapper()
setUseSOAPEnvelope
public void setUseSOAPEnvelope(boolean useSOAPEnvelope)
- Specifies if the endpoint expects soap messages when useJBIWrapper is
false, if useJBIWrapper is true then ignore useSOAPEnvelope
isUseSOAPEnvelope
public boolean isUseSOAPEnvelope()
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.