GetMessagesResponse response = pullPoint.getMessages(getMessages);
return response.getNotificationMessage();
}
public void destroy() throws UnableToDestroyPullPointFault, ResourceUnknownFault {
this.pullPoint.destroyPullPoint(new DestroyPullPoint());
}