Package org.citrusframework.config.xml
Class DirectEndpointAdapterParser.DirectEndpointAdapterFactory
java.lang.Object
org.citrusframework.config.xml.DirectEndpointAdapterParser.DirectEndpointAdapterFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.FactoryBean<DirectEndpointAdapter>
- Enclosing class:
- DirectEndpointAdapterParser
public static class DirectEndpointAdapterParser.DirectEndpointAdapterFactory
extends Object
implements org.springframework.beans.factory.FactoryBean<DirectEndpointAdapter>, org.springframework.beans.factory.BeanNameAware
Factory bean for endpoint adapter.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>voidsetBeanName(String name) voidsetEndpointConfiguration(DirectSyncEndpointConfiguration endpointConfiguration) Specifies the endpointConfiguration.voidsetFallbackEndpointAdapter(EndpointAdapter fallbackEndpointAdapter) Specifies the fallbackEndpointAdapter.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
DirectEndpointAdapterFactory
public DirectEndpointAdapterFactory()
-
-
Method Details
-
setEndpointConfiguration
Specifies the endpointConfiguration.- Parameters:
endpointConfiguration-
-
setFallbackEndpointAdapter
Specifies the fallbackEndpointAdapter.- Parameters:
fallbackEndpointAdapter-
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<DirectEndpointAdapter>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<DirectEndpointAdapter>
-
setBeanName
- Specified by:
setBeanNamein interfaceorg.springframework.beans.factory.BeanNameAware
-