|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsrp4j.consumer.app.driver.RequestImpl
This class implements the Request interface and used by the swing consumer to store request related information.
| Field Summary | |
private java.util.Hashtable |
formParameters
|
private java.lang.String |
interactionState
|
| Constructor Summary | |
RequestImpl()
Default constructor |
|
| Method Summary | |
void |
addFormParameter(java.lang.String name,
java.lang.String value)
Add any parameters to the request. |
oasis.names.tc.wsrp.v1.types.NamedString[] |
getFormParameters()
Get all form parameters from the request. |
java.lang.String |
getInteractionState()
Get the interaction state of the portlet. |
void |
setInteractionState(java.lang.String state)
Set the interaction state of a portlet which should be passed to the producer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Hashtable formParameters
private java.lang.String interactionState
| Constructor Detail |
public RequestImpl()
| Method Detail |
public void addFormParameter(java.lang.String name,
java.lang.String value)
addFormParameter in interface Requestname - The key which identifies the parametervalue - The value of the parameterpublic oasis.names.tc.wsrp.v1.types.NamedString[] getFormParameters()
NamedString array contains all parameter key/value pairs
and can directly be passed to the form parameter field in WSRP.
getFormParameters in interface Requestpublic void setInteractionState(java.lang.String state)
setInteractionState in interface Requeststate - the interaction state of a portletpublic java.lang.String getInteractionState()
getInteractionState in interface Request
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||