Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.jbo.server.xml
Class JboXMLUtil

java.lang.Object
  extended by oracle.jbo.server.xml.JboXMLUtil


public class JboXMLUtil
extends java.lang.Object
 NAME
      JboXMLUtil.java -
 DESCRIPTION

      DefXMLParser has utility functions to create serialized files from
      XMLElement and vice versa

 NOTES





Constructor Summary
JboXMLUtil()
           

 

Method Summary
 void createSerFile(DefElement xmlElement, java.lang.String outFileName)
           
 DefElement createXMLFromSerFile(java.lang.String serFileName)
           
static java.lang.String getBC4JTempDir(ApplicationModule am)
          Internal: Applications should not use this method.
static void main(java.lang.String[] args)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JboXMLUtil

public JboXMLUtil()

Method Detail

createSerFile

public void createSerFile(DefElement xmlElement,
                          java.lang.String outFileName)
                   throws java.lang.Exception
Throws:
java.lang.Exception

createXMLFromSerFile

public DefElement createXMLFromSerFile(java.lang.String serFileName)
                                throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)

getBC4JTempDir

public static java.lang.String getBC4JTempDir(ApplicationModule am)
Internal: Applications should not use this method.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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