Class SOAPBindingConstants
java.lang.Object
com.sun.identity.liberty.ws.soapbinding.SOAPBindingConstants
This class contains all the constants used by the
Soapbinding classes.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
actor
Attribute.static final String
affiliationID
Attribute.static final String
code
Attribute.static final String
comment
Attribute.static final String
id
Attribute.static final String
messageID
Attribute.static final String
mustUnderstand
Attribute.static final String
notOnOrAfter
Attribute.static final String
providerID
Attribute.static final String
ref
Attribute.static final String
refToMessageID
Attribute.static final String
timestamp
Attribute.static final String
uri
Attribute.static final String
Fault Code Prefix.static final String
Default SOAP Actor Value.static final String
Liberty Request.static final String
SOAP Envelope URLstatic final String
SOAPBinding Name Space.static final String
SOAPBinding Name Space.static final String
XML Namespacestatic final String
actor Attribute Prefix.static final String
mustUnderstand Attribute Prefix.static final String
SOAP Prefix.static final String
SOAPBinding Prefix.static final String
Extended SOAPBinding Prefix.static final String
Body Prefix.static final String
Consent Prefix.static final String
Correlation Prefix.static final String
Credential Prefix.static final String
EndPoint Prefix.static final String
static final String
SOAP Fault Prefix.static final String
Header Prefix.static final String
ProcessingContext Prefix.static final String
Provider Prefix.static final String
SecurityMechID Prefix.static final String
Service Instance Update Prefix.static final String
Status Prefix.static final String
Usage Directive Prefix.static final String
Body Tag.static final String
Consent Tag.static final String
Correlation Tag.static final String
Credential Tag.static final String
Detail Tag.static final String
Endpoint Tag.static final String
Fault Tag.static final String
Fault Actor Tag.static final String
static final String
Fault String Tag.static final String
Header Tag.static final String
ProcessingContext Tag.static final String
Provider Tag.static final String
SecurityMechID Tag.static final String
ServiceInstanceUpdate Tag.static final String
Status Tag.static final String
Usage Directive Tag.static final String
ID-WSF verstion 1.0.static final String
ID-WSF verstion 1.1.static final String
Soap NameSpace Prefix.static final String
SOAPBinding Name Space Prefix.static final String
SOAPBinding Extended Name Space Prefix. -
Constructor Summary
-
Method Summary
-
Field Details
-
NS_XML
XML Namespace- See Also:
-
NS_SOAP
SOAP Envelope URL- See Also:
-
NS_SOAP_BINDING
SOAPBinding Name Space.- See Also:
-
NS_SOAP_BINDING_11
SOAPBinding Name Space.- See Also:
-
TAG_HEADER
Header Tag.- See Also:
-
TAG_BODY
Body Tag.- See Also:
-
TAG_FAULT
Fault Tag.- See Also:
-
TAG_FAULT_CODE
- See Also:
-
TAG_FAULT_STRING
Fault String Tag.- See Also:
-
TAG_FAULT_ACTOR
Fault Actor Tag.- See Also:
-
TAG_DETAIL
Detail Tag.- See Also:
-
TAG_CORRELATION
Correlation Tag.- See Also:
-
TAG_CONSENT
Consent Tag.- See Also:
-
TAG_USAGE_DIRECTIVE
Usage Directive Tag.- See Also:
-
TAG_PROVIDER
Provider Tag.- See Also:
-
TAG_PROCESSING_CONTEXT
ProcessingContext Tag.- See Also:
-
TAG_SERVICE_INSTANCE_UPDATE
ServiceInstanceUpdate Tag.- See Also:
-
TAG_SECURITY_MECH_ID
SecurityMechID Tag.- See Also:
-
TAG_CREDENTIAL
Credential Tag.- See Also:
-
TAG_ENDPOINT
Endpoint Tag.- See Also:
-
TAG_STATUS
Status Tag.- See Also:
-
ATTR_MESSAGE_ID
messageID
Attribute.- See Also:
-
ATTR_REF_TO_MESSAGE_ID
refToMessageID
Attribute.- See Also:
-
ATTR_TIMESTAMP
timestamp
Attribute.- See Also:
-
ATTR_id
id
Attribute.- See Also:
-
ATTR_MUSTUNDERSTAND
mustUnderstand
Attribute.- See Also:
-
ATTR_ACTOR
actor
Attribute.- See Also:
-
ATTR_URI
uri
Attribute.- See Also:
-
ATTR_REF
ref
Attribute.- See Also:
-
ATTR_PROVIDER_ID
providerID
Attribute.- See Also:
-
ATTR_CODE
code
Attribute.- See Also:
-
ATTR_COMMENT
comment
Attribute.- See Also:
-
ATTR_AFFILIATION_ID
affiliationID
Attribute.- See Also:
-
ATTR_NOT_ON_OR_AFTER
notOnOrAfter
Attribute.- See Also:
-
PTAG_ENVELOPE
- See Also:
-
PTAG_HEADER
Header Prefix.- See Also:
-
PTAG_BODY
Body Prefix.- See Also:
-
PTAG_FAULT
SOAP Fault Prefix.- See Also:
-
PTAG_CORRELATION
Correlation Prefix.- See Also:
-
PTAG_CONSENT
Consent Prefix.- See Also:
-
PTAG_USAGE_DIRECTIVE
Usage Directive Prefix.- See Also:
-
PTAG_PROVIDER
Provider Prefix.- See Also:
-
PTAG_PROCESSING_CONTEXT
ProcessingContext Prefix.- See Also:
-
PTAG_SERVICE_INSTANCE_UPDATE
Service Instance Update Prefix.- See Also:
-
PTAG_SECURITY_MECH_ID
SecurityMechID Prefix.- See Also:
-
PTAG_CREDENTIAL
Credential Prefix.- See Also:
-
PTAG_ENDPOINT
EndPoint Prefix.- See Also:
-
PTAG_STATUS
Status Prefix.- See Also:
-
PATTR_MUSTUNDERSTAND
mustUnderstand Attribute Prefix.- See Also:
-
PATTR_ACTOR
actor Attribute Prefix.- See Also:
-
XMLNS_SOAP
Soap NameSpace Prefix.- See Also:
-
XMLNS_SOAP_BINDING
SOAPBinding Name Space Prefix.- See Also:
-
XMLNS_SOAP_BINDING_11
SOAPBinding Extended Name Space Prefix.- See Also:
-
PREFIX_SOAP
SOAP Prefix.- See Also:
-
PREFIX_SOAP_BINDING
SOAPBinding Prefix.- See Also:
-
PREFIX_SOAP_BINDING_11
Extended SOAPBinding Prefix.- See Also:
-
DEFAULT_PREFIX_FAULT_CODE_VALUE
Fault Code Prefix.- See Also:
-
DEFAULT_SOAP_ACTOR
Default SOAP Actor Value.- See Also:
-
WSF_11_VERSION
ID-WSF verstion 1.1.- See Also:
-
WSF_10_VERSION
ID-WSF verstion 1.0.- See Also:
-
LIBERTY_REQUEST
Liberty Request.- See Also:
-
-
Constructor Details
-
SOAPBindingConstants
public SOAPBindingConstants()
-