Oracle Application Development Framework Model and Business Components Java API Reference
VERSION

B16005-01


oracle.adf.model.adapter.dataformat
Interface FormatStructureHandler

All Known Implementing Classes:
CSVHandler, XSDHandler

public interface FormatStructureHandler

Interface to define a handler that can extract structure definition from a given input of a specific format, e.g. XML, CSV etc.

Since:
10.1.3
Version:
1.0

Method Summary
 StructureDefinition getStructure(java.lang.String name, DefinitionContext ctx)
          Returns the structure definition extracted for the data format.

 

Method Detail

getStructure

public StructureDefinition getStructure(java.lang.String name,
                                        DefinitionContext ctx)
Returns the structure definition extracted for the data format.
Parameters:
name - name of the root structure.
ctx - definition context information.
Returns:
the structure information extracted.

Oracle Application Development Framework Model and Business Components Java API Reference
VERSION

B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.