org.apache.ws.jaxme.js.beanreader
public class BeanInfoFactory extends Object
Constructor Summary | |
---|---|
BeanInfoFactory(JavaSourceResolver pClassLoader, JavaQName pQName) Creates a new instance. |
Method Summary | |
---|---|
BeanInfo | getBeanInfo(JavaQName pType) Returns the bean info for the given type. |
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(String pTargetNamespace) Sets the factories target namespace. |