@Scope @Retention(value=RUNTIME) @Target(value=TYPE) public @interface EntryPoint
@EntryPoint
are instantiated when the client-side
application is first loaded. At the time an Entry Point bean is first
instantiated, the client has not yet federated with the server bus, so remote
service names are not yet known. Most often, initialization code should be
placed in a method annotated with AfterInitialization
rather than in
the bean's constructor.AfterInitialization
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.