Apache CXF API

Uses of Class
org.oasis_open.docs.wsn.b_2.NotificationMessageHolderType

Packages that use NotificationMessageHolderType
org.apache.cxf.wsn   
org.apache.cxf.wsn.client   
org.apache.cxf.wsn.jms   
org.oasis_open.docs.wsn.b_2   
 

Uses of NotificationMessageHolderType in org.apache.cxf.wsn
 

Methods in org.apache.cxf.wsn that return types with arguments of type NotificationMessageHolderType
protected abstract  List<NotificationMessageHolderType> AbstractPullPoint.getMessages(int max)
           
 

Methods in org.apache.cxf.wsn with parameters of type NotificationMessageHolderType
abstract  void AbstractPublisher.notify(NotificationMessageHolderType messageHolder)
           
protected abstract  void AbstractPullPoint.store(NotificationMessageHolderType messageHolder)
           
 

Uses of NotificationMessageHolderType in org.apache.cxf.wsn.client
 

Methods in org.apache.cxf.wsn.client that return types with arguments of type NotificationMessageHolderType
 List<NotificationMessageHolderType> PullPoint.getMessages(long max)
           
 

Methods in org.apache.cxf.wsn.client with parameters of type NotificationMessageHolderType
 void Consumer.Callback.notify(NotificationMessageHolderType message)
           
 

Uses of NotificationMessageHolderType in org.apache.cxf.wsn.jms
 

Methods in org.apache.cxf.wsn.jms that return types with arguments of type NotificationMessageHolderType
protected  List<NotificationMessageHolderType> JmsPullPoint.getMessages(int max)
           
 

Methods in org.apache.cxf.wsn.jms with parameters of type NotificationMessageHolderType
 void JmsPublisher.notify(NotificationMessageHolderType messageHolder)
           
protected  void JmsPullPoint.store(NotificationMessageHolderType messageHolder)
           
 

Uses of NotificationMessageHolderType in org.oasis_open.docs.wsn.b_2
 

Fields in org.oasis_open.docs.wsn.b_2 with type parameters of type NotificationMessageHolderType
protected  List<NotificationMessageHolderType> GetMessagesResponse.notificationMessage
           
protected  List<NotificationMessageHolderType> Notify.notificationMessage
           
 

Methods in org.oasis_open.docs.wsn.b_2 that return NotificationMessageHolderType
 NotificationMessageHolderType ObjectFactory.createNotificationMessageHolderType()
          Create an instance of NotificationMessageHolderType
 

Methods in org.oasis_open.docs.wsn.b_2 that return types with arguments of type NotificationMessageHolderType
 JAXBElement<NotificationMessageHolderType> ObjectFactory.createNotificationMessage(NotificationMessageHolderType value)
          Create an instance of JAXBElement<NotificationMessageHolderType>}
 List<NotificationMessageHolderType> GetMessagesResponse.getNotificationMessage()
          Gets the value of the notificationMessage property.
 List<NotificationMessageHolderType> Notify.getNotificationMessage()
          Gets the value of the notificationMessage property.
 

Methods in org.oasis_open.docs.wsn.b_2 with parameters of type NotificationMessageHolderType
 JAXBElement<NotificationMessageHolderType> ObjectFactory.createNotificationMessage(NotificationMessageHolderType value)
          Create an instance of JAXBElement<NotificationMessageHolderType>}
 


Apache CXF API

Apache CXF