Lines Matching refs:FSNameRegistrationResponse

25  * $Id: FSNameRegistrationResponse.java,v 1.3 2008/06/25 05:46:45 qcheng Exp $
67 public class FSNameRegistrationResponse extends AbstractResponse {
79 public FSNameRegistrationResponse() {
85 FSUtils.debug.error("FSNameRegistrationResponse.Constructor", e);
172 * Constructor creates the <code>FSNameRegistrationResponse</code> object.
181 public FSNameRegistrationResponse(String responseID, String inResponseTo,
208 * Constructor creates the <code>FSNameRegistrationResponse</code> object
215 public FSNameRegistrationResponse(Element root) throws
218 FSUtils.debug.message("FSNameRegistrationResponse.parseXML:" +
225 FSUtils.debug.error("FSNameRegistrationResponse.parseXML: wrong"+
235 FSUtils.debug.error("FSNameRegistrationResponse.parseXML: "
247 FSUtils.debug.error("FSNameRegistrationResponse.parseXML: "
255 FSUtils.debug.error("FSNameRegistrationResponse(Element): " +
264 "FSNameRegistrationResponse(Element):" +
279 FSUtils.debug.error("FSNameRegistrationResponse: " +
287 FSUtils.debug.error("FSNameRegistrationResponse:" +
295 FSUtils.debug.error("FSNameRegistrationResponse: " +
304 "FSNameRegistrationResponse: missing element <Status>.");
310 "FSNameRegistrationResponse: missing element providerId.");
325 FSUtils.debug.error("FSNameRegistrationResponse(Element): " +
442 * Returns the <code>FSNameRegistrationResponse</code> object.
449 public static FSNameRegistrationResponse parseXML(String xml)
454 return new FSNameRegistrationResponse(root);
457 FSUtils.debug.message("FSNameRegistrationResponse.parseXML: "
529 FSUtils.debug.error("FSNameRegistrationResponse.toXMLString: "
587 * Returns <code>FSNameRegistrationResponse</code> object. The object
597 public static FSNameRegistrationResponse parseBASE64EncodedString(
602 FSUtils.debug.message("FSNameRegistrationResponse."
610 "FSNameRegistrationResponse.parseBASE64EncodedString"
629 "FSNameRegistrationResponse.toBASE64EncodedString: "
644 FSUtils.debug.message("FSNameRegistrationResponse.signXML: Called");
647 FSUtils.debug.message("FSNameRegistrationResponse.signXML: "
713 FSUtils.debug.error("FSNameRegistrationResponse."
782 public static FSNameRegistrationResponse parseURLEncodedRequest(
784 FSNameRegistrationResponse retNameRegistrationResponse =
785 new FSNameRegistrationResponse();
793 FSUtils.debug.error("FSNameRegistrationResponse.parseURL" +
802 FSUtils.debug.error("FSNameRegistrationResponse.parseURL" +
810 FSUtils.debug.error("FSNameRegistrationResponse.parseURL" +
819 FSUtils.debug.error("FSNameRegistrationResponse.parseURL" +
827 FSUtils.debug.error("FSNameRegistrationResponse.parseURL" +
847 FSUtils.debug.error("FSNameRegistrationResponse.parseURL" +