org.apache.servicemix.cxfse
Class CxfSeProxyFactoryBean

java.lang.Object
  extended by 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

Constructor Summary
CxfSeProxyFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 JBIContainer getContainer()
           
 ComponentContext getContext()
           
 String getEndpoint()
           
 ClientFactory getFactory()
           
 QName getInterfaceName()
           
protected  ComponentContext getInternalContext()
           
 String getName()
           
 Object getObject()
           
 Class getObjectType()
           
 QName getService()
           
 Class getType()
           
 boolean isPropagateSecuritySubject()
           
 boolean isSingleton()
           
 boolean isUseJBIWrapper()
           
 void setContainer(JBIContainer container)
           
 void setContext(ComponentContext context)
           
 void setEndpoint(String endpointName)
           
 void setFactory(ClientFactory factory)
           
 void setInterfaceName(QName interfaceName)
           
 void setName(String name)
           
 void setPropagateSecuritySubject(boolean propagateSecuritySubject)
           
 void setService(QName service)
           
 void setType(Class type)
           
 void setUseJBIWrapper(boolean useJBIWrapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CxfSeProxyFactoryBean

public CxfSeProxyFactoryBean()
Method Detail

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()


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.