Examples of DeletePublisher


Examples of org.apache.juddi.datatype.request.DeletePublisher

   * @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);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.