|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.promoter.config.PublishConfiguration
Configuration class for publish operations, including delete.
Field Summary | |
---|---|
static java.lang.String |
java_copyright
|
Constructor Summary | |
---|---|
PublishConfiguration()
|
Method Summary | |
---|---|
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 |
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 |
public static final java.lang.String java_copyright
Constructor Detail |
public PublishConfiguration()
Method Detail |
public java.lang.String getPassword()
public java.lang.String getToInquiryURL()
public java.lang.String getToPublishURL()
public java.lang.String getUserID()
public void setPassword(java.lang.String password)
password
- public void setToInquiryURL(java.lang.String toInquiryURL)
toInquiryURL
- public void setToPublishURL(java.lang.String toPublishURL)
toPublishURL
- public void setUserID(java.lang.String userID)
userID
- public boolean isSecureConnection()
true
if a security provider is active.public java.lang.String getTrustStoreFilename()
public java.lang.String getTrustStorePassword()
public void setSecureConnection(boolean secureConnection)
secureConnection
- true
if a security provider is active.public void setTrustStoreFilename(java.lang.String trustStoreFilename)
trustStoreFilename
- public void setTrustStorePassword(java.lang.String trustStorePassword)
trustStorePassword
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |