public class EndecaServerWS
extends java.lang.Object
EndecaServerConfigUtil.| Modifier and Type | Method and Description |
|---|---|
static java.net.HttpURLConnection |
createRawConnection(java.net.URL url,
SSLConfig sslConfig,
boolean useHealthCheckTimeout) |
static com.endeca.endeca_server.cluster.ClusterPort |
getClusterPort()
Convenience method for getting the cluster service port
|
static java.lang.String |
getClusterServiceURL() |
static com.endeca.mdex.config.services.config.ConfigPort |
getConfigServicePort()
Convenience method for getting the Config service port
|
static java.lang.String |
getConfigServiceURL()
This method is only useful when the data source supports the discovery service.
|
static com.endeca.mdex.conversation.ConversationPort |
getDiscoveryServicePort()
Convenience method for getting the Conversation service port
|
static java.lang.String |
getDiscoveryServiceURL() |
static com.endeca.mdex.ingest.IngestPort |
getIngestPort()
Convenience method for getting the ingest service port
|
static java.lang.String |
getIngestServiceURL() |
static com.endeca.mdex.eql_parser.ParserPort |
getLQLParserPort()
Convenience method for getting the LQL Parser service port
|
static java.lang.String |
getLQLParserServiceURL() |
static com.endeca.endeca_server.sconfig.SConfigPort |
getSConfigPort()
Convenience method for getting the Semantic Config service port
|
static java.lang.String |
getSConfigServiceURL() |
static java.lang.String |
getServiceURL(java.lang.String service)
This method is used to generate URLs for the specified service.
|
static com.endeca.mdex.transaction.TransactionPort |
getTransactionPort()
Convenience method for getting the Transaction service port
|
static java.lang.String |
getTransactionServiceURL() |
public static com.endeca.mdex.conversation.ConversationPort getDiscoveryServicePort()
public static com.endeca.mdex.config.services.config.ConfigPort getConfigServicePort()
throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationExceptionpublic static com.endeca.endeca_server.sconfig.SConfigPort getSConfigPort()
throws DataSourceException
DataSourceExceptionpublic static com.endeca.mdex.eql_parser.ParserPort getLQLParserPort()
throws DataSourceException
DataSourceExceptionpublic static com.endeca.mdex.transaction.TransactionPort getTransactionPort()
throws DataSourceException
DataSourceExceptionpublic static com.endeca.mdex.ingest.IngestPort getIngestPort()
throws DataSourceException
DataSourceExceptionpublic static com.endeca.endeca_server.cluster.ClusterPort getClusterPort()
throws DataSourceException
DataSourceExceptionpublic static java.lang.String getDiscoveryServiceURL()
public static java.lang.String getConfigServiceURL()
throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationExceptionpublic static java.lang.String getSConfigServiceURL()
public static java.lang.String getLQLParserServiceURL()
public static java.lang.String getTransactionServiceURL()
public static java.lang.String getIngestServiceURL()
public static java.lang.String getClusterServiceURL()
public static java.lang.String getServiceURL(java.lang.String service)
public static java.net.HttpURLConnection createRawConnection(java.net.URL url,
SSLConfig sslConfig,
boolean useHealthCheckTimeout)
throws java.lang.Exception
java.lang.ExceptionCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.