public class BeanInfoFactory
extends java.lang.Object
BeanInfoFactory
is reading and analyzing
a given bean class. It provides the information required
by the BeanSchemaWriter
.Constructor and Description |
---|
BeanInfoFactory(JavaSourceResolver pClassLoader,
JavaQName pQName)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
BeanInfo |
getBeanInfo(JavaQName pType)
Returns the bean info for the given type.
|
java.lang.String |
getTargetNamespace()
Returns the factories target namespace.
|
boolean |
isSimpleType(JavaQName pType)
Returns, whether the given Java type can be mapped to
an atomic type.
|
void |
setTargetNamespace(java.lang.String pTargetNamespace)
Sets the factories target namespace.
|
public BeanInfoFactory(JavaSourceResolver pClassLoader, JavaQName pQName) throws BeanReaderException
BeanReaderException
public boolean isSimpleType(JavaQName pType)
public java.lang.String getTargetNamespace()
public void setTargetNamespace(java.lang.String pTargetNamespace)