public class AmpReflectionSkeletonFactory extends java.lang.Object implements AmpSkeletonFactory
Constructor and Description |
---|
AmpReflectionSkeletonFactory() |
Modifier and Type | Method and Description |
---|---|
AmpActor |
createSkeleton(java.lang.Object bean,
java.lang.String address,
AmpBroker broker) |
<T> T |
createStub(java.lang.Class<T> api,
AmpActorRef to,
AmpActorContext systemContext) |
public AmpActor createSkeleton(java.lang.Object bean, java.lang.String address, AmpBroker broker)
createSkeleton
in interface AmpSkeletonFactory
public <T> T createStub(java.lang.Class<T> api, AmpActorRef to, AmpActorContext systemContext)
createStub
in interface AmpSkeletonFactory