Apache CXF API

Uses of Class
org.apache.cxf.ws.eventing.FormatType

Packages that use FormatType
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
protected  FormatType Subscribe.format
           
 

Methods in org.apache.cxf.ws.eventing that return FormatType
 FormatType ObjectFactory.createFormatType()
          Create an instance of FormatType
 FormatType Subscribe.getFormat()
          Gets the value of the format property.
 

Methods in org.apache.cxf.ws.eventing with parameters of type FormatType
 void Subscribe.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
protected  void SubscriptionManagerImpl.processFormat(FormatType format, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)
           
 SubscriptionTicketGrantingResponse SubscriptionManagerImpl.subscribe(DeliveryType delivery, EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
           
 SubscriptionTicketGrantingResponse SubscriptionManagerInterfaceForEventSources.subscribe(DeliveryType delivery, EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
           
 


Apache CXF API

Apache CXF