com.ibm.uddi.promoter.config
Class ExportConfiguration

java.lang.Object
  extended by com.ibm.uddi.promoter.config.ExportConfiguration

public class ExportConfiguration
extends java.lang.Object

Configuration class for export functions.


Constructor Summary
ExportConfiguration()
           
 
Method Summary
 java.lang.String getFromGetURL()
          Returns the source registry get service URL.
 java.lang.String getFromInquiryURL()
          Returns the source registry inquiry service URL.
 void setFromGetURL(java.lang.String fromGetURL)
          Sets the source registry get service URL.
 void setFromInquiryURL(java.lang.String fromInquiryURL)
          Sets the source registry inquiry service URL.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportConfiguration

public ExportConfiguration()
Method Detail

getFromGetURL

public java.lang.String getFromGetURL()
Returns the source registry get service URL.

Returns:
String

getFromInquiryURL

public java.lang.String getFromInquiryURL()
Returns the source registry inquiry service URL.

Returns:
String

setFromGetURL

public void setFromGetURL(java.lang.String fromGetURL)
Sets the source registry get service URL.

Parameters:
fromGetURL -

setFromInquiryURL

public void setFromInquiryURL(java.lang.String fromInquiryURL)
Sets the source registry inquiry service URL.

Parameters:
fromInquiryURL -

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()