public interface StringEncoder extends Encoder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
encode(java.lang.String pString)
Encodes a String and returns a String.
|
java.lang.String encode(java.lang.String pString) throws EncoderException
pString - a String to encodeEncoderException - thrown if there is
an error conidition during the Encoding process.Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.