Searched defs:FSResponse (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSResponse.java25 * $Id: FSResponse.java,v 1.2 2008/06/25 05:46:45 qcheng Exp $
67 public class FSResponse extends Response { class in inherits:Response
121 * Constructor creates <code>FSResponse</code> object.
130 public FSResponse(String responseID, method in class:FSResponse
137 public static FSResponse parseResponseXML(
141 FSUtils.debug.message("FSResponse.parseResponseXML: Called");
145 FSUtils.debug.error("FSResponse.parseXML:Error "
150 return new FSResponse(root);
154 * Constructor creates <code>FSResponse</code> object form
161 public FSResponse(Elemen method in class:FSResponse
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSResponse.java25 * $Id: FSResponse.java,v 1.2 2008/06/25 05:46:45 qcheng Exp $
67 public class FSResponse extends Response { class in inherits:Response
121 * Constructor creates <code>FSResponse</code> object.
130 public FSResponse(String responseID, method in class:FSResponse
137 public static FSResponse parseResponseXML(
141 FSUtils.debug.message("FSResponse.parseResponseXML: Called");
145 FSUtils.debug.error("FSResponse.parseXML:Error "
150 return new FSResponse(root);
154 * Constructor creates <code>FSResponse</code> object form
161 public FSResponse(Elemen method in class:FSResponse
[all...]

Completed in 21 milliseconds