Apache CXF API

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

Packages that use EventType
org.apache.cxf.ws.eventing   
org.apache.cxf.ws.eventing.backend.notification   
 

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

Methods in org.apache.cxf.ws.eventing that return EventType
 EventType ObjectFactory.createEventType()
          Create an instance of EventType
 

Methods in org.apache.cxf.ws.eventing that return types with arguments of type EventType
 JAXBElement<EventType> ObjectFactory.createNotify(EventType value)
          Create an instance of JAXBElement<EventType>}
 

Methods in org.apache.cxf.ws.eventing with parameters of type EventType
 JAXBElement<EventType> ObjectFactory.createNotify(EventType value)
          Create an instance of JAXBElement<EventType>}
 

Uses of EventType in org.apache.cxf.ws.eventing.backend.notification
 

Methods in org.apache.cxf.ws.eventing.backend.notification with parameters of type EventType
 void WrappedSink.notifyEvent(EventType parameter)
           
 


Apache CXF API

Apache CXF