org.apache.ws.jaxme.pm.ino

Class URLEncoder14

Implemented Interfaces:
IURLEncoder

public class URLEncoder14
extends java.lang.Object
implements IURLEncoder

Utility class for URL encoding with Java 1.3 and below.

Method Summary

String
encode(String pValue)
Encodes the string pValue.

Method Details

encode

public String encode(String pValue)
            throws UnsupportedEncodingException
Encodes the string pValue.
Specified by:
encode in interface IURLEncoder