Savarese.Org

org.savarese.unicorn.ui
Interface ObjectPanelModelFactory


public interface ObjectPanelModelFactory

A factory interface for instantiating ObjectPanelModel objects.


Method Summary
 ObjectPanelModel createObjectPanelModel(java.lang.String objectName)
          Creates an ObjectPanelModel that wraps the object with the provided name.
 

Method Detail

createObjectPanelModel

ObjectPanelModel createObjectPanelModel(java.lang.String objectName)
                                        throws java.lang.Exception
Creates an ObjectPanelModel that wraps the object with the provided name.

Parameters:
objectName - The name of the object to model (e.g., a class name or a WSDL URL)
Returns:
The instantiated ObjectPanelModel or null if the model cannot be created.
Throws:
java.lang.Exception - If an unexpected condition occurs while attempting to instantiate the object and model.

Savarese.Org

Copyright © 2006 Daniel F. Savarese. All Rights Reserved.