Apache CXF API

org.oasis_open.docs.wsn.bw_2
Interface NotificationProducer

All Known Implementing Classes:
Publisher

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.561-04:00",
           comments="Apache CXF 3.0.0")
public interface NotificationProducer

This class was generated by Apache CXF 3.0.0 2014-05-14T15:41:34.561-04:00 Generated source version: 3.0.0


Method Summary
 GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
           
 SubscribeResponse subscribe(Subscribe subscribeRequest)
           
 

Method Detail

subscribe

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.561-04:00")
SubscribeResponse subscribe(Subscribe subscribeRequest)
                            throws NotifyMessageNotSupportedFault,
                                   UnrecognizedPolicyRequestFault,
                                   TopicExpressionDialectUnknownFault,
                                   ResourceUnknownFault,
                                   InvalidTopicExpressionFault,
                                   UnsupportedPolicyRequestFault,
                                   InvalidFilterFault,
                                   InvalidProducerPropertiesExpressionFault,
                                   InvalidMessageContentExpressionFault,
                                   UnacceptableInitialTerminationTimeFault,
                                   SubscribeCreationFailedFault,
                                   TopicNotSupportedFault
Throws:
NotifyMessageNotSupportedFault
UnrecognizedPolicyRequestFault
TopicExpressionDialectUnknownFault
ResourceUnknownFault
InvalidTopicExpressionFault
UnsupportedPolicyRequestFault
InvalidFilterFault
InvalidProducerPropertiesExpressionFault
InvalidMessageContentExpressionFault
UnacceptableInitialTerminationTimeFault
SubscribeCreationFailedFault
TopicNotSupportedFault

getCurrentMessage

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.561-04:00")
GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
                                            throws InvalidTopicExpressionFault,
                                                   MultipleTopicsSpecifiedFault,
                                                   ResourceUnknownFault,
                                                   TopicExpressionDialectUnknownFault,
                                                   TopicNotSupportedFault,
                                                   NoCurrentMessageOnTopicFault
Throws:
InvalidTopicExpressionFault
MultipleTopicsSpecifiedFault
ResourceUnknownFault
TopicExpressionDialectUnknownFault
TopicNotSupportedFault
NoCurrentMessageOnTopicFault

Apache CXF API

Apache CXF