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.