org.apache.servicemix.wsn.jaxws
Interface PullPoint

All Known Subinterfaces:
PullPointConsumer
All Known Implementing Classes:
AbstractPullPoint, JmsPullPoint, PullPointServiceImpl

public interface PullPoint


Method Summary
 DestroyPullPointResponse destroyPullPoint(DestroyPullPoint DestroyPullPoint)
           
 GetMessagesResponse getMessages(GetMessages GetMessages)
           
 void notify(Notify Notify)
           
 

Method Detail

notify

void notify(Notify Notify)

destroyPullPoint

DestroyPullPointResponse destroyPullPoint(DestroyPullPoint DestroyPullPoint)
                                          throws ResourceUnknownFault,
                                                 UnableToDestroyPullPointFault
Throws:
ResourceUnknownFault
UnableToDestroyPullPointFault

getMessages

GetMessagesResponse getMessages(GetMessages GetMessages)
                                throws ResourceUnknownFault,
                                       UnableToGetMessagesFault
Throws:
ResourceUnknownFault
UnableToGetMessagesFault


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