org.apache.ws.jaxme.pm.ino

Class URLEncoder

Implemented Interfaces:
IURLEncoder

public class URLEncoder
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)
Encodes the string pValue.
Specified by:
encode in interface IURLEncoder