Package kieker.monitoring.probe.cxf
Interface SOAPHeaderConstants
public interface SOAPHeaderConstants
This interface contains some constants for the sessionIdentifier soap header.
- Author:
- Dennis Kieselhorst
-
Field Summary
Fields Modifier and Type Field Description static javax.xml.namespace.QName
EOI_IDENTIFIER_QNAME
The qualified name for the EOI.static java.lang.String
EOI_QUALIFIED_NAME
The local part for the qualified name of the EOI.static javax.xml.namespace.QName
ESS_IDENTIFIER_QNAME
The qualified name for the ESS.static java.lang.String
ESS_QUALIFIED_NAME
The local part for the qualified name of the ESS.static java.lang.String
NAMESPACE_URI
This is the namespace URI which is used to assembly the qualified names.static javax.xml.namespace.QName
SESSION_IDENTIFIER_QNAME
The qualified name for the session.static java.lang.String
SESSION_QUALIFIED_NAME
The local part for the qualified name of the session.static javax.xml.namespace.QName
TRACE_IDENTIFIER_QNAME
The qualified name for the trace ID.static java.lang.String
TRACE_QUALIFIED_NAME
The local part for the qualified name of the trace ID.
-
Field Details
-
NAMESPACE_URI
static final java.lang.String NAMESPACE_URIThis is the namespace URI which is used to assembly the qualified names.- See Also:
- Constant Field Values
-
SESSION_QUALIFIED_NAME
static final java.lang.String SESSION_QUALIFIED_NAMEThe local part for the qualified name of the session.- See Also:
- Constant Field Values
-
TRACE_QUALIFIED_NAME
static final java.lang.String TRACE_QUALIFIED_NAMEThe local part for the qualified name of the trace ID.- See Also:
- Constant Field Values
-
EOI_QUALIFIED_NAME
static final java.lang.String EOI_QUALIFIED_NAMEThe local part for the qualified name of the EOI.- See Also:
- Constant Field Values
-
ESS_QUALIFIED_NAME
static final java.lang.String ESS_QUALIFIED_NAMEThe local part for the qualified name of the ESS.- See Also:
- Constant Field Values
-
SESSION_IDENTIFIER_QNAME
static final javax.xml.namespace.QName SESSION_IDENTIFIER_QNAMEThe qualified name for the session. -
TRACE_IDENTIFIER_QNAME
static final javax.xml.namespace.QName TRACE_IDENTIFIER_QNAMEThe qualified name for the trace ID. -
EOI_IDENTIFIER_QNAME
static final javax.xml.namespace.QName EOI_IDENTIFIER_QNAMEThe qualified name for the EOI. -
ESS_IDENTIFIER_QNAME
static final javax.xml.namespace.QName ESS_IDENTIFIER_QNAMEThe qualified name for the ESS.
-