org.eclipse.higgins.idas.udi.impl.xri
Class XRIUDIFactory

java.lang.Object
  extended byorg.eclipse.higgins.idas.udi.impl.xri.XRIUDIFactory
All Implemented Interfaces:
org.eclipse.higgins.configuration.api.IConfigurableComponent, IUDIFactory

public class XRIUDIFactory
extends Object
implements IUDIFactory


Constructor Summary
XRIUDIFactory()
           
 
Method Summary
 void configure(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings)
           
 IAttributeUDI parseAttributeUDI(String attributeUDI)
           
 IContextUDI parseContextUDI(String contextUDI)
           
 IEntityUDI parseEntityUDI(String entityUDI)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRIUDIFactory

public XRIUDIFactory()
Method Detail

configure

public void configure(Map mapGlobalSettings,
                      String strComponentName,
                      Map mapComponentSettings)
               throws Exception
Specified by:
configure in interface org.eclipse.higgins.configuration.api.IConfigurableComponent
Throws:
Exception

parseContextUDI

public IContextUDI parseContextUDI(String contextUDI)
                            throws org.eclipse.higgins.idas.api.IdASException
Specified by:
parseContextUDI in interface IUDIFactory
Throws:
org.eclipse.higgins.idas.api.IdASException

parseEntityUDI

public IEntityUDI parseEntityUDI(String entityUDI)
                          throws org.eclipse.higgins.idas.api.IdASException
Specified by:
parseEntityUDI in interface IUDIFactory
Throws:
org.eclipse.higgins.idas.api.IdASException

parseAttributeUDI

public IAttributeUDI parseAttributeUDI(String attributeUDI)
                                throws org.eclipse.higgins.idas.api.IdASException
Specified by:
parseAttributeUDI in interface IUDIFactory
Throws:
org.eclipse.higgins.idas.api.IdASException