org.jboss.seam.jms.annotations
Class RoutingLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<org.jboss.seam.jms.annotations.Routing>
      extended by org.jboss.seam.jms.annotations.RoutingLiteral
All Implemented Interfaces:
Serializable, Annotation, org.jboss.seam.jms.annotations.Routing

public class RoutingLiteral
extends javax.enterprise.util.AnnotationLiteral<org.jboss.seam.jms.annotations.Routing>
implements org.jboss.seam.jms.annotations.Routing

RoutingLiteral - literal implementation of the Routing qualifier.

provides two static members, representing EGRESS and INGRESS.

Author:
johnament
See Also:
Serialized Form

Field Summary
static org.jboss.seam.jms.annotations.Routing EGRESS
           
static org.jboss.seam.jms.annotations.Routing INGRESS
           
 
Constructor Summary
RoutingLiteral(org.jboss.seam.jms.bridge.RouteType routeType)
           
 
Method Summary
 org.jboss.seam.jms.bridge.RouteType value()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Field Detail

EGRESS

public static final org.jboss.seam.jms.annotations.Routing EGRESS

INGRESS

public static final org.jboss.seam.jms.annotations.Routing INGRESS
Constructor Detail

RoutingLiteral

public RoutingLiteral(org.jboss.seam.jms.bridge.RouteType routeType)
Method Detail

value

public org.jboss.seam.jms.bridge.RouteType value()


Copyright © 2011 Seam Framework. All Rights Reserved.