org.jboss.seam.jms.annotations
Class RoutingLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<org.jboss.seam.jms.annotations.Routing>
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 |
EGRESS
public static final org.jboss.seam.jms.annotations.Routing EGRESS
INGRESS
public static final org.jboss.seam.jms.annotations.Routing INGRESS
RoutingLiteral
public RoutingLiteral(org.jboss.seam.jms.bridge.RouteType routeType)
value
public org.jboss.seam.jms.bridge.RouteType value()
Copyright © 2011 Seam Framework. All Rights Reserved.