public interface IUDDISettings
Modifier and Type | Method and Description |
---|---|
int |
getAuthTokenValiditySeconds()
Return the period of time (in seconds) that a UDDI authentication token remains valid
|
java.lang.String |
getBusinessEntityKey()
Return the key of the business entity that services are published to
|
IUsernamePasswordCredential |
getCredentials()
Return the
IUsernamePasswordCredential used to log onto the UDDI server when publishing |
java.lang.String |
getInquiryURL()
Return the URL used to contact the UDDI server when performing inquiries
|
boolean |
getInquiryUsesTransportCreds()
Return true if the UDDI server has basic authentication enabled on the inquiry URL
|
boolean |
getOnlyUpdatesActiveServices()
Return true if the UDDI plugin only searches for and updates services that are flagged as active
within the UDDI server.
|
java.lang.String |
getPublicationURL()
Return the URL used to contact the UDDI server when publishing
|
boolean |
getPublishUsesTransportCreds()
Return true if the UDDI server has basic authentication enabled on the publish URL
|
boolean |
getUsesProxySettings()
Return true if a Proxy should be used when making calls to the UDDI server
|
void |
setBusinessEntityKey(java.lang.String value)
Set the key of the business entity that services are published to
|
void |
setInquiryURL(java.lang.String value)
Set the URL used to contact the UDDI server when performing inquiries
|
void |
setPublicationURL(java.lang.String value)
Set the URL used to contact the UDDI server when publishing
|
java.lang.String getInquiryURL()
void setInquiryURL(java.lang.String value)
java.lang.String getPublicationURL()
void setPublicationURL(java.lang.String value)
java.lang.String getBusinessEntityKey()
void setBusinessEntityKey(java.lang.String value)
IUsernamePasswordCredential getCredentials()
IUsernamePasswordCredential
used to log onto the UDDI server when publishing.
int getAuthTokenValiditySeconds()
boolean getUsesProxySettings()
boolean getInquiryUsesTransportCreds()
boolean getPublishUsesTransportCreds()
boolean getOnlyUpdatesActiveServices()