|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Route
| Field Summary | |
|---|---|
static String |
GROUP_PROPERTY
|
static String |
ID_PROPERTY
|
static String |
PARENT_PROPERTY
|
| Method Summary | |
|---|---|
void |
addService(Service service)
Adds a service to this route |
Endpoint |
getEndpoint()
Gets the inbound endpoint |
Map<String,Object> |
getProperties()
This property map is used to associate information about the route. |
List<Service> |
getServices()
Returns the additional services required for this particular route |
List<Service> |
getServicesForRoute()
This property map is used to associate information about the route. |
Navigate<Processor> |
navigate()
Returns a navigator to navigate this route by navigating all the Processors. |
void |
setEndpoint(Endpoint endpoint)
Sets the inbound endpoint |
void |
setServices(List<Service> services)
Sets the sources for this route |
| Field Detail |
|---|
static final String ID_PROPERTY
static final String PARENT_PROPERTY
static final String GROUP_PROPERTY
| Method Detail |
|---|
Endpoint getEndpoint()
void setEndpoint(Endpoint endpoint)
endpoint - the endpointMap<String,Object> getProperties()
List<Service> getServicesForRoute()
throws Exception
Exception - is thrown in case of errorList<Service> getServices()
void setServices(List<Service> services)
services - the servicesvoid addService(Service service)
service - the serviceNavigate<Processor> navigate()
Processors.
Processor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||