com.rapidtransform.core.meta.service
Class MetaFactory

java.lang.Object
  extended by com.rapidtransform.core.meta.service.MetaFactory

public class MetaFactory
extends java.lang.Object

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.

Author:
Steve Werner

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

MetaFactory

public MetaFactory()
Method Detail

unmarshalQName

public static QName unmarshalQName(java.lang.String qName)
Convert QName string "prefix:localName" in XML to QName object

Parameters:
qName - the string representation of the QName
Returns:
QName

marshalQName

public static java.lang.String marshalQName(QName qName)
Convert QName to QName string "prefix:localName" for XML serialization

Parameters:
qName -
Returns: