com.ibm.uddi.promoter.config
Class PublishConfiguration

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

public class PublishConfiguration
extends java.lang.Object

Configuration class for publish operations, including delete.

Author:
IBM

Field Summary
static java.lang.String JAVA_COPYRIGHT
           
 
Constructor Summary
PublishConfiguration()
           
 
Method Summary
 java.lang.String getJSSEProvider()
          Returns the JSSE Provider class name.
 java.lang.String getPassword()
          Returns target registry access password.
 java.lang.String getToInquiryURL()
          Returns URL to target UDDI registry inquiry service.
 java.lang.String getToPublishURL()
          Returns URL to target UDDI registry publish service.
 java.lang.String getTrustStoreFilename()
          Returns the trust store file name.
 java.lang.String getTrustStorePassword()
          Returns the trust store password.
 java.lang.String getUserID()
          Returns target registry access userid.
 boolean isSecureConnection()
          Returns the secure connection indicator.
 void setJSSEProvider(java.lang.String jsseProvider)
          Sets the JSSE Provider class name.
 void setPassword(java.lang.String password)
          Sets target registry access password.
 void setSecureConnection(boolean secureConnection)
          Sets the secure connection indicator.
 void setToInquiryURL(java.lang.String toInquiryURL)
          Sets URL to target UDDI registry inquiry service.
 void setToPublishURL(java.lang.String toPublishURL)
          Sets URL to target UDDI registry publish service.
 void setTrustStoreFilename(java.lang.String trustStoreFilename)
          Sets the trust store file name.
 void setTrustStorePassword(java.lang.String trustStorePassword)
          Sets the trust store password.
 void setUserID(java.lang.String userID)
          Sets target registry access userid.
 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

PublishConfiguration

public PublishConfiguration()
Method Detail

getPassword

public java.lang.String getPassword()
Returns target registry access password.

Returns:
String

getToInquiryURL

public java.lang.String getToInquiryURL()
Returns URL to target UDDI registry inquiry service.

Returns:
String

getToPublishURL

public java.lang.String getToPublishURL()
Returns URL to target UDDI registry publish service.

Returns:
String

getUserID

public java.lang.String getUserID()
Returns target registry access userid.

Returns:
String

setPassword

public void setPassword(java.lang.String password)
Sets target registry access password.

Parameters:
password -

setToInquiryURL

public void setToInquiryURL(java.lang.String toInquiryURL)
Sets URL to target UDDI registry inquiry service.

Parameters:
toInquiryURL -

setToPublishURL

public void setToPublishURL(java.lang.String toPublishURL)
Sets URL to target UDDI registry publish service.

Parameters:
toPublishURL -

setUserID

public void setUserID(java.lang.String userID)
Sets target registry access userid.

Parameters:
userID -

isSecureConnection

public boolean isSecureConnection()
Returns the secure connection indicator.

Returns:
boolean true if a security provider is active.

getTrustStoreFilename

public java.lang.String getTrustStoreFilename()
Returns the trust store file name.

Returns:
String

getTrustStorePassword

public java.lang.String getTrustStorePassword()
Returns the trust store password.

Returns:
String

getJSSEProvider

public java.lang.String getJSSEProvider()
Returns the JSSE Provider class name.

Returns:
String

setJSSEProvider

public void setJSSEProvider(java.lang.String jsseProvider)
Sets the JSSE Provider class name.


setSecureConnection

public void setSecureConnection(boolean secureConnection)
Sets the secure connection indicator.

Parameters:
secureConnection - true if a security provider is active.

setTrustStoreFilename

public void setTrustStoreFilename(java.lang.String trustStoreFilename)
Sets the trust store file name.

Parameters:
trustStoreFilename -

setTrustStorePassword

public void setTrustStorePassword(java.lang.String trustStorePassword)
Sets the trust store password.

Parameters:
trustStorePassword -

toString

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