WebLogic Integration


Uses of Class
com.bea.wlxt.bintype.Bintype

Packages that use Bintype
com.bea.wlxt Provides the WebLogic Integration XML-Non XML Translator classes. 
com.bea.wlxt.bintype Provides the WebLogic Integration XML-Non XML Translator binary type classes. 
 

Uses of Bintype in com.bea.wlxt
 

Methods in com.bea.wlxt with parameters of type Bintype
static void WLXT.addNewDataType(java.lang.String name, Bintype binType)
          Add a new User Defined Type to the WLXT runtime engine.
 

Uses of Bintype in com.bea.wlxt.bintype
 

Subclasses of Bintype in com.bea.wlxt.bintype
 class Bintype_IBMFloat
           
 class BintypeDate
           
 class BintypeDate_Chhmi
          Process input/output of dates in the format HHMI
 class BintypeDate_Chhmipm
          Process input/output of dates in the format HHMI PM
 class BintypeDate_Chhmiss
          Process input/output of dates in the format HH:MI:SS
 class BintypeDate_Chhmisspm
          Process input/output of dates in the format HH:MI:SS PM
 class BintypeDate_Date
          Process input/output of dates in the format YYYYMMDD.
 class BintypeDate_DateTime
          Process input/output of dates in the format YYYYMMDDHHMISS.
 class BintypeDate_Dddmonyy
          Process input/output of dates in the format DD-MMM-YY.
 class BintypeDate_Dddmonyyyy
          Process input/output of dates in the format DD-MMM-YYYY.
 class BintypeDate_ddmonyy
          Process input/output of dates in the format DDMMMYY.
 class BintypeDate_ddmonyyyy
          Process input/output of dates in the format DDMMMYYYY.
 class BintypeDate_Dmonyy
          Process input/output of dates in the format MMM-YY.
 class BintypeDate_Dmonyyyy
          Process input/output of dates in the format MMM-YYYY.
 class BintypeDate_hhmiss
          Process input/output of dates in the format HHMISS
 class BintypeDate_JavaDate
          Process input/output of dates in the format Day Mon DD HH:MI:SS TZZ YYYY
 class BintypeDate_mmddyy
          Process input/output of dates in the format MMDDYY.
 class BintypeDate_mmddyyhhmi
          Process input/output of dates in the format MMDDYYHHMI.
 class BintypeDate_mmddyyhhmiss
          Process input/output of dates in the format MMDDYYHHMISS.
 class BintypeDate_mmddyyyy
          Process input/output of dates in the format MMDDYYYY.
 class BintypeDate_monddyyyy
          Process input/output of dates in the format MMMDDYYYY.
 class BintypeDate_monyy
          Process input/output of dates in the format MMMYY.
 class BintypeDate_monyyyy
          Process input/output of dates in the format MMMYYYY.
 class BintypeDate_SCddmmyyhhmi
          Process input/output of dates in the format DD/MM/YY HH:MI.
 class BintypeDate_SCddmmyyhhmipm
          Process input/output of dates in the format DD/MM/YY HH:MI PM.
 class BintypeDate_SCddmmyyhhmiss
          Process input/output of dates in the format DD/MM/YY HH:MI.
 class BintypeDate_SCddmmyyhhmisspm
          Process input/output of dates in the format DD/MM/YY HH:MI PM.
 class BintypeDate_SCmmddyyhhmi
          Process input/output of dates in the format MM/DD/YY HH:MI.
 class BintypeDate_SCmmddyyhhmipm
          Process input/output of dates in the format MM/DD/YY HH:MI PM.
 class BintypeDate_SCmmddyyhhmiss
          Process input/output of dates in the format MM/DD/YY HH:MI:SS.
 class BintypeDate_SCmmddyyhhmisspm
          Process input/output of dates in the format MM/DD/YY HH:MI:SS PM.
 class BintypeDate_Sddmmyy
          Process input/output of dates in the format DDMMYY.
 class BintypeDate_Sddmmyyyy
          Process input/output of dates in the format DDMMYYYY.
 class BintypeDate_Smmddyy
          Process input/output of dates in the format MM/DD/YY.
 class BintypeDate_Smmddyyyy
          Process input/output of dates in the format MM/DD/YYYY.
 class BintypeDate_Time
          Process input/output of dates in the format HHMISS.
 class BintypeDouble
           
 class BintypeEndian
           
 class BintypeFloat
           
 class BintypeLiteral
           
 class BintypePacked
           
 class BintypeString
           This class provides the default implementation for Data Types used by the WLXT to translate Binary String Data to XML or XML data to Binary String data.
 class BintypeString_Binary
           
 class BintypeString_BinaryHex
           
 class BintypeString_CString
           
 class BintypeString_EBCDIC
           
 class BintypeString_Filler
           
 class BintypeString_Numeric
           
 class BintypeString_String
           
 class BintypeTinyInt
           
 class BintypeZoned
           
 


WebLogic Integration

WebLogic Integration (WLI)