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