111112113114115116117
partName = "DestroyPullPointRequest") DestroyPullPoint destroyPullPointRequest) throws ResourceUnknownFault, UnableToDestroyPullPointFault { log.debug("Destroy"); createPullPoint.destroyPullPoint(getAddress()); return new DestroyPullPointResponse(); }
105106107108109110111
DestroyPullPoint destroyPullPointRequest) throws UnableToDestroyPullPointFault { log.debug("Destroy"); createPullPoint.destroyPullPoint(getAddress()); return new DestroyPullPointResponse(); }
116117118119120121122
DestroyPullPoint destroyPullPointRequest) throws ResourceUnknownFault, UnableToDestroyPullPointFault { LOGGER.finest("Destroy"); createPullPoint.destroyPullPoint(getAddress()); return new DestroyPullPointResponse(); }