public class RemoteImageService extends java.lang.Object implements ITelesalesCommService
This service is registered with the commService extension point with the following id: com.ibm.commerce.telesales.services.RemoteImageService
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
RemoteImageService() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String | getHostName()
Returns the host name.
|
protected java.lang.String | getNormalizedUrl(java.lang.String path, boolean secure)
Returns a normalized version of the URL.
|
protected java.lang.String | getPortNumber()
Returns the port number.
|
protected boolean | isSSLEnabled()
Returns the host name.
|
java.lang.Object | send(ServiceContext serviceContext, java.lang.Object message)
This method retrieves the remote image using the given URL path.
|
public static final java.lang.String COPYRIGHT
public java.lang.Object send(ServiceContext serviceContext, java.lang.Object message) throws TelesalesServicesException
protected java.lang.String getHostName()
protected java.lang.String getPortNumber()
protected boolean isSSLEnabled()
protected java.lang.String getNormalizedUrl(java.lang.String path, boolean secure)