|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.beanbus.mega.OutboundStrategies
public class OutboundStrategies
A collection of different OutboundStrategy
s that are applied to
a component to see if it can be adapted to an Outbound
.
Constructor Summary | |
---|---|
OutboundStrategies()
|
Method Summary | ||
---|---|---|
OutboundStrategy |
hasDestinationAnnotationStrategy()
Provides a strategy base on the Destination annotation. |
|
OutboundStrategy |
isOutboundAlreadyStrategy()
Provides a strategy that checks to see if the component is a Outbound already. |
|
|
outboundFor(Object component,
ArooaSession session)
Attempt to provide an Outbound . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutboundStrategies()
Method Detail |
---|
public <T> Outbound<T> outboundFor(Object component, ArooaSession session)
OutboundStrategy
Outbound
.
outboundFor
in interface OutboundStrategy
component
- The component or its proxy.
public OutboundStrategy isOutboundAlreadyStrategy()
Outbound
already.
public OutboundStrategy hasDestinationAnnotationStrategy()
Destination
annotation.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |