public class TypeRegistry extends Object
ShutdownEventObserver
Constructor and Description |
---|
TypeRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
addRemoteInterface(Class<?> intf) |
void |
addService(ServiceParser service)
Register a service.
|
Collection<Class<?>> |
getDelegateClasses() |
Collection<ServiceParser> |
getDelegateServices(Class<?> delegateClass)
Get all the services associated with a delegate class.
|
Set<Class<?>> |
getRemoteInterfaces() |
public void addRemoteInterface(Class<?> intf)
public Collection<Class<?>> getDelegateClasses()
public Collection<ServiceParser> getDelegateServices(Class<?> delegateClass)
public void addService(ServiceParser service)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.