Uses of Class
org.granite.config.flex.Destination

Packages that use Destination
org.granite.config.flex   
org.granite.messaging.service   
org.granite.messaging.service.security   
 

Uses of Destination in org.granite.config.flex
 

Methods in org.granite.config.flex that return Destination
 Destination Service.findDestinationById(String id)
           
 Destination ServicesConfig.findDestinationById(String messageType, String id)
           
static Destination Destination.forElement(XMap element, Adapter defaultAdapter, Map<String,Adapter> adaptersMap)
           
 

Methods in org.granite.config.flex that return types with arguments of type Destination
 List<Destination> ServicesConfig.findDestinationsByMessageType(String messageType)
           
 Map<String,Destination> Service.getDestinations()
           
 

Methods in org.granite.config.flex with parameters of type Destination
 void DestinationRemoveListener.destinationRemoved(Destination dest)
           
 

Constructor parameters in org.granite.config.flex with type arguments of type Destination
Service(String id, String className, String messageTypes, Adapter defaultAdapter, Map<String,Adapter> adapters, Map<String,Destination> destinations)
           
 

Uses of Destination in org.granite.messaging.service
 

Fields in org.granite.messaging.service declared as Destination
protected  Destination ServiceInvoker.destination
           
 

Methods in org.granite.messaging.service with parameters of type Destination
 void SimpleServiceFactory.destinationRemoved(Destination destination)
           
 ServiceInvocationContext DefaultMethodMatcher.findServiceMethod(Message message, Destination destination, Object service, String methodName, Object[] params)
           
 ServiceInvocationContext MethodMatcher.findServiceMethod(Message message, Destination destination, Object service, String methodName, Object[] params)
           
 ServiceException ServiceExceptionHandler.handleNoSuchMethodException(Message request, Destination destination, Object invokee, String method, Object[] args, NoSuchMethodException e)
           
 

Constructors in org.granite.messaging.service with parameters of type Destination
ServiceInvocationContext(Message message, Destination destination, Object bean, Method method, Object[] parameters)
           
ServiceInvoker(Destination destination, T factory)
          Constructs a new ServiceInvoker.
SimpleServiceInvoker(Destination destination, SimpleServiceFactory factory)
           
 

Uses of Destination in org.granite.messaging.service.security
 

Methods in org.granite.messaging.service.security that return Destination
 Destination AbstractSecurityContext.getDestination()
           
 

Constructors in org.granite.messaging.service.security with parameters of type Destination
AbstractSecurityContext(Message message, Destination destination)