public class BwConnector extends Object implements org.bedework.util.logging.Logged
| Modifier and Type | Field and Description |
|---|---|
protected JAXBContext |
jc |
protected org.oasis_open.docs.ws_calendar.ns.soap.ObjectFactory |
of |
protected MessageFactory |
soapMsgFactory |
| Constructor and Description |
|---|
BwConnector(String wsdlUri,
org.bedework.util.calendar.XcalUtil.TzGetter tzs) |
| Modifier and Type | Method and Description |
|---|---|
org.oasis_open.docs.ws_calendar.ns.soap.FetchItemResponseType |
fetchItem(String href) |
void |
flush()
Flush any trace of events.
|
Event |
getEvent(String href) |
protected ietf.params.xml.ns.icalendar_2.ObjectFactory |
getIcalObjectFactory() |
org.bedework.util.logging.BwLogger |
getLogger() |
protected org.oasis_open.docs.ws_calendar.ns.soap.CalWsServicePortType |
getPort() |
protected org.oasis_open.docs.ws_calendar.ns.soap.CalWsServicePortType |
getPort(String uri) |
protected MessageFactory |
getSoapMsgFactory() |
protected void |
marshal(Object o,
OutputStream out) |
protected Object |
unmarshalBody(javax.servlet.http.HttpServletRequest req) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaudit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warnprotected org.oasis_open.docs.ws_calendar.ns.soap.ObjectFactory of
protected MessageFactory soapMsgFactory
protected JAXBContext jc
public BwConnector(String wsdlUri, org.bedework.util.calendar.XcalUtil.TzGetter tzs)
wsdlUri - for SOAPtzs - getter for timezonespublic void flush()
public Event getEvent(String href) throws Throwable
href - of eventThrowablepublic org.oasis_open.docs.ws_calendar.ns.soap.FetchItemResponseType fetchItem(String href) throws Throwable
href - of item to fetchThrowableprotected ietf.params.xml.ns.icalendar_2.ObjectFactory getIcalObjectFactory()
protected org.oasis_open.docs.ws_calendar.ns.soap.CalWsServicePortType getPort()
throws Throwable
Throwableprotected org.oasis_open.docs.ws_calendar.ns.soap.CalWsServicePortType getPort(String uri) throws Throwable
Throwableprotected Object unmarshalBody(javax.servlet.http.HttpServletRequest req) throws Throwable
Throwableprotected void marshal(Object o, OutputStream out) throws Throwable
Throwableprotected MessageFactory getSoapMsgFactory() throws Throwable
Throwablepublic org.bedework.util.logging.BwLogger getLogger()
getLogger in interface org.bedework.util.logging.LoggedCopyright © 2019 Bedework. All rights reserved.