com.ibm.uddi.promoter.config
Class ExportConfiguration
java.lang.Object
|
+--com.ibm.uddi.promoter.config.ExportConfiguration
- public class ExportConfiguration
- extends java.lang.Object
Configuration class for export functions.
- Author:
- IBM
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
ExportConfiguration
public ExportConfiguration()
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()