/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/ |
H A D | SOAPBindingException.java | 25 * $Id: SOAPBindingException.java,v 1.2 2008/06/25 05:47:23 qcheng Exp $ 33 * The <code>SOAPBindingException</code> class represents a error while 38 public class SOAPBindingException extends Exception { class in inherits:Exception 43 public SOAPBindingException() { method in class:SOAPBindingException 52 public SOAPBindingException(String message) { method in class:SOAPBindingException
|
H A D | ProcessingContextHeader.java | 54 * @throws SOAPBindingException if the elementValue is null 57 throws SOAPBindingException { 61 throw new SOAPBindingException(msg); 70 * @throws SOAPBindingException if an error occurs while parsing 74 throws SOAPBindingException { 79 throw new SOAPBindingException(msg); 84 throw new SOAPBindingException(msg); 98 throw new SOAPBindingException(msg);
|
H A D | MessageProcessor.java | 100 * @throws SOAPBindingException for any error occured during validation. 104 throws SOAPBindingException { 114 throw new SOAPBindingException( 126 throw new SOAPBindingException( 130 throw new SOAPBindingException( 136 } catch (SOAPBindingException sbe) { 144 throw new SOAPBindingException( 157 * @throws SOAPBindingException for any failure. 160 throws SOAPBindingException { 182 throw new SOAPBindingException( [all...] |
H A D | CorrelationHeader.java | 76 * @throws SOAPBindingException if an error occurs while parsing 79 CorrelationHeader(Element correlationElement) throws SOAPBindingException { 86 throw new SOAPBindingException(msg); 105 throw new SOAPBindingException(msg); 115 throw new SOAPBindingException(msg); 122 throw new SOAPBindingException(msg);
|
H A D | ProviderHeader.java | 57 * @exception SOAPBindingException if the providerID is null 59 public ProviderHeader(String providerID) throws SOAPBindingException { 63 throw new SOAPBindingException(msg); 77 * @exception SOAPBindingException if an error occurs while parsing 80 ProviderHeader(Element providerElement) throws SOAPBindingException { 87 throw new SOAPBindingException(msg); 105 throw new SOAPBindingException(msg);
|
H A D | Client.java | 107 * @throws SOAPBindingException if an error occurs while sending the 112 throws SOAPBindingException, SOAPFaultException { 126 * @throws SOAPBindingException if an error occurs while sending the 131 String certAlias) throws SOAPBindingException, SOAPFaultException { 146 * @throws SOAPBindingException if a error occurs while processing, 151 throws SOAPBindingException, SOAPFaultException { 158 throw new SOAPBindingException(e.getMessage()); 180 throw new SOAPBindingException(msg); 197 throw new SOAPBindingException(e.getMessage()); 220 throw new SOAPBindingException( [all...] |
H A D | ServiceInstanceUpdateHeader.java | 70 * @throws SOAPBindingException if an error occurs while parsing 74 throws SOAPBindingException { 90 throw new SOAPBindingException(msg); 98 throw new SOAPBindingException(msg); 110 throw new SOAPBindingException(msg); 119 throw new SOAPBindingException(msg); 125 throw new SOAPBindingException(msg); 142 throw new SOAPBindingException(msg); 353 * @throws SOAPBindingException if there is an error creating this 356 Credential(Element credentialE) throws SOAPBindingException { [all...] |
H A D | SOAPFault.java | 96 * @throws SOAPBindingException if an error occurs while parsing 99 SOAPFault(Element faultElement) throws SOAPBindingException { 123 throw new SOAPBindingException(msg); 129 throw new SOAPBindingException(msg); 139 throw new SOAPBindingException(msg); 152 throw new SOAPBindingException(msg); 162 throw new SOAPBindingException(msg); 167 throw new SOAPBindingException(msg);
|
H A D | UsageDirectiveHeader.java | 64 * @throws SOAPBindingException if the value of <code>ref</code> attribute 67 public UsageDirectiveHeader(String ref) throws SOAPBindingException { 71 throw new SOAPBindingException(msg); 80 * @throws SOAPBindingException if an error occurs while parsing 84 throws SOAPBindingException { 98 throw new SOAPBindingException(msg);
|
H A D | Utils.java | 265 * @throws SOAPBindingException if an error occurs while converting 270 throws SOAPBindingException { 287 throw new SOAPBindingException(e.getMessage()); 495 * @throws SOAPBindingException if the message violates rules on client. 500 throws SOAPBindingException, SOAPFaultException { 527 * @throws SOAPBindingException if the Correlation header violates rules 534 throws SOAPBindingException, SOAPFaultException { 543 throw new SOAPBindingException( 573 throw new SOAPBindingException(bundle.getString("staleMsg")); 592 throw new SOAPBindingException(bundl [all...] |
H A D | Message.java | 268 * @throws SOAPBindingException if provider header is null. 270 public Message(ProviderHeader providerHeader) throws SOAPBindingException { 281 * @throws SOAPBindingException if an error occurs while processing 286 throws SOAPBindingException { 288 throw new SOAPBindingException( 311 * @throws SOAPBindingException if an error occurs while processing 315 throws SOAPBindingException { 317 throw new SOAPBindingException( 343 * @throws SOAPBindingException if an error occurs while parsing the input. 345 public Message(InputStream inputStream) throws SOAPBindingException { [all...] |
H A D | ConsentHeader.java | 70 * @throws SOAPBindingException if an error occurs while parsing 73 ConsentHeader(Element consentElement) throws SOAPBindingException { 87 throw new SOAPBindingException(msg); 100 throw new SOAPBindingException(msg);
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/ |
H A D | SOAPBindingException.java | 25 * $Id: SOAPBindingException.java,v 1.2 2008/06/25 05:47:23 qcheng Exp $ 33 * The <code>SOAPBindingException</code> class represents a error while 38 public class SOAPBindingException extends Exception { class in inherits:Exception 43 public SOAPBindingException() { method in class:SOAPBindingException 52 public SOAPBindingException(String message) { method in class:SOAPBindingException
|
H A D | ProcessingContextHeader.java | 54 * @throws SOAPBindingException if the elementValue is null 57 throws SOAPBindingException { 61 throw new SOAPBindingException(msg); 70 * @throws SOAPBindingException if an error occurs while parsing 74 throws SOAPBindingException { 79 throw new SOAPBindingException(msg); 84 throw new SOAPBindingException(msg); 98 throw new SOAPBindingException(msg);
|
H A D | MessageProcessor.java | 100 * @throws SOAPBindingException for any error occured during validation. 104 throws SOAPBindingException { 114 throw new SOAPBindingException( 126 throw new SOAPBindingException( 130 throw new SOAPBindingException( 136 } catch (SOAPBindingException sbe) { 144 throw new SOAPBindingException( 157 * @throws SOAPBindingException for any failure. 160 throws SOAPBindingException { 182 throw new SOAPBindingException( [all...] |
H A D | CorrelationHeader.java | 79 * @throws SOAPBindingException if an error occurs while parsing 82 CorrelationHeader(Element correlationElement) throws SOAPBindingException { 89 throw new SOAPBindingException(msg); 108 throw new SOAPBindingException(msg); 118 throw new SOAPBindingException(msg); 125 throw new SOAPBindingException(msg);
|
H A D | ProviderHeader.java | 57 * @exception SOAPBindingException if the providerID is null 59 public ProviderHeader(String providerID) throws SOAPBindingException { 63 throw new SOAPBindingException(msg); 77 * @exception SOAPBindingException if an error occurs while parsing 80 ProviderHeader(Element providerElement) throws SOAPBindingException { 87 throw new SOAPBindingException(msg); 105 throw new SOAPBindingException(msg);
|
H A D | Client.java | 107 * @throws SOAPBindingException if an error occurs while sending the 112 throws SOAPBindingException, SOAPFaultException { 126 * @throws SOAPBindingException if an error occurs while sending the 131 String certAlias) throws SOAPBindingException, SOAPFaultException { 146 * @throws SOAPBindingException if a error occurs while processing, 151 throws SOAPBindingException, SOAPFaultException { 158 throw new SOAPBindingException(e.getMessage()); 180 throw new SOAPBindingException(msg); 197 throw new SOAPBindingException(e.getMessage()); 220 throw new SOAPBindingException( [all...] |
H A D | ServiceInstanceUpdateHeader.java | 70 * @throws SOAPBindingException if an error occurs while parsing 74 throws SOAPBindingException { 90 throw new SOAPBindingException(msg); 98 throw new SOAPBindingException(msg); 110 throw new SOAPBindingException(msg); 119 throw new SOAPBindingException(msg); 125 throw new SOAPBindingException(msg); 142 throw new SOAPBindingException(msg); 353 * @throws SOAPBindingException if there is an error creating this 356 Credential(Element credentialE) throws SOAPBindingException { [all...] |
H A D | SOAPFault.java | 96 * @throws SOAPBindingException if an error occurs while parsing 99 SOAPFault(Element faultElement) throws SOAPBindingException { 123 throw new SOAPBindingException(msg); 129 throw new SOAPBindingException(msg); 139 throw new SOAPBindingException(msg); 152 throw new SOAPBindingException(msg); 162 throw new SOAPBindingException(msg); 167 throw new SOAPBindingException(msg);
|
H A D | UsageDirectiveHeader.java | 64 * @throws SOAPBindingException if the value of <code>ref</code> attribute 67 public UsageDirectiveHeader(String ref) throws SOAPBindingException { 71 throw new SOAPBindingException(msg); 80 * @throws SOAPBindingException if an error occurs while parsing 84 throws SOAPBindingException { 98 throw new SOAPBindingException(msg);
|
H A D | Utils.java | 267 * @throws SOAPBindingException if an error occurs while converting 272 throws SOAPBindingException { 289 throw new SOAPBindingException(e.getMessage()); 508 * @throws SOAPBindingException if the message violates rules on client. 513 throws SOAPBindingException, SOAPFaultException { 540 * @throws SOAPBindingException if the Correlation header violates rules 547 throws SOAPBindingException, SOAPFaultException { 556 throw new SOAPBindingException( 586 throw new SOAPBindingException(bundle.getString("staleMsg")); 605 throw new SOAPBindingException(bundl [all...] |
H A D | Message.java | 268 * @throws SOAPBindingException if provider header is null. 270 public Message(ProviderHeader providerHeader) throws SOAPBindingException { 281 * @throws SOAPBindingException if an error occurs while processing 286 throws SOAPBindingException { 288 throw new SOAPBindingException( 311 * @throws SOAPBindingException if an error occurs while processing 315 throws SOAPBindingException { 317 throw new SOAPBindingException( 343 * @throws SOAPBindingException if an error occurs while parsing the input. 345 public Message(InputStream inputStream) throws SOAPBindingException { [all...] |
H A D | ConsentHeader.java | 70 * @throws SOAPBindingException if an error occurs while parsing 73 ConsentHeader(Element consentElement) throws SOAPBindingException { 87 throw new SOAPBindingException(msg); 100 throw new SOAPBindingException(msg);
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/ |
H A D | DiscoveryClient.java | 42 import com.sun.identity.liberty.ws.soapbinding.SOAPBindingException; 454 } catch (SOAPBindingException sbe) { 463 } catch (SOAPBindingException sbe) { 474 } catch (SOAPBindingException sbe) { 484 } catch (SOAPBindingException sbe) {
|