Package org.apache.ws.scout.uddi

Examples of org.apache.ws.scout.uddi.GetPublisherAssertionsDocument$Factory


  /**
   * @exception RegistryException;
   */
  public PublisherAssertions getPublisherAssertions(String authInfo)
      throws RegistryException {
    GetPublisherAssertionsDocument doc = GetPublisherAssertionsDocument.Factory
        .newInstance();
    GetPublisherAssertions request = doc.addNewGetPublisherAssertions();

    if (authInfo != null) {
      request.setAuthInfo(authInfo);
    }

View Full Code Here

TOP

Related Classes of org.apache.ws.scout.uddi.GetPublisherAssertionsDocument$Factory

Copyright © 2018 www.massapicom. 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.