public class ServiceRegistry extends Object
Constructor and Description |
---|
ServiceRegistry(ServiceRegistry parent,
ResourceMethodRegistry registry,
ResteasyProviderFactory providerFactory,
ResourceLocatorInvoker invoker) |
Modifier and Type | Method and Description |
---|---|
void |
collectResourceMethodsUntilRoot(List<Method> methods) |
String |
getFunctionPrefix() |
List<ServiceRegistry> |
getLocators() |
List<MethodMetaData> |
getMethodMetaData() |
ServiceRegistry |
getParent() |
String |
getUri() |
boolean |
isRoot() |
public ServiceRegistry(ServiceRegistry parent, ResourceMethodRegistry registry, ResteasyProviderFactory providerFactory, ResourceLocatorInvoker invoker) throws Exception
Exception
public ServiceRegistry getParent()
public List<MethodMetaData> getMethodMetaData()
public List<ServiceRegistry> getLocators()
public String getUri()
public boolean isRoot()
public String getFunctionPrefix()
Copyright © 2017 JBoss by Red Hat. All rights reserved.