public interface MessageProperties
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BINDING_FAULT
The message property value for property FAULT_NAME that indicates that
the fault has no name because it is not an application fault but a
binding fault.
|
static java.lang.String |
BINDING_FAULT_ID
Deprecated.
Fault identifier can be found using
FAULT_CODE . |
static java.lang.String |
BINDING_FAULT_MSG
Deprecated.
Fault message can be found using
FAULT_STRING . |
static java.lang.String |
BINDING_HEADERS
The property that holds the protocol headers if the message is normalized.
|
static java.lang.String |
CONTENT_TYPE
The Message has no standard way to hold a mime content type.
|
static java.lang.String |
FAULT_CODE
The message property that holds the QName of the fault code of a fault.
|
static java.lang.String |
FAULT_NAME
The message property that holds the WSDL name of the fault in a message (String)
|
static java.lang.String |
FAULT_STRING
The message property that holds the string of a fault.
|
static java.lang.String |
FINAL_EXCEPTION
Signal the MultiChoiceHandler to skip other choices
|
static java.lang.String |
HEADERS_SIZE
A Message property that can be used to report the size of the Message headers.
|
static java.lang.String |
MESSAGE_SIZE
A Message property that can be used to report the size of the Message content.
|
static java.lang.String |
PRE_CONFIGURED
Boolean property that, when true, indicates that the message has been pre-configured
with binding information (headers and properties).
|
static java.lang.String |
PROTOCOL_TYPE
The Message property that holds the protocol binding type.
|
static java.lang.String |
SECURITY_SUBJECTS
The Message property that holds a Map of all JAAS security subjects associated
with the message keyed by subject category (String).
|
static java.lang.String |
TRANSPORT_HEADERS
The Message property that holds the transport headers.
|
static java.lang.String |
TRANSPORT_PARAMETERS
The Message property that holds the incoming transport (form and query) parameters.
|
static java.lang.String |
TRANSPORT_QUERY
The Message property that holds the transport query string, if any.
|
static java.lang.String |
TRANSPORT_QUERY_MAP
The Message property that holds the transport query as a Map
|
static java.lang.String |
TRANSPORT_STREAM
The Message property that holds the transport stream as an InputStream, if available.
|
static final java.lang.String BINDING_FAULT_ID
FAULT_CODE
.static final java.lang.String BINDING_FAULT_MSG
FAULT_STRING
.static final java.lang.String CONTENT_TYPE
HeaderParser
class can be used.static final java.lang.String TRANSPORT_HEADERS
Headers
.static final java.lang.String TRANSPORT_PARAMETERS
static final java.lang.String BINDING_HEADERS
static final java.lang.String TRANSPORT_QUERY
static final java.lang.String TRANSPORT_QUERY_MAP
static final java.lang.String TRANSPORT_STREAM
static final java.lang.String SECURITY_SUBJECTS
static final java.lang.String PROTOCOL_TYPE
com.soa.jbi.wsdl.WSDLConstants
,
Constant Field Valuesstatic final java.lang.String PRE_CONFIGURED
static final java.lang.String FAULT_NAME
static final java.lang.String BINDING_FAULT
static final java.lang.String FAULT_CODE
static final java.lang.String FAULT_STRING
static final java.lang.String MESSAGE_SIZE
static final java.lang.String HEADERS_SIZE
static final java.lang.String FINAL_EXCEPTION
?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.