public class OMAGServerErrorHandler extends Object
| Constructor and Description |
|---|
OMAGServerErrorHandler()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
validateOMAGServerName(String omagServerName,
String serverName,
String serverService)
Validate that the server name of the server where an access service resides is not null.
|
void |
validateServiceURLMarker(String serviceURLMarker,
String serverName,
String serverService)
Validate that the server name of the server where an access service resides is not null.
|
public void validateOMAGServerName(String omagServerName, String serverName, String serverService) throws OMAGInvalidParameterException
omagServerName - remote server name passed on the requestserverName - server name for this serverserverService - name of the service being configuredOMAGInvalidParameterException - the name is nullpublic void validateServiceURLMarker(String serviceURLMarker, String serverName, String serverService) throws OMAGInvalidParameterException
serviceURLMarker - remote server name passed on the requestserverName - server name for this serverserverService - name of the service being configuredOMAGInvalidParameterException - the name is nullCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.