Apache CXF API

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

Packages that use Empty
org.apache.cxf.ws.eventing   
 

Uses of Empty in org.apache.cxf.ws.eventing
 

Fields in org.apache.cxf.ws.eventing declared as Empty
protected  Empty EventSource.dateTimeSupported
           
protected  Empty SubscriptionManager.dateTimeSupported
           
protected  Empty EventSource.endToSupported
           
 

Methods in org.apache.cxf.ws.eventing that return Empty
 Empty ObjectFactory.createEmpty()
          Create an instance of Empty
 Empty EventSource.getDateTimeSupported()
          Gets the value of the dateTimeSupported property.
 Empty SubscriptionManager.getDateTimeSupported()
          Gets the value of the dateTimeSupported property.
 Empty EventSource.getEndToSupported()
          Gets the value of the endToSupported property.
 

Methods in org.apache.cxf.ws.eventing with parameters of type Empty
 void EventSource.setDateTimeSupported(Empty value)
          Sets the value of the dateTimeSupported property.
 void SubscriptionManager.setDateTimeSupported(Empty value)
          Sets the value of the dateTimeSupported property.
 void EventSource.setEndToSupported(Empty value)
          Sets the value of the endToSupported property.
 


Apache CXF API

Apache CXF