|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Route
Routing configuration between CDI and JMS.
| Method Detail |
|---|
<D extends Destination> Route connectTo(Class<D> d,
D destination)
D - Destination typed - Destination type (e.g. javax.jms.Topic)destination - Destination to connect this route to
Route addDestinations(Destination... d)
d - destinations to be added.
Route addDestinations(Collection<Destination> d)
d - Destinations to be added
Route addQualifiers(Annotation... qualifiers)
qualifiers - Qualifiers for the payload type
Route addQualifiers(Collection<Annotation> q)
q - qualifiers to be added
RouteType getType()
Type getPayloadType()
Set<Annotation> getQualifiers()
Set<? extends Destination> getDestinations()
Set<String> getDestinationJndiNames()
void setDestinations(Collection<Destination> destinations)
List<Set<Annotation>> getDestinationQualifiers()
Route addDestinationQualifiers(Set<Annotation> qualifiers)
Route addAnnotatedParameter(AnnotatedParameter<?> ap)
Set<AnnotatedParameter<?>> getAnnotatedParameters()
Route addDestinationJndiName(String jndi)
Route setType(Type type)
boolean validate()
void build(BeanManager beanManager)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||