public class ServiceEndpoint
extends java.lang.Object
| Constructor and Description |
|---|
ServiceEndpoint()
Default Constructor
|
ServiceEndpoint(java.lang.String hostURI,
ServicePath[] paths)
Constructor with parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHostURI()
Returns the Remote service hostURI
|
ServicePath[] |
getPaths()
Returns the Remote service Paths
|
IServiceCertificateValidation |
getValidationType()
Gets the validation type for the certificate of a SSL host.
|
void |
setHostURI(java.lang.String hostURI)
Set the Remote service hostURI
|
void |
setPaths(ServicePath[] paths)
Set the Remote service Paths
|
void |
setValidationType(IServiceCertificateValidation validationType)
Sets the validation type for the certificate of a SSL host.
|
public ServiceEndpoint()
public ServiceEndpoint(java.lang.String hostURI,
ServicePath[] paths)
hostURI - Remote service hostURIpaths - Remote service Pathspublic IServiceCertificateValidation getValidationType()
public void setValidationType(IServiceCertificateValidation validationType)
validationType - Type of validation.public java.lang.String getHostURI()
public void setHostURI(java.lang.String hostURI)
hostURI - Remote service hostURIpublic ServicePath[] getPaths()
public void setPaths(ServicePath[] paths)
paths - Remote service Paths