|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidtransform.core.meta.service.MetaFactory
public class MetaFactory
This Factory is primarily used by the binding compiler to create meta objects and collections. the factory understands how all meta objects should be created.
Constructor Summary | |
---|---|
MetaFactory()
|
Method Summary | |
---|---|
static java.lang.String |
marshalQName(QName qName)
Convert QName to QName string "prefix:localName" for XML serialization |
static QName |
unmarshalQName(java.lang.String qName)
Convert QName string "prefix:localName" in XML to QName object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaFactory()
Method Detail |
---|
public static QName unmarshalQName(java.lang.String qName)
qName
- the string representation of the QName
public static java.lang.String marshalQName(QName qName)
qName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |