Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Uses of Class
weblogic.wtc.jatmi.TypedFML32

Packages that use TypedFML32
weblogic.wtc.gwt Provides useful WTC GWT Domain utilities. 
weblogic.wtc.jatmi Provides JATMI primitives used to begin and end transactions, allocate and free buffers, and provide the communication between clients and servers. 
 

Uses of TypedFML32 in weblogic.wtc.gwt
 

Methods in weblogic.wtc.gwt that return TypedFML32
 TypedFML32 XmlFmlCnv.XMLtoFML32(String xmlinfo, FldTbl[] fldtbls)
          Translate an XML document into an FML32 buffer.
 

Methods in weblogic.wtc.gwt with parameters of type TypedFML32
 String XmlFmlCnv.FML32toXML(TypedFML32 inData)
          Translate an FML32 buffer to XML.
 String XmlFmlCnv.FML32toXML(TypedFML32 inData, boolean rootneeded)
          Translate an FML32 buffer to XML.
 String XmlFmlCnv.FML32toXML(TypedFML32 inData, boolean root, boolean grouping)
          Translates an FML32 buffer to XML with grouping option.
 String XmlFmlCnv.FML32toXML(TypedFML32 inData, boolean root, boolean ordering, boolean grouping)
          Translates an FML32 buffer to XML with ordering and grouping options.
 String XmlFmlCnv.FML32toXML(TypedFML32 inData, boolean root, boolean ordering, boolean grouping, boolean beautify)
          Translates an FML32 buffer to XML with ordering, grouping, and beautify options.
 

Uses of TypedFML32 in weblogic.wtc.jatmi
 

Constructors in weblogic.wtc.jatmi with parameters of type TypedFML32
TypedFML32(TypedFML32 copyFrom)
          This constructor copies the fields from the input FML32 buffer.
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06