public class PullPoint extends Object implements Referencable
| Constructor and Description | 
|---|
PullPoint(String address)  | 
PullPoint(W3CEndpointReference epr)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
destroy()  | 
W3CEndpointReference | 
getEpr()  | 
List<NotificationMessageHolderType> | 
getMessages(long max)  | 
PullPoint | 
getPullPoint()  | 
public PullPoint(String address)
public PullPoint(W3CEndpointReference epr)
public PullPoint getPullPoint()
public W3CEndpointReference getEpr()
getEpr in interface Referencablepublic List<NotificationMessageHolderType> getMessages(long max) throws UnableToGetMessagesFault, ResourceUnknownFault
public void destroy()
             throws UnableToDestroyPullPointFault,
                    ResourceUnknownFault
Apache CXF