Package org.bedework.synch
Class CalWsHelper
- java.lang.Object
-
- org.bedework.synch.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()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bedework.util.logging.BwLoggergetLogger()javax.xml.soap.SOAPMessagemarshal(Object o, String jaxbContextPath)voidtraceSoap(Object o)Trace a calws SOAP message-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
-
-
-
-
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 messagejaxbContextPath- context for the message- Returns:
- SOAPMessage
- Throws:
Throwable
-
getLogger
public org.bedework.util.logging.BwLogger getLogger()
- Specified by:
getLoggerin interfaceorg.bedework.util.logging.Logged
-
-