org.apache.servicemix.wsn.jaxws
Class PullPointServiceImpl

java.lang.Object
  extended by org.apache.servicemix.wsn.jaxws.PullPointServiceImpl
All Implemented Interfaces:
PullPoint

public class PullPointServiceImpl
extends Object
implements PullPoint


Constructor Summary
PullPointServiceImpl()
           
 
Method Summary
 DestroyPullPointResponse destroyPullPoint(DestroyPullPoint DestroyPullPoint)
           
 GetMessagesResponse getMessages(GetMessages GetMessages)
           
 void notify(Notify Notify)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PullPointServiceImpl

public PullPointServiceImpl()
Method Detail

notify

public void notify(Notify Notify)
Specified by:
notify in interface PullPoint

destroyPullPoint

public DestroyPullPointResponse destroyPullPoint(DestroyPullPoint DestroyPullPoint)
                                          throws ResourceUnknownFault,
                                                 UnableToDestroyPullPointFault
Specified by:
destroyPullPoint in interface PullPoint
Throws:
ResourceUnknownFault
UnableToDestroyPullPointFault

getMessages

public GetMessagesResponse getMessages(GetMessages GetMessages)
                                throws ResourceUnknownFault,
                                       UnableToGetMessagesFault
Specified by:
getMessages in interface PullPoint
Throws:
ResourceUnknownFault
UnableToGetMessagesFault


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