
public class FindServiceLayer extends ServiceLayerDecorator
| Constructor and Description |
|---|
FindServiceLayer() |
| Modifier and Type | Method and Description |
|---|---|
Method |
resolveDomainMethod(String operation)
Return the domain service method associated with a RequestContext method
declaration.
|
Class<? extends RequestContext> |
resolveRequestContext(String operation)
Find a RequestContext that should be used to fulfill the requested
operation.
|
Method |
resolveRequestContextMethod(String operation)
Find a RequestContext method declaration by name.
|
createDomainObject, createLocator, createServiceInstance, createServiceLocator, die, getDomainClassLoader, getGetter, getId, getIdType, getProperty, getRequestReturnType, getSetter, getTop, getVersion, invoke, isLive, loadDomainObject, loadDomainObjects, report, report, requiresServiceLocator, resolveClass, resolveClientType, resolveDomainClass, resolveLocator, resolveRequestFactory, resolveServiceClass, resolveServiceLocator, resolveTypeToken, setProperty, validatecreatepublic Method resolveDomainMethod(String operation)
ServiceLayerrequestContextMethod will have been previously
resolved by #resolveRequestContextMethod(String, String).resolveDomainMethod in class ServiceLayerDecoratorpublic Class<? extends RequestContext> resolveRequestContext(String operation)
ServiceLayerresolveRequestContext in class ServiceLayerDecoratoroperation - the operationnull if no RequestContext exists that
can fulfill the operationpublic Method resolveRequestContextMethod(String operation)
ServiceLayerresolveRequestContextMethod in class ServiceLayerDecoratoroperation - the operation's namenull if the method does not
existCopyright © 2016. All rights reserved.