org.apache.ws.jaxme.pm.ino
Interface IURLEncoder

All 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
 java.lang.String encode(java.lang.String pValue)
          Encodes the string pValue.
 

Method Detail

encode

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

Throws:
java.io.UnsupportedEncodingException