Searched refs:DocumentToSOAPMessage (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DSOAPReceiver.java251 return Utils.DocumentToSOAPMessage(doc);
H A DMessageProcessor.java396 return Utils.DocumentToSOAPMessage(sigElem.getOwnerDocument());
H A DUtils.java269 public static SOAPMessage DocumentToSOAPMessage(Document doc) method in class:Utils
278 debug.message("Utils.DocumentToSOAPMessage: xmlstr = " +
286 debug.error("Utils.DocumentToSOAPMessage", e);
H A DMessage.java1166 return Utils.DocumentToSOAPMessage(toDocument(true));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DSOAPReceiver.java251 return Utils.DocumentToSOAPMessage(doc);
H A DMessageProcessor.java396 return Utils.DocumentToSOAPMessage(sigElem.getOwnerDocument());
H A DUtils.java271 public static SOAPMessage DocumentToSOAPMessage(Document doc) method in class:Utils
280 debug.message("Utils.DocumentToSOAPMessage: xmlstr = " +
288 debug.error("Utils.DocumentToSOAPMessage", e);
H A DMessage.java1166 return Utils.DocumentToSOAPMessage(toDocument(true));

Completed in 59 milliseconds