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
FieldsModifier and TypeFieldDescriptionstatic final QNameThe qualified name for the EOI.static final StringThe local part for the qualified name of the EOI.static final QNameThe qualified name for the ESS.static final StringThe local part for the qualified name of the ESS.static final StringThis is the namespace URI which is used to assembly the qualified names.static final QNameThe qualified name for the session.static final StringThe local part for the qualified name of the session.static final QNameThe qualified name for the trace ID.static final StringThe local part for the qualified name of the trace ID.
-
Field Details
-
NAMESPACE_URI
This is the namespace URI which is used to assembly the qualified names.- See Also:
-
SESSION_QUALIFIED_NAME
The local part for the qualified name of the session.- See Also:
-
TRACE_QUALIFIED_NAME
The local part for the qualified name of the trace ID.- See Also:
-
EOI_QUALIFIED_NAME
The local part for the qualified name of the EOI.- See Also:
-
ESS_QUALIFIED_NAME
The local part for the qualified name of the ESS.- See Also:
-
SESSION_IDENTIFIER_QNAME
The qualified name for the session. -
TRACE_IDENTIFIER_QNAME
The qualified name for the trace ID. -
EOI_IDENTIFIER_QNAME
The qualified name for the EOI. -
ESS_IDENTIFIER_QNAME
The qualified name for the ESS.
-