Package org.apache.cxf.wsn.client
Class PullPoint
- java.lang.Object
-
- org.apache.cxf.wsn.client.PullPoint
-
- All Implemented Interfaces:
Referencable
public class PullPoint extends Object implements Referencable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()javax.xml.ws.wsaddressing.W3CEndpointReferencegetEpr()List<NotificationMessageHolderType>getMessages(long max)PullPointgetPullPoint()
-
-
-
Constructor Detail
-
PullPoint
public PullPoint(String address)
-
PullPoint
public PullPoint(javax.xml.ws.wsaddressing.W3CEndpointReference epr)
-
-
Method Detail
-
getPullPoint
public PullPoint getPullPoint()
-
getEpr
public javax.xml.ws.wsaddressing.W3CEndpointReference getEpr()
- Specified by:
getEprin interfaceReferencable
-
getMessages
public List<NotificationMessageHolderType> getMessages(long max) throws UnableToGetMessagesFault, ResourceUnknownFault
-
destroy
public void destroy() throws UnableToDestroyPullPointFault, ResourceUnknownFault
-
-