com.retek.component.rcomrib
Class RcomRibStringUtil

java.lang.Object
  extended bycom.retek.component.rcomrib.RcomRibStringUtil

public class RcomRibStringUtil
extends java.lang.Object


Field Summary
static java.lang.String UNKNOWN
           
 
Constructor Summary
RcomRibStringUtil()
           
 
Method Summary
static int getInt(java.lang.String val)
           
static java.lang.Integer getInteger(java.lang.String val)
           
static Money getMoney(java.lang.String val)
           
static Quantity getQuantity(java.lang.String val)
           
static java.lang.String getStackTraceAsString(java.lang.Throwable t)
           
static java.lang.String nullSafeString(java.lang.String val)
           
static java.lang.String toString(com.retek.rib.binding.payload.Payload payload)
          Returns a formatted String representing the entire contents of this payload object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final java.lang.String UNKNOWN
See Also:
Constant Field Values
Constructor Detail

RcomRibStringUtil

public RcomRibStringUtil()
Method Detail

nullSafeString

public static java.lang.String nullSafeString(java.lang.String val)

getMoney

public static Money getMoney(java.lang.String val)

getInteger

public static java.lang.Integer getInteger(java.lang.String val)

getInt

public static int getInt(java.lang.String val)

getQuantity

public static Quantity getQuantity(java.lang.String val)

getStackTraceAsString

public static java.lang.String getStackTraceAsString(java.lang.Throwable t)

toString

public static final java.lang.String toString(com.retek.rib.binding.payload.Payload payload)
Returns a formatted String representing the entire contents of this payload object. If there is an exception, the results of the toString() method of the exception is included in the output.

Returns:
The formatted String.


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25