public class DefaultConsumedDestinationLocatorStrategy extends java.lang.Object implements ConsumedDestinationLocatorStrategy
ConsumedDestinationLocatorStrategy:
Find the ConsumedDestinationModel by client type name| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLIENT_CLASS_NAME |
| Constructor and Description |
|---|
DefaultConsumedDestinationLocatorStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected DestinationService<AbstractDestinationModel> |
getDestinationService() |
ConsumedDestinationModel |
lookup(java.lang.String clientTypeName)
Lookup the consumed destination for the given client type
|
void |
setDestinationService(DestinationService<AbstractDestinationModel> destinationService) |
public static final java.lang.String CLIENT_CLASS_NAME
public DefaultConsumedDestinationLocatorStrategy()
public ConsumedDestinationModel lookup(java.lang.String clientTypeName)
ConsumedDestinationLocatorStrategylookup in interface ConsumedDestinationLocatorStrategyclientTypeName - the name of client typeprotected DestinationService<AbstractDestinationModel> getDestinationService()
public void setDestinationService(DestinationService<AbstractDestinationModel> destinationService)
Copyright © 2018 SAP SE. All Rights Reserved.