Apache CXF API

org.apache.cxf.wsn.client
Class PullPoint

java.lang.Object
  extended by org.apache.cxf.wsn.client.PullPoint
All Implemented Interfaces:
Referencable

public class PullPoint
extends Object
implements Referencable


Constructor Summary
PullPoint(String address)
           
PullPoint(W3CEndpointReference epr)
           
 
Method Summary
 void destroy()
           
 W3CEndpointReference getEpr()
           
 List<NotificationMessageHolderType> getMessages(long max)
           
 PullPoint getPullPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PullPoint

public PullPoint(String address)

PullPoint

public PullPoint(W3CEndpointReference epr)
Method Detail

getPullPoint

public PullPoint getPullPoint()

getEpr

public W3CEndpointReference getEpr()
Specified by:
getEpr in interface Referencable

getMessages

public List<NotificationMessageHolderType> getMessages(long max)
                                                throws UnableToGetMessagesFault,
                                                       ResourceUnknownFault
Throws:
UnableToGetMessagesFault
ResourceUnknownFault

destroy

public void destroy()
             throws UnableToDestroyPullPointFault,
                    ResourceUnknownFault
Throws:
UnableToDestroyPullPointFault
ResourceUnknownFault

Apache CXF API

Apache CXF