org.exolab.castor.builder
public class MemberFactory extends Object
Version: $Revision: 1.2 $ $Date: 2003/03/03 09:57:14 $
| Constructor Summary | |
|---|---|
| MemberFactory()
Creates a new MemberFactory with default type factory.
| |
| MemberFactory(FieldInfoFactory infoFactory)
Creates a new MemberFactory using the given FieldInfo factory. | |
| Method Summary | |
|---|---|
| FieldInfo | createFieldInfo(XMLBindingComponent component, ClassInfoResolver resolver)
Creates a FieldInfo object for the given XMLBindingComponent.
|
| FieldInfo | createFieldInfoForAny(Wildcard any)
Creates a FieldInfo for content models that support "any" element. |
| FieldInfo | createFieldInfoForContent(XSType xsType)
Creates a FieldInfo for content. |
Parameters: infoFactory the FieldInfoFactory to use
Parameters: component the XMLBindingComponent to create the FieldInfo for
Returns: the FieldInfo for the given attribute declaration
Returns: the new FieldInfo
Parameters: xsType the type of content
Returns: the new FieldInfo