Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » uddi » registration » [javadoc | source]
org.jboss.net.uddi.registration
public class: UDDI4JRegistryProxy [javadoc | source]
java.lang.Object
   org.jboss.net.uddi.registration.UDDI4JRegistryProxy

All Implemented Interfaces:
    IUDDIRegistryProxy

This class acts as the access point to register Web Services with a UDDI instance during the deployment of a JBOSS web service. It only supports the subset of publish APIs required to deploy a web service.
Field Summary
protected static final  Logger log     
Constructor:
 public UDDI4JRegistryProxy() 
 public UDDI4JRegistryProxy(String publishURL) 
 public UDDI4JRegistryProxy(String publishURL,
    String userName,
    String password) 
Method from org.jboss.net.uddi.registration.UDDI4JRegistryProxy Summary:
getPassword,   getPublishURL,   getUserName,   saveBusinessService,   setPassword,   setPublishURL,   setUserName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.uddi.registration.UDDI4JRegistryProxy Detail:
 public String getPassword() 
 public String getPublishURL() 
 public String getUserName() 
    Getters/Setters
 public  void saveBusinessService(BusinessService bs) throws UDDIRegistrationException 
 public  void setPassword(String password) 
 public  void setPublishURL(String publishURL) 
 public  void setUserName(String userName)