org.apache.ws.jaxme.pm.ino
Class URLEncoder14

java.lang.Object
  extended by org.apache.ws.jaxme.pm.ino.URLEncoder14
All Implemented Interfaces:
IURLEncoder

public class URLEncoder14
extends java.lang.Object
implements IURLEncoder

Utility class for URL encoding with Java 1.3 and below.


Constructor Summary
URLEncoder14()
           
 
Method Summary
 java.lang.String encode(java.lang.String pValue)
          Encodes the string pValue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLEncoder14

public URLEncoder14()
Method Detail

encode

public java.lang.String encode(java.lang.String pValue)
                        throws java.io.UnsupportedEncodingException
Encodes the string pValue.

Specified by:
encode in interface IURLEncoder
Throws:
java.io.UnsupportedEncodingException