|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.builder.MemberFactory
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemberFactory()
public MemberFactory(FieldInfoFactory infoFactory)
infoFactory
- the FieldInfoFactory to useMethod Detail |
public FieldInfo createFieldInfoForAny(Wildcard any)
public FieldInfo createFieldInfoForContent(XSType xsType)
xsType
- the type of content
public FieldInfo createFieldInfo(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 |