org.apache.servicemix.wsn.jaxws
Class NotificationProducerServiceImpl

java.lang.Object
  extended by org.apache.servicemix.wsn.jaxws.NotificationProducerServiceImpl
All Implemented Interfaces:
NotificationProducer

public class NotificationProducerServiceImpl
extends Object
implements NotificationProducer


Constructor Summary
NotificationProducerServiceImpl()
           
 
Method Summary
 GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage GetCurrentMessage)
           
 SubscribeResponse subscribe(Subscribe Subscribe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationProducerServiceImpl

public NotificationProducerServiceImpl()
Method Detail

getCurrentMessage

public GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage GetCurrentMessage)
                                            throws InvalidTopicExpressionFault,
                                                   MultipleTopicsSpecifiedFault,
                                                   NoCurrentMessageOnTopicFault,
                                                   ResourceUnknownFault,
                                                   TopicExpressionDialectUnknownFault,
                                                   TopicNotSupportedFault
Specified by:
getCurrentMessage in interface NotificationProducer
Throws:
InvalidTopicExpressionFault
MultipleTopicsSpecifiedFault
NoCurrentMessageOnTopicFault
ResourceUnknownFault
TopicExpressionDialectUnknownFault
TopicNotSupportedFault

subscribe

public SubscribeResponse subscribe(Subscribe Subscribe)
                            throws InvalidFilterFault,
                                   InvalidMessageContentExpressionFault,
                                   InvalidProducerPropertiesExpressionFault,
                                   InvalidTopicExpressionFault,
                                   NotifyMessageNotSupportedFault,
                                   ResourceUnknownFault,
                                   SubscribeCreationFailedFault,
                                   TopicExpressionDialectUnknownFault,
                                   TopicNotSupportedFault,
                                   UnacceptableInitialTerminationTimeFault,
                                   UnrecognizedPolicyRequestFault,
                                   UnsupportedPolicyRequestFault
Specified by:
subscribe in interface NotificationProducer
Throws:
InvalidFilterFault
InvalidMessageContentExpressionFault
InvalidProducerPropertiesExpressionFault
InvalidTopicExpressionFault
NotifyMessageNotSupportedFault
ResourceUnknownFault
SubscribeCreationFailedFault
TopicExpressionDialectUnknownFault
TopicNotSupportedFault
UnacceptableInitialTerminationTimeFault
UnrecognizedPolicyRequestFault
UnsupportedPolicyRequestFault


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.