Searched refs:bodies (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryService.java73 List bodies = request.getBodies();
74 bodies = Utils.convertElementToJAXB(bodies);
76 if (!(bodies.size() == 1)) {
147 Object body = bodies.iterator().next();
H A DDiscoveryClient.java503 List bodies = resp.getBodies();
504 if (!(bodies.size() == 1)) {
510 return ((Element) bodies.iterator().next());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryService.java73 List bodies = request.getBodies();
74 bodies = Utils.convertElementToJAXB(bodies);
76 if (!(bodies.size() == 1)) {
147 Object body = bodies.iterator().next();
H A DDiscoveryClient.java503 List bodies = resp.getBodies();
504 if (!(bodies.size() == 1)) {
510 return ((Element) bodies.iterator().next());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessage.java66 * The <code>Message</code> contains SOAP headers and bodies. The SOAP binding
73 * element which is the parent of the bodies. Other headers are optional,
604 * Returns a list of SOAP bodies.
607 * @return a list of SOAP bodies
614 * Returns a list of SOAP bodies.
620 * @return a list of SOAP bodies
623 ArrayList bodies = new ArrayList();
633 bodies.add(bodyE);
877 * Sets a list of SOAP bodies. Each entry will be a
881 * @param bodies
883 setSOAPBodies(List bodies) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessage.java66 * The <code>Message</code> contains SOAP headers and bodies. The SOAP binding
73 * element which is the parent of the bodies. Other headers are optional,
604 * Returns a list of SOAP bodies.
607 * @return a list of SOAP bodies
614 * Returns a list of SOAP bodies.
620 * @return a list of SOAP bodies
623 ArrayList bodies = new ArrayList();
633 bodies.add(bodyE);
877 * Sets a list of SOAP bodies. Each entry will be a
881 * @param bodies
883 setSOAPBodies(List bodies) argument
[all...]

Completed in 195 milliseconds