* @exception RegistryException;
*/
public DispositionReport deletePublisher(AuthInfo authInfo,Vector publisherIDVector)
throws RegistryException
{
DeletePublisher request = new DeletePublisher();
request.setAuthInfo(authInfo);
request.setPublisherIDVector(publisherIDVector);
return (DispositionReport)execute(request);
}