org.granite.generator.as3
Interface RemoteDestinationFactory

All Known Implementing Classes:
DefaultRemoteDestinationFactory, StatefulRemoteDestinationFactory

public interface RemoteDestinationFactory


Method Summary
 boolean isRemoteDestination(java.lang.Class<?> clazz)
           
 JavaType newRemoteDestination(JavaTypeFactory provider, java.lang.Class<?> type, java.net.URL url)
           
 

Method Detail

isRemoteDestination

boolean isRemoteDestination(java.lang.Class<?> clazz)

newRemoteDestination

JavaType newRemoteDestination(JavaTypeFactory provider,
                              java.lang.Class<?> type,
                              java.net.URL url)