Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.wtc.jatmi
Class MBStringTypes

java.lang.Object
  extended by weblogic.wtc.jatmi.StandardTypes
      extended by weblogic.wtc.jatmi.MBStringTypes

All Implemented Interfaces:
Serializable, TypedBuffer
Direct Known Subclasses:
TypedFML32, TypedMBString

public abstract class MBStringTypes
extends StandardTypes
implements TypedBuffer

This class implements the common methods all of the TUXEDO standard Typed Buffers which supports MBSTRING data require. It keeps the Tuxedo encoding name to which the MBSTRING data is converted and sent to another Tuxedo domain.

See Also:
Serialized Form

Field Summary
protected  String mbencoding
           

 

Fields inherited from class weblogic.wtc.jatmi.StandardTypes
CALLOUT_HINT, CARRAY_HINT, CMPS_HDR_HINT, COMPOS_HINT, FML_HINT, FML32_HINT, MBSTRING_HINT, MTTYP_HINT, PROP_HINT, ROUTE_HINT, RPCRP_HINT, RPCRQ_HINT, STRING_HINT, TDOM_VALS_HINT, TGIOP_HINT, TM_HINT, TPINITTYPE_HINT, TRAN_HINT, UNSOL_HINT, VIEW_HINT, VIEW32_HINT, WS_HINT, WSRPCRQ_HINT, X_C_TYPE_HINT, X_COMMON_HINT, X_OCTET_HINT, XML_HINT

 

Method Summary
 String getMBEncoding()
          Get the Tuxedo encoding name set in this Typed Buffer.
 void setMBEncoding(String encoding)
          Set the Tuxedo encoding name to which the MBSTRING data in this Typed Buffer is converted and sent to another Tuxedo domain.

 

Methods inherited from class weblogic.wtc.jatmi.StandardTypes
getHintIndex, getSubtype, getType, hint_to_type

 

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

 

Methods inherited from interface weblogic.wtc.jatmi.TypedBuffer
_tmpostrecv, _tmpresend, getHintIndex, getSubtype, getType

 

Field Detail

mbencoding

protected String mbencoding

Method Detail

setMBEncoding

public void setMBEncoding(String encoding)
Set the Tuxedo encoding name to which the MBSTRING data in this Typed Buffer is converted and sent to another Tuxedo domain. If the Tuxedo encoding name of the TypedBuffer is set to null, which is the default, the default encoding name set in the MBEncoding class is used for the conversion.
Parameters:
encoding - The Tuxedo encoding name used for MBSTRING conversion.

getMBEncoding

public String getMBEncoding()
Get the Tuxedo encoding name set in this Typed Buffer. If the MBSTRING data is received from another Tuxedo domain, this encoding name is the one which was set in the received MBSTRING data.
Returns:
The Tuxedo encoding name used for MBSTRING conversion.

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09