|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.soap.util.EndpointUriTranslatorStrategyImpl
public class EndpointUriTranslatorStrategyImpl
This strategy will translate the end point url into the MetaMatrix Server connection properties.
Constructor Summary | |
---|---|
EndpointUriTranslatorStrategyImpl()
|
Method Summary | |
---|---|
protected static java.lang.String |
createJdbcUrl(java.lang.String serverUrl,
java.lang.String vdbName,
java.lang.String vdbVersion,
java.lang.String additionalProps)
Create MM JDBC url value. |
static DataServiceInfo |
getDataServiceInfo()
This implemementation of the Uri translator will get the proper JDBC server url from the extra path information in the endpoint URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndpointUriTranslatorStrategyImpl()
Method Detail |
---|
public static DataServiceInfo getDataServiceInfo() throws SOAPProcessingException
This implemementation of the Uri translator will get the proper JDBC server url from the extra path information in the endpoint URL. NOTE that this method MUST be called from within the SOAP request processing thread that the URI endpoint is to be called from.
The prototype of the endpoint URL is as follows:
<protocol>://<Soap Server Host>:<Soap Server Port>/<Data Service endpoint path>/<MM Server Host Name>/<MM Server Host Port>/<MM target VDB Name>/<MM target VDB version (optional)>
SOAPProcessingException
protected static java.lang.String createJdbcUrl(java.lang.String serverUrl, java.lang.String vdbName, java.lang.String vdbVersion, java.lang.String additionalProps) throws SOAPProcessingException
serverUrl
- vdbName
- vdbVersion
- additionalProps
-
javax.xml.soap.SOAPException
SOAPProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |