Uses of Class
org.apache.cxf.ws.eventing.FormatType
-
Packages that use FormatType Package Description org.apache.cxf.ws.eventing org.apache.cxf.ws.eventing.backend.manager -
-
Uses of FormatType in org.apache.cxf.ws.eventing
Fields in org.apache.cxf.ws.eventing declared as FormatType Modifier and Type Field Description protected FormatTypeSubscribe. formatMethods in org.apache.cxf.ws.eventing that return FormatType Modifier and Type Method Description FormatTypeObjectFactory. createFormatType()Create an instance ofFormatTypeFormatTypeSubscribe. getFormat()Gets the value of the format property.Methods in org.apache.cxf.ws.eventing with parameters of type FormatType Modifier and Type Method Description voidSubscribe. setFormat(FormatType value)Sets the value of the format property. -
Uses of FormatType in org.apache.cxf.ws.eventing.backend.manager
Methods in org.apache.cxf.ws.eventing.backend.manager with parameters of type FormatType Modifier and Type Method Description protected voidSubscriptionManagerImpl. processFormat(FormatType format, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)SubscriptionTicketGrantingResponseSubscriptionManagerImpl. subscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)SubscriptionTicketGrantingResponseSubscriptionManagerInterfaceForEventSources. subscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
-