A B C E G I J K M O P R S T V W

A

AddListenerBeanPostProcessor - Class in oranjestad.spring.beanutils.messaging
Bean that injects listener objects into producer beans using Bean Messaging Introspection.
AddListenerBeanPostProcessor() - Constructor for class oranjestad.spring.beanutils.messaging.AddListenerBeanPostProcessor
 
afterPropertiesSet() - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
Method called after all properties are set, if the external service has already registered, we apply the configuration now.
applyConfiguration(Object, BeanDefinition, SpringAware) - Static method in class oranjestad.spring.bootstrap.BeanDefinitionUtils
Internal method that applies the configured BeanDefintion to the supplied bean.
applyListener(Object, String) - Method in class oranjestad.spring.beanutils.messaging.AddListenerBeanPostProcessor
Internal method that actually injects the listener (if the bean name matches).

B

BeanDefinitionUtils - Class in oranjestad.spring.bootstrap
This is a class that maybe shouldn't exist.
BeanDefinitionUtils() - Constructor for class oranjestad.spring.bootstrap.BeanDefinitionUtils
 
BeanFactoryAwareGenericMessage - Class in oranjestad.spring.beanutils.messaging.dispatching
Extension to a generic message that includes a beanFactory property.
BeanFactoryAwareGenericMessage(GenericMessage, Map) - Constructor for class oranjestad.spring.beanutils.messaging.dispatching.BeanFactoryAwareGenericMessage
 
BeanFactoryMap - Class in oranjestad.spring.util
Adapter class that makes a Spring BeanFactory appear as a standard read only Java Map<String,V>.
BeanFactoryMap() - Constructor for class oranjestad.spring.util.BeanFactoryMap
Default constructor.
BeanFactoryMap(BeanFactory) - Constructor for class oranjestad.spring.util.BeanFactoryMap
Wrapping constructor.
BridgeBeanDefinitionParser - Class in oranjestad.spring.bootstrap.xml
Spring Parser that takes a more or less standard Spring bean definition, but saves the BeanDefinition in a wrapper object to inject into an instance of SpringConfigurationBridge.
BridgeBeanDefinitionParser() - Constructor for class oranjestad.spring.bootstrap.xml.BridgeBeanDefinitionParser
 
BridgeNamespaceHandler - Class in oranjestad.spring.bootstrap.xml
Spring class for registering the bean tag with our parser.
BridgeNamespaceHandler() - Constructor for class oranjestad.spring.bootstrap.xml.BridgeNamespaceHandler
 

C

clear() - Static method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
Clean up method that can be used to release all static information.
clear() - Method in class oranjestad.spring.util.BeanFactoryMap
 
ConfigurationException - Exception in oranjestad.spring.bootstrap
General exception indicating there was a problem with configuration.
ConfigurationException() - Constructor for exception oranjestad.spring.bootstrap.ConfigurationException
For serialization
ConfigurationException(String, Throwable) - Constructor for exception oranjestad.spring.bootstrap.ConfigurationException
 
ConfigurationException(String) - Constructor for exception oranjestad.spring.bootstrap.ConfigurationException
 
configure(Object, String) - Static method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
Static configure method to be called from objects outside of Spring that want to register themselves as being ready to be configured from Spring.
containsKey(Object) - Method in class oranjestad.spring.util.BeanFactoryMap
Wraps the BeanFactory.containsBean(String) method.
containsValue(Object) - Method in class oranjestad.spring.util.BeanFactoryMap
Indicates whether or not this map contains a value that is equal to a bean in the factory.
convert(Object[], Class[], SpringAware) - Static method in class oranjestad.spring.bootstrap.BeanDefinitionUtils
Internal method that attempts to convert an array of arguments to the corresponding supplied types.
convert(Object, Class<?>, SpringAware) - Static method in class oranjestad.spring.bootstrap.BeanDefinitionUtils
Internal method to convert the supplied value to the provided type.
convert(Object, SpringAware) - Static method in class oranjestad.spring.bootstrap.BeanDefinitionUtils
Internal method that converts from the basic internal Spring types.
convert(ManagedMap, SpringAware) - Static method in class oranjestad.spring.bootstrap.BeanDefinitionUtils
Internal method that converts from a ManagedMap to a standard map.
convert(ManagedList, SpringAware) - Static method in class oranjestad.spring.bootstrap.BeanDefinitionUtils
Internal method that converts from a ManagedList to a standard list.
convert(ManagedSet, SpringAware) - Static method in class oranjestad.spring.bootstrap.BeanDefinitionUtils
Internal method that converts from a ManagedSet to a standard set.
convert(BeanDefinitionHolder, SpringAware) - Static method in class oranjestad.spring.bootstrap.BeanDefinitionUtils
Internal method that converts from a BeanDefinitionHolder to a an actual bean object.
convertConstructorArgs(BeanDefinition, SpringAware, Class<?>[]) - Static method in class oranjestad.spring.bootstrap.BeanDefinitionUtils
Method that takes the ConstructorArgumentValues out of the BeanDefinition and resolves them to an actual object array.
convertGenericMessage(Session, GenericMessage) - Method in class oranjestad.spring.beanutils.messaging.jms.GenericMessageMessageCreator
 
convertJmsMessage(Message) - Method in class oranjestad.spring.beanutils.messaging.jms.GenericMessageMessageCreator
 
createMessage(Session) - Method in class oranjestad.spring.beanutils.messaging.jms.GenericMessageMessageCreator
 

E

ElementEntry - Class in oranjestad.spring.beanutils.messaging.xml
Class used in reporting the location of a parsing error.
ElementEntry(Element) - Constructor for class oranjestad.spring.beanutils.messaging.xml.ElementEntry
Basic constructor.
entrySet() - Method in class oranjestad.spring.util.BeanFactoryMap
Retrieves a set of Set.Entry for each name and its bean.

G

GenericMessageMessageCreator - Class in oranjestad.spring.beanutils.messaging.jms
Spring MessageCreator that uses a JmsMessageConverter to take generic messages and convert them to Jms messages.
GenericMessageMessageCreator() - Constructor for class oranjestad.spring.beanutils.messaging.jms.GenericMessageMessageCreator
 
get(Object) - Method in class oranjestad.spring.util.BeanFactoryMap
Retrieves a bean (wraps BeanFactory.getBean(String)).
getBeanClassLoader() - Method in class oranjestad.spring.bootstrap.SpringAware
 
getBeanClassLoader() - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
The class loader Spring has used to create beans with.
getBeanDefinition() - Method in class oranjestad.spring.bootstrap.WrappedBeanDefinition
 
getBeanFactory() - Method in class oranjestad.spring.beanutils.messaging.dispatching.BeanFactoryAwareGenericMessage
Getter for beanFactory property.
getBeanFactory() - Method in class oranjestad.spring.bootstrap.SpringAware
 
getBeanFactory() - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
The BeanFactory this bean is being created in.
getBeanName() - Method in class oranjestad.spring.bootstrap.SpringAware
 
getBeanName() - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
The bean name.
getGenericMessage() - Method in class oranjestad.spring.beanutils.messaging.jms.GenericMessageMessageCreator
 
getObject() - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
 
getObject() - Method in class oranjestad.spring.lang.MethodFactoryBean
 
getObjectType() - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
 
getObjectType() - Method in class oranjestad.spring.lang.MethodFactoryBean
 
getSpringAware() - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
The wrapper object for all of the Spring aware values.
getWrappedBeanDefinition() - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
Gets the BeanDefinition of the object we are to create.

I

init() - Method in class oranjestad.spring.beanutils.messaging.xml.OrjNamespaceHandler
 
init() - Method in class oranjestad.spring.bootstrap.xml.BridgeNamespaceHandler
 
isEmpty() - Method in class oranjestad.spring.util.BeanFactoryMap
 
isSingleton() - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
 
isSingleton() - Method in class oranjestad.spring.lang.MethodFactoryBean
 

J

JmsMessageListener - Class in oranjestad.spring.beanutils.messaging.jms
Generic message listener that uses Spring's JmsTemplate to forward messages via JMS.
JmsMessageListener() - Constructor for class oranjestad.spring.beanutils.messaging.jms.JmsMessageListener
 

K

keySet() - Method in class oranjestad.spring.util.BeanFactoryMap
Wraps ListableBeanFactory.getBeanDefinitionNames().

M

massageMessage(GenericMessage) - Method in class oranjestad.spring.beanutils.messaging.dispatching.SpringMappedMethodAndArgumentsDispatcher
Overrides the standard method to return a BeanFactoryAwareGenericMessage that adds the beanFactory property to the generic message.
matchConstructors(ConstructorArgumentValues, Class) - Static method in class oranjestad.spring.bootstrap.BeanDefinitionUtils
Internal method that tries to figure out what constructor to call.
MethodFactoryBean - Class in oranjestad.spring.lang
Factory bean that looks up a Method object and returns it.
MethodFactoryBean() - Constructor for class oranjestad.spring.lang.MethodFactoryBean
 

O

onGenericMessage(GenericMessage) - Method in class oranjestad.spring.beanutils.messaging.jms.JmsMessageListener
 
oranjestad.spring.beanutils.messaging - package oranjestad.spring.beanutils.messaging
Package defining a BeanPostProcessor that injects messaging instrospection listeners into Spring beans.
oranjestad.spring.beanutils.messaging.dispatching - package oranjestad.spring.beanutils.messaging.dispatching
Defines some dispatching extensions that integrate more tightly with Spring.
oranjestad.spring.beanutils.messaging.jms - package oranjestad.spring.beanutils.messaging.jms
Package that defines a Spring based JmsListener that is compatible with oranjestad BeanMessagingIntrospection.
oranjestad.spring.beanutils.messaging.xml - package oranjestad.spring.beanutils.messaging.xml
Package that defines helper XML for performing listener injection in Spring.
oranjestad.spring.bootstrap - package oranjestad.spring.bootstrap
Package defining a Spring extension that allows a Spring BeanDefinition to be applied to an object created outside of Spring.
oranjestad.spring.bootstrap.xml - package oranjestad.spring.bootstrap.xml
Package containing the Parser and Namespace handler used in implemnting the SpringConfigurationBridge in Spring's xml.
oranjestad.spring.lang - package oranjestad.spring.lang
Package containing some spring utilities that relate to the standard java.lang package.
oranjestad.spring.plugin - package oranjestad.spring.plugin
Package defining a class for adding lightweight plug-in support based on Spring.
oranjestad.spring.util - package oranjestad.spring.util
Package defining some generic utilities related to Spring.
OrjNamespaceHandler - Class in oranjestad.spring.beanutils.messaging.xml
Spring class for registering the listener tag with our parser.
OrjNamespaceHandler() - Constructor for class oranjestad.spring.beanutils.messaging.xml.OrjNamespaceHandler
 
OrjParser - Class in oranjestad.spring.beanutils.messaging.xml
Parser that builds up several objects to perform listener injection.
OrjParser() - Constructor for class oranjestad.spring.beanutils.messaging.xml.OrjParser
 

P

parseAddListenerArg(Element, ParserContext, ParseState, ManagedList) - Method in class oranjestad.spring.beanutils.messaging.xml.OrjParser
Internal method that parses the add-listener-arg tags.
parseInternal(Element, ParserContext) - Method in class oranjestad.spring.beanutils.messaging.xml.OrjParser
 
parseInternal(Element, ParserContext) - Method in class oranjestad.spring.bootstrap.xml.BridgeBeanDefinitionParser
Callback method for parsing the <bridge:bean> tag.
parseMappings(Element, ParserContext, ParseState) - Method in class oranjestad.spring.beanutils.messaging.xml.OrjParser
Internal method that parses the map-method tags.
PluginBeanFactoryPostProcessor - Class in oranjestad.spring.plugin
Utility used by spring to dynamically plug-in beans into extension beans.
PluginBeanFactoryPostProcessor() - Constructor for class oranjestad.spring.plugin.PluginBeanFactoryPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class oranjestad.spring.beanutils.messaging.AddListenerBeanPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class oranjestad.spring.plugin.PluginBeanFactoryPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class oranjestad.spring.beanutils.messaging.AddListenerBeanPostProcessor
 
put(String, Object) - Method in class oranjestad.spring.util.BeanFactoryMap
 
putAll(Map) - Method in class oranjestad.spring.util.BeanFactoryMap
 

R

remove(Object) - Method in class oranjestad.spring.util.BeanFactoryMap
 

S

setArgs(Object[]) - Method in class oranjestad.spring.beanutils.messaging.AddListenerBeanPostProcessor
Sets the arguments that should be supplied to the add listener method.
setBeanClassLoader(ClassLoader) - Method in class oranjestad.spring.bootstrap.SpringAware
BeanClassLoaderAware method.
setBeanClassLoader(ClassLoader) - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
 
setBeanFactory(Map) - Method in class oranjestad.spring.beanutils.messaging.dispatching.BeanFactoryAwareGenericMessage
Sets the bean factory map.
setBeanFactory(BeanFactory) - Method in class oranjestad.spring.beanutils.messaging.dispatching.SpringMappedMethodAndArgumentsDispatcher
 
setBeanFactory(BeanFactory) - Method in class oranjestad.spring.bootstrap.SpringAware
BeanFactoryAware method.
setBeanFactory(BeanFactory) - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
 
setBeanFactory(BeanFactory) - Method in class oranjestad.spring.util.BeanFactoryMap
Method called to set the bean factory that will wrap this map.
setBeanName(String) - Method in class oranjestad.spring.bootstrap.SpringAware
BeanNameAware method.
setBeanName(String) - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
 
setBeanName(String) - Method in class oranjestad.spring.plugin.PluginBeanFactoryPostProcessor
 
setBeforeInitialization(boolean) - Method in class oranjestad.spring.beanutils.messaging.AddListenerBeanPostProcessor
Optional property that determines if listener is injected before or after bean initialization.
setChannel(String) - Method in class oranjestad.spring.beanutils.messaging.AddListenerBeanPostProcessor
Sets the name of the channel that exists on the producer to add the listener too.
setClass(Class<?>) - Method in class oranjestad.spring.lang.MethodFactoryBean
Sets the class that the method will be looked up on (required).
setExtensionBeanName(String) - Method in class oranjestad.spring.plugin.PluginBeanFactoryPostProcessor
The bean that is being extended (the bean with a List based property.
setGenericMessage(GenericMessage) - Method in class oranjestad.spring.beanutils.messaging.jms.GenericMessageMessageCreator
Sets the generic message that will be used in generating a JMS message.
setGenericMessageMessageCreator(GenericMessageMessageCreator) - Method in class oranjestad.spring.beanutils.messaging.jms.JmsMessageListener
Sets the message create (default is one that uses the ObjectJmsMessageConverter.
setHanger(Object) - Method in class oranjestad.spring.beanutils.messaging.AddListenerBeanPostProcessor
Property primarily used by the OrjParser to hang an additional object off of.
setJmsMessageConverter(JmsMessageConverter) - Method in class oranjestad.spring.beanutils.messaging.jms.GenericMessageMessageCreator
Sets the JmsMessageConverter that is used to convert between Generic messages and JMS messages.
setJmsTemplate(JmsTemplate) - Method in class oranjestad.spring.beanutils.messaging.jms.JmsMessageListener
Sets the Spring JmsTemplate used for sending messages.
setListenerIndex(int) - Method in class oranjestad.spring.beanutils.messaging.AddListenerBeanPostProcessor
Sets the index of the listener in the args array.
setName(String) - Method in class oranjestad.spring.lang.MethodFactoryBean
Sets the name of the method to lookup (required).
setParameterTypes(Class[]) - Method in class oranjestad.spring.lang.MethodFactoryBean
Sets the parameter types, if not set an empty array is assumed.
setPluginBeanName(String) - Method in class oranjestad.spring.plugin.PluginBeanFactoryPostProcessor
The name of the bean to plug-in to the extension bean's list property.
setProducerName(String) - Method in class oranjestad.spring.beanutils.messaging.AddListenerBeanPostProcessor
Sets the name of the producer bean that will have listeners injected into it.
setPropertyName(String) - Method in class oranjestad.spring.plugin.PluginBeanFactoryPostProcessor
The name of the List property within the extension bean.
setWrappedBeanDefinition(WrappedBeanDefinition) - Method in class oranjestad.spring.bootstrap.SpringConfigurationBridge
Method called to capture the BeanDefinition that will be create by this factory.
size() - Method in class oranjestad.spring.util.BeanFactoryMap
Wraps ListableBeanFactory.getBeanDefinitionCount()
SpringAware - Class in oranjestad.spring.bootstrap
Container object for all of the Spring aware interfaces, BeanNameAware, BeanFactoryAware, and BeanClassLoaderAware.
SpringAware() - Constructor for class oranjestad.spring.bootstrap.SpringAware
Default Constructor.
SpringAware(SpringAware) - Constructor for class oranjestad.spring.bootstrap.SpringAware
Copy constructor.
SpringConfigurationBridge - Class in oranjestad.spring.bootstrap
FactoryBean/utility that can be used to configure (bridge) an object created externally from Spring, to configuration defined within Spring.
SpringConfigurationBridge() - Constructor for class oranjestad.spring.bootstrap.SpringConfigurationBridge
 
SpringMappedMethodAndArgumentsDispatcher - Class in oranjestad.spring.beanutils.messaging.dispatching
Extension to the standard MappedMethodAndArgumentsDispatcher that integrates with Spring.
SpringMappedMethodAndArgumentsDispatcher() - Constructor for class oranjestad.spring.beanutils.messaging.dispatching.SpringMappedMethodAndArgumentsDispatcher
 

T

toString() - Method in class oranjestad.spring.beanutils.messaging.xml.ElementEntry
Displayes the contents of the element.

V

values() - Method in class oranjestad.spring.util.BeanFactoryMap
Retrieves all the beans in the factory.

W

WrappedBeanDefinition - Class in oranjestad.spring.bootstrap
Class used to wrap a standard Spring BeanDefinition.
WrappedBeanDefinition(BeanDefinition) - Constructor for class oranjestad.spring.bootstrap.WrappedBeanDefinition
 

A B C E G I J K M O P R S T V W

Copyright © 2008. All Rights Reserved.