Package com.stc.connector.framework.util

Class Summary
Base64 Implements Base64 encoding and decoding as defined by RFC 2045: "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies" page 23.
Base64Utils Implements additional Base64 encoding and decoding methods.
ConfigurationHelper DOCUMENT ME!
DirUtils Utilities for Directory manipulation.
EwayConfigModelUtil Utility class for processing eWay configuration model.
FileHelper Utilities for File manipulation.
JndiJCAObject Class which can be extended by JCA objects so that the objects can be JNDI bind-able.
MessageManager An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
SemiSema  
StringHelper Utilities for String formatting, manipulation, and queries.
ZIPUtils Implements ZIP utilities.
 

Exception Summary
Base64DecodingException Exception that is thrown when an unexpected character is encountered during Base64 decoding.