private Object newChild(UnifiedPortComponentRefMetaData ref, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)
{
Object child = null;
if (localName.equals("call-property"))
{
child = new UnifiedCallPropertyMetaData();
ref.addCallProperty((UnifiedCallPropertyMetaData)child);
}
if (localName.equals("stub-property"))
{
child = new UnifiedStubPropertyMetaData();