Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.rebind
Class RpcTypesProvider

java.lang.Object
  extended by org.jboss.errai.bus.rebind.RpcTypesProvider
All Implemented Interfaces:
ExposedTypesProvider

public class RpcTypesProvider
extends Object
implements ExposedTypesProvider

Author:
Mike Brock

Constructor Summary
RpcTypesProvider()
           
 
Method Summary
 Collection<MetaClass> provideTypesToExpose()
          Returns the list of types that should be exposed as portable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcTypesProvider

public RpcTypesProvider()
Method Detail

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.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.