org.apache.ws.jaxme.pm.ino

Interface IURLEncoder

Known Implementing Classes:
URLEncoder, URLEncoder14

public interface IURLEncoder

This interface allows to choose between JDK 1.3 and JDK 1.4 dependent classes.

Method Summary

String
encode(String pValue)
Encodes the string pValue.

Method Details

encode

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