Uses of Class
org.milyn.javabean.Bean

Packages that use Bean
org.milyn.javabean Smooks Javabean Cartridge implementation classes. 
 

Uses of Bean in org.milyn.javabean
 

Methods in org.milyn.javabean that return Bean
 Bean Bean.bindTo(Bean bean)
          Add a bean binding configuration to this Collection/array bean binding config.
 Bean Bean.bindTo(String dataSelector)
          Create a binding configuration to bind the data, selected from the message by the dataSelector, to the target Collection/array Bean beanclass instance.
 Bean Bean.bindTo(String bindingMember, Bean bean)
          Add a bean binding configuration for the specified bindingMember (field/method) to this bean binding config.
 Bean Bean.bindTo(String dataSelector, org.milyn.javabean.DataDecoder dataDecoder)
          Create a binding configuration to bind the data, selected from the message by the dataSelector, to the target Collection/array Bean beanclass instance.
 Bean Bean.bindTo(String bindingMember, String dataSelector)
          Create a binding configuration to bind the data, selected from the message by the dataSelector, to the specified bindingMember (field/method).
 Bean Bean.bindTo(String bindingMember, String dataSelector, org.milyn.javabean.DataDecoder dataDecoder)
          Create a binding configuration to bind the data, selected from the message by the dataSelector, to the target Bean member specified by the bindingMember param.
 Bean Bean.newBean(Class<?> beanClass, String createOnElement)
          Create a Bean binding configuration.
 Bean Bean.newBean(Class<?> beanClass, String beanId, String createOnElement)
          Create a Bean binding configuration.
static Bean Bean.newBean(Class<?> beanClass, String beanId, String createOnElement, String createOnElementNS)
          Create a Bean binding configuration.
<T> Bean
Bean.newBean(Class<T> beanClass, String createOnElement, Factory<T> factory)
          Create a Bean binding configuration.
<T> Bean
Bean.newBean(Class<T> beanClass, String beanId, String createOnElement, Factory<T> factory)
          Create a Bean binding configuration.
static
<T> Bean
Bean.newBean(Class<T> beanClass, String beanId, String createOnElement, String createOnElementNS, Factory<T> factory)
          Create a Bean binding configuration.
 

Methods in org.milyn.javabean with parameters of type Bean
 Bean Bean.bindTo(Bean bean)
          Add a bean binding configuration to this Collection/array bean binding config.
 Bean Bean.bindTo(String bindingMember, Bean bean)
          Add a bean binding configuration for the specified bindingMember (field/method) to this bean binding config.
 



Copyright © 2018. All rights reserved.