|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.exolab.castor.builder.MemberFactory
The "Factory" responsible for creating fields for the given schema components
Constructor Summary | |
MemberFactory(BuilderConfiguration config)
Creates a new MemberFactory with default type factory. |
|
MemberFactory(BuilderConfiguration config,
FieldInfoFactory infoFactory)
Creates a new MemberFactory using the given FieldInfo factory. |
Method Summary | |
FieldInfo |
createFieldInfo(org.exolab.castor.builder.binding.XMLBindingComponent component,
ClassInfoResolver resolver)
Creates a FieldInfo object for the given XMLBindingComponent. |
FieldInfo |
createFieldInfoForAny(org.exolab.castor.xml.schema.Wildcard any)
Creates a FieldInfo for content models that support "any" element. |
FieldInfo |
createFieldInfoForContent(org.exolab.castor.builder.types.XSType xsType)
Creates a FieldInfo for content. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemberFactory(BuilderConfiguration config)
config
- the BuilderConfigurationpublic MemberFactory(BuilderConfiguration config, FieldInfoFactory infoFactory)
config
- the BuilderConfigurationinfoFactory
- the FieldInfoFactory to useMethod Detail |
public FieldInfo createFieldInfoForAny(org.exolab.castor.xml.schema.Wildcard any)
public FieldInfo createFieldInfoForContent(org.exolab.castor.builder.types.XSType xsType)
xsType
- the type of content
public FieldInfo createFieldInfo(org.exolab.castor.builder.binding.XMLBindingComponent component, ClassInfoResolver resolver)
component
- the XMLBindingComponent to create the
FieldInfo for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |