Tabnine Logo
LogHandler.getWsaHeader
Code IndexAdd Tabnine to your IDE (free)

How to use
getWsaHeader
method
in
org.dcm4chee.xds2.ws.handler.LogHandler

Best Java code snippets using org.dcm4chee.xds2.ws.handler.LogHandler.getWsaHeader (Showing top 2 results out of 315)

origin: org.dcm4che/dcm4chee-xds2-ws

private void logMessage(SOAPMessageContext ctx) {
  String action = getWsaHeader(ctx, "Action", "noAction");
  String msgID = getWsaHeader(ctx, "MessageID", null);
  String logDir = null;
  boolean logFullMessage = false;
    log.info("SOAP message "+getWsaHeader(ctx, "RelatesTo", null)+" finished!");
    MDC.put("initiatorFinished", "true");
    log.info("Close log file after request finished!");
origin: org.dcm4che/dcm4chee-xds2-common-ws

private void logMessage(SOAPMessageContext ctx) {
  String serviceName = ctx.get(MessageContext.WSDL_SERVICE).toString();
  String action = getWsaHeader(ctx, "Action", "noAction");
  String msgID = getWsaHeader(ctx, "MessageID", null);
  String logDir = null;
  try {
    log.trace("SOAP message "+getWsaHeader(ctx, "RelatesTo", null)+" finished!");
    MDC.put("initiatorFinished", "true");
    log.trace("Close log file after request finished!");
org.dcm4chee.xds2.ws.handlerLogHandlergetWsaHeader

Popular methods of LogHandler

  • getInboundSOAPHeader
  • getHost
  • getLogFile
  • logMessage
  • storeInboundSOAPHeader

Popular in Java

  • Updating database using SQL prepared statement
  • runOnUiThread (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • onCreateOptionsMenu (Activity)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Kernel (java.awt.image)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • JFileChooser (javax.swing)
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now