org.exolab.castor.builder
public class MemberFactory extends BaseFactory
Version: $Revision: 6391 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
Constructor Summary | |
---|---|
MemberFactory(BuilderConfiguration config, FieldInfoFactory infoFactory, GroupNaming groupNaming)
Creates a new MemberFactory using the given FieldInfo factory.
|
Method Summary | |
---|---|
FieldInfo | createFieldInfo(XMLBindingComponent component, ClassInfoResolver resolver, boolean useJava50)
Creates a FieldInfo object for the given XMLBindingComponent.
|
FieldInfo | createFieldInfoForAny(Wildcard any, boolean useJava50)
Creates a FieldInfo for content models that support "any" element.
|
FieldInfo | createFieldInfoForChoiceValue()
Creates a FieldInfo to hold the value of a choice.
|
FieldInfo | createFieldInfoForContent(XSType xsType, boolean useJava50)
Creates a FieldInfo for content.
|
Parameters: config the BuilderConfiguration infoFactory the FieldInfoFactory to use groupNaming Grou pnaming scheme to be used.
Parameters: component the XMLBindingComponent to create the FieldInfo for resolver resolver to use to find ClassInfo useJava50 if true, code will be generated for Java 5
Returns: the FieldInfo for the given attribute declaration
Parameters: any the wildcard we will operate on useJava50 if true then we will generate code for Java 5
Returns: the new FieldInfo
Returns: the new FieldInfo
Parameters: xsType the type of content useJava50 if true, code will be generated for Java 5
Returns: the new FieldInfo