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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPReceiver.java103 private static FSSOAPService soapService; field in class:FSSOAPReceiver
116 soapService = FSSOAPService.getInstance();
171 Element elt = soapService.parseSOAPMessage(message);
177 soapService.formSOAPError(
204 soapService.formSOAPError(
244 soapService.formSOAPError(
251 retMessage = soapService.bind(((FSResponse)samlResponse).
315 soapService.formSOAPError(
325 soapService.formSOAPError(
334 soapService
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPReceiver.java103 private static FSSOAPService soapService; field in class:FSSOAPReceiver
116 soapService = FSSOAPService.getInstance();
171 Element elt = soapService.parseSOAPMessage(message);
177 soapService.formSOAPError(
204 soapService.formSOAPError(
244 soapService.formSOAPError(
251 retMessage = soapService.bind(((FSResponse)samlResponse).
315 soapService.formSOAPError(
325 soapService.formSOAPError(
334 soapService
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOLECPProfileHandler.java210 FSSOAPService soapService = FSSOAPService.getInstance();
214 retMessage = soapService.bind(respEnvelope.toXMLString(true, true));
222 soapService.formSOAPError(
250 soapService.formSOAPError(
289 soapService.formSOAPError(
H A DFSSSOAndFedService.java82 private static FSSOAPService soapService = FSSOAPService.getInstance(); field in class:FSSSOAndFedService
693 Element elt = soapService.parseSOAPMessage(message);
699 soapService.formSOAPError(
741 soapService.formSOAPError(
762 soapService.formSOAPError(
768 soapService.formSOAPError("Server", "cannotProcessRequest", null),
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOLECPProfileHandler.java210 FSSOAPService soapService = FSSOAPService.getInstance();
214 retMessage = soapService.bind(respEnvelope.toXMLString(true, true));
222 soapService.formSOAPError(
250 soapService.formSOAPError(
289 soapService.formSOAPError(
H A DFSSSOAndFedService.java82 private static FSSOAPService soapService = FSSOAPService.getInstance(); field in class:FSSSOAndFedService
693 Element elt = soapService.parseSOAPMessage(message);
699 soapService.formSOAPError(
741 soapService.formSOAPError(
762 soapService.formSOAPError(
768 soapService.formSOAPError("Server", "cannotProcessRequest", null),
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java2136 FSSOAPService soapService = FSSOAPService.getInstance();
2141 soapService.bind(mappingRequest.toXMLString(true, true));
2143 soapService.sendMessage(msg, remoteSOAPEndPoint);
2154 Element elt = soapService.parseSOAPMessage(returnMsg);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java2136 FSSOAPService soapService = FSSOAPService.getInstance();
2141 soapService.bind(mappingRequest.toXMLString(true, true));
2143 soapService.sendMessage(msg, remoteSOAPEndPoint);
2154 Element elt = soapService.parseSOAPMessage(returnMsg);

Completed in 38 milliseconds