Uses of Class
org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
-
Packages that use BaseResponseType Package Description org.bedework.synch.wsmessages org.oasis_open.docs.ws_calendar.ns.soap -
-
Uses of BaseResponseType in org.bedework.synch.wsmessages
Subclasses of BaseResponseType in org.bedework.synch.wsmessages Modifier and Type Class Description classGetInfoResponseTypeResponse to message from service requesting information.classKeepAliveResponseTypeResponse to ping message.classStartServiceResponseTypeRespond to the ping token: from service status: OKclassSubscribeResponseTypeResponse to message from service requesting new subscription.classSubscriptionStatusResponseTypeResponse to message requesting unsubscription.classUnsubscribeResponseTypeResponse to message requesting unsubscription. -
Uses of BaseResponseType in org.oasis_open.docs.ws_calendar.ns.soap
Subclasses of BaseResponseType in org.oasis_open.docs.ws_calendar.ns.soap Modifier and Type Class Description classAddItemResponseTypeResponse to message to add an item.classCalendarQueryResponseTypeResponse to a calendar query or multiget.classDeleteItemResponseTypeResponse to message to delete an item.classFetchItemResponseTypeResponse to message to fetch an item.classFreebusyReportResponseTypeRespond to the freebusy request.classGetPropertiesResponseTypeRespond to the getProperties request.classMultiOpResponseTypeResponse to a multi-op message.classMultistatusTypeContains multiple MultistatResponseElementTypeclassPropstatTypeContains prop elements with the same statusclassUpdateItemResponseTypeResponse to message to update an item.Fields in org.oasis_open.docs.ws_calendar.ns.soap with type parameters of type BaseResponseType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends BaseResponseType>>ArrayOfResponses. baseResponseMethods in org.oasis_open.docs.ws_calendar.ns.soap that return types with arguments of type BaseResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<BaseResponseType>ObjectFactory. createBaseResponse(BaseResponseType value)List<javax.xml.bind.JAXBElement<? extends BaseResponseType>>ArrayOfResponses. getBaseResponse()Gets the value of the baseResponse property.Methods in org.oasis_open.docs.ws_calendar.ns.soap with parameters of type BaseResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<BaseResponseType>ObjectFactory. createBaseResponse(BaseResponseType value)
-