Class CalWsHelper

  • All Implemented Interfaces:
    org.bedework.util.logging.Logged

    public class CalWsHelper
    extends Object
    implements org.bedework.util.logging.Logged
    Help for CalWS
    Author:
    Mike Douglass douglm rpi.edu
    • Constructor Summary

      Constructors 
      Constructor Description
      CalWsHelper()  
    • Constructor Detail

      • CalWsHelper

        public CalWsHelper()
    • Method Detail

      • traceSoap

        public void traceSoap​(Object o)
                       throws Throwable
        Trace a calws SOAP message
        Parameters:
        o - the unmarshalled SOAP message
        Throws:
        Throwable
      • marshal

        public javax.xml.soap.SOAPMessage marshal​(Object o,
                                                  String jaxbContextPath)
                                           throws Throwable
        Parameters:
        o - the unmarshalled SOAP message
        jaxbContextPath - context for the message
        Returns:
        SOAPMessage
        Throws:
        Throwable
      • getLogger

        public org.bedework.util.logging.BwLogger getLogger()
        Specified by:
        getLogger in interface org.bedework.util.logging.Logged