Package | Description |
---|---|
com.iplanet.services.comm.client | |
com.iplanet.services.comm.share |
Modifier and Type | Method and Description |
---|---|
static Vector |
PLLClient.send(URL url,
RequestSet set)
Translates the Java object to an XML RequestSet document and sends the
corresponding XML document to the specified URL.
|
static Vector |
PLLClient.send(URL url,
RequestSet set,
HashMap cookieTable)
Translates the Java object to an XML RequestSet document and sends the
corresponding XML document to the specified URL.
|
static Vector |
PLLClient.send(URL url,
String cookies,
RequestSet set)
Translates the Java object to an XML RequestSet document and sends the
corresponding XML document to the specified URL.
|
Modifier and Type | Method and Description |
---|---|
static RequestSet |
RequestSet.parseXML(String xml)
This method is used primarily at the server side to reconstruct a
RequestSet object based on the XML document received from client.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.