com.ibm.uddi.promoter.config
Class ExportConfiguration

java.lang.Object
  extended bycom.ibm.uddi.promoter.config.ExportConfiguration

public class ExportConfiguration
extends java.lang.Object

Configuration class for export functions.

Author:
IBM

Field Summary
static java.lang.String JAVA_COPYRIGHT
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
See Also:
Constant Field Values
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()
See Also:
Object.toString()