com.gomjabbar.xml.binding
Class BindingConfigBindingFactory

java.lang.Object
  |
  +--com.gomjabbar.xml.binding.BindingConfigBindingFactory

public class BindingConfigBindingFactory
extends java.lang.Object


Inner Class Summary
static class BindingConfigBindingFactory.AttributeBinding
           
static class BindingConfigBindingFactory.ElementBinding
           
static class BindingConfigBindingFactory.XmlBinding
           
 
Constructor Summary
BindingConfigBindingFactory()
           
 
Method Summary
 BindingConfigBindingFactory.AttributeBinding createAttributeBinding()
           
 BindingConfigBindingFactory.ElementBinding createElementBinding()
           
 BindingConfigBindingFactory.XmlBinding createXmlBinding()
           
 java.lang.reflect.Constructor parseReflectConstructor(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingConfigBindingFactory

public BindingConfigBindingFactory()
Method Detail

parseReflectConstructor

public java.lang.reflect.Constructor parseReflectConstructor(java.lang.String type)
                                                      throws java.lang.ClassNotFoundException,
                                                             java.lang.NoSuchMethodException

createXmlBinding

public BindingConfigBindingFactory.XmlBinding createXmlBinding()

createElementBinding

public BindingConfigBindingFactory.ElementBinding createElementBinding()

createAttributeBinding

public BindingConfigBindingFactory.AttributeBinding createAttributeBinding()