org.jboss.errai.bus.rebind
Class RpcTypesProvider
java.lang.Object
org.jboss.errai.bus.rebind.RpcTypesProvider
- All Implemented Interfaces:
- ExposedTypesProvider
public class RpcTypesProvider
- extends Object
- implements ExposedTypesProvider
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RpcTypesProvider
public RpcTypesProvider()
provideTypesToExpose
public Collection<MetaClass> provideTypesToExpose()
- Description copied from interface:
ExposedTypesProvider
- Returns the list of types that should be exposed as portable. The returned
list may include any kind of MetaClass: primitive types, interfaces,
abstract and concrete classes, enums, annotation types, and so on.
- Specified by:
provideTypesToExpose
in interface ExposedTypesProvider
- Returns:
- a collection of types that will need to be marshallable, based on
the type of inspection performed by the underlying implementation.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.