org.granite.generator.as3
Class StatefulRemoteDestinationFactory

java.lang.Object
  extended by org.granite.generator.as3.StatefulRemoteDestinationFactory
All Implemented Interfaces:
RemoteDestinationFactory

public class StatefulRemoteDestinationFactory
extends java.lang.Object
implements RemoteDestinationFactory


Constructor Summary
StatefulRemoteDestinationFactory()
           
 
Method Summary
 boolean isRemoteDestination(java.lang.Class<?> clazz)
           
 JavaType newRemoteDestination(JavaTypeFactory provider, java.lang.Class<?> type, java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulRemoteDestinationFactory

public StatefulRemoteDestinationFactory()
Method Detail

isRemoteDestination

public boolean isRemoteDestination(java.lang.Class<?> clazz)
Specified by:
isRemoteDestination in interface RemoteDestinationFactory

newRemoteDestination

public JavaType newRemoteDestination(JavaTypeFactory provider,
                                     java.lang.Class<?> type,
                                     java.net.URL url)
Specified by:
newRemoteDestination in interface RemoteDestinationFactory