public static enum Konstantz.Status extends Enum<Konstantz.Status>
| Enum Constant and Description |
|---|
AFFILIATION_ID_NOT_VALID
The receiver does not consider the claimed Affiliation ID to be valid.
|
CANNOT_HONOUR_USAGE_DIRECTIVE
The receiver is unable or unwilling to honor the stipulated usage directive.
|
DUPLICATE_MSG
DuplicateMsg The indicated inbound SOAP-bound ID-* message appears to be a duplicate.
|
ENDPOINT_UPDATED
The request cannot be processed at this endpoint.
|
FRAMEWORK_VERSION_MISMATCH
The framework version used in the conveyed ID-* message does not match what was expected by the reciever.
|
ID_STAR_MESSAGE_NOT_UNDERSTOOD
There was a problem with understanding/parsing the conveyed ID-* message.
|
INAPPROPRIATE_CREDENTIALS
The sender has submitted a request that does not meet the needs of the receiver.
|
INTERACTION_FOR_DATA_REQUIRED
The service request could not be satisfied because the WSP would have to interact with the requesting principal in order to obtain (some of) the requested data but the interact attribute value was set to DoNotInteractForData.
|
INTERACTION_REQUIRED
The recipient has a need to start an interaction in order to satisfy the service request but the interact attribute value was set to DoNotInteract.
|
INTERACTION_TIME_NOT_SUFFICIENT
The recipient has a need to start an interaction but has reason to believe that more time is needed that allowed for by the value of the maxInteractTime attribute.
|
INTERACTION_TIMEOUT
The recipient could not satisfy the service request due to an unfinished interaction.
|
INVALID_ACTOR
There is an issue with the actor attribute on the indicated header block in the indicated message.
|
INVALID_MUST_UNDERSTAND
There is an issue with the mustUnderstand attribute on the indicated header block in the indicated message.
|
INVALID_REF_TO_MSG
The indicated inbound SOAP-bound ID-* message appears to incorrectly refer to the preceding message in the message thread.
|
PROC_CTX_UNWILLING
The receiver is unwilling to apply the sender's stipulated processing context.
|
PROC_CTX_URI_NOT_UNDERSTOOD
The receiver did not understand the processing context facet URI.
|
PROCESSING_TIMEOUT
The sender is indicating that processing of the request has failed due to the processing taking longer than the maxProcessingTime specified on the request <Timeout> header block.
|
PROVIDER_ID_NOT_VALID
The receiver does not consider the claimed Provider ID to be valid.
|
STALE_MSG
The indicated inbound SOAP-bound ID-* message has a timestamp value outside of the receivers allowable time window.
|
TARGET_IDENTITY_NOT_VALID
The receiver does not consider the target identity to be valid.
|
| Modifier and Type | Field and Description |
|---|---|
private String |
code
The code as described in table 2, section 3.3.1 of [LibertySOAPBinding] specifications document.
|
private String |
semantics
Description of the code
|
private Konstantz.Source |
suggestedSource
This is a hint as to where this type of status is suggested to originate from
|
private boolean |
supported
This indicates whether the ClientLib has any special processing related to this Status
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getSemantics() |
Konstantz.Source |
getSuggestedSource() |
boolean |
isSupported() |
static Konstantz.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Konstantz.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Konstantz.Status INVALID_ACTOR
public static final Konstantz.Status INVALID_MUST_UNDERSTAND
public static final Konstantz.Status STALE_MSG
public static final Konstantz.Status DUPLICATE_MSG
public static final Konstantz.Status INVALID_REF_TO_MSG
public static final Konstantz.Status PROVIDER_ID_NOT_VALID
public static final Konstantz.Status AFFILIATION_ID_NOT_VALID
public static final Konstantz.Status TARGET_IDENTITY_NOT_VALID
public static final Konstantz.Status FRAMEWORK_VERSION_MISMATCH
public static final Konstantz.Status ID_STAR_MESSAGE_NOT_UNDERSTOOD
public static final Konstantz.Status PROC_CTX_URI_NOT_UNDERSTOOD
public static final Konstantz.Status PROC_CTX_UNWILLING
public static final Konstantz.Status CANNOT_HONOUR_USAGE_DIRECTIVE
public static final Konstantz.Status ENDPOINT_UPDATED
public static final Konstantz.Status INAPPROPRIATE_CREDENTIALS
public static final Konstantz.Status PROCESSING_TIMEOUT
public static final Konstantz.Status INTERACTION_REQUIRED
public static final Konstantz.Status INTERACTION_FOR_DATA_REQUIRED
public static final Konstantz.Status INTERACTION_TIME_NOT_SUFFICIENT
public static final Konstantz.Status INTERACTION_TIMEOUT
private String code
private String semantics
private Konstantz.Source suggestedSource
private boolean supported
public static Konstantz.Status[] values()
for (Konstantz.Status c : Konstantz.Status.values()) System.out.println(c);
public static Konstantz.Status valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCode()
public String getSemantics()
public Konstantz.Source getSuggestedSource()
public boolean isSupported()
Copyright © 1999–2015. All rights reserved.