org.openorb.pss.wrapper

Interface PsdlWrapper

public interface PsdlWrapper

This interface defines a wrapper that will be called by the PSDL to Java generator in order to translate storage home and storage type.

Author: Jerome Daniel

Method Summary
voidmap_catalog(File into, psdlCatalog sh)
This operation will be called by the PSDL to Java generator in order to translate Catalog structure.
voidmap_storagehome(File into, psdlStorageHome sh)
This operation will be called by the PSDL to Java generator in order to translate Storage Home structure.
voidmap_storagetype(File into, psdlStorageType st)
This operation will be called by the PSDL to Java generator in order to translate Storage Type structure.

Method Detail

map_catalog

public void map_catalog(File into, psdlCatalog sh)
This operation will be called by the PSDL to Java generator in order to translate Catalog structure.

map_storagehome

public void map_storagehome(File into, psdlStorageHome sh)
This operation will be called by the PSDL to Java generator in order to translate Storage Home structure.

map_storagetype

public void map_storagetype(File into, psdlStorageType st)
This operation will be called by the PSDL to Java generator in order to translate Storage Type structure.