|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.Verisign.payment.ParameterList
Support class for parameter lists in name/value pairs.
| Constructor Summary | |
ParameterList(java.lang.String newStream)
Create a new parameter stream. |
|
| Method Summary | |
java.lang.String |
getCurrentName()
Get the name portion of the last parameter parsed by parseNextNameValuePair(). |
java.lang.String |
getCurrentValue()
Get the value portion of the last parameter parsed by parseNextNameValuePair(). |
boolean |
parseNextNameValuePair()
Cycle through the Name/Value pair response string setting the local name and value strings. |
static int |
validate(java.lang.String parmList,
java.lang.StringBuffer validationError)
Ensure that an input stream is a correctly formatted set of Name/Value pairs. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ParameterList(java.lang.String newStream)
newStream - the string on which this ParameterStream is to be based.| Method Detail |
public java.lang.String getCurrentName()
public java.lang.String getCurrentValue()
public static int validate(java.lang.String parmList,
java.lang.StringBuffer validationError)
parmList - the stream to be validated.
public boolean parseNextNameValuePair()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||