|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.web.model.Endpoints
public class Endpoints
| Constructor Summary | |
|---|---|
Endpoints()
|
|
Endpoints(CamelContext camelContext)
|
|
| Method Summary | |
|---|---|
void |
addEndpoint(EndpointLink endpointLink)
|
protected EndpointLink |
createEndpointLink(String key,
Endpoint endpoint)
|
List<EndpointLink> |
getEndpoints()
|
void |
load(CamelContext camelContext)
|
void |
setEndpoints(List<EndpointLink> endpoints)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Endpoints()
public Endpoints(CamelContext camelContext)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic List<EndpointLink> getEndpoints()
public void setEndpoints(List<EndpointLink> endpoints)
public void load(CamelContext camelContext)
protected EndpointLink createEndpointLink(String key,
Endpoint endpoint)
public void addEndpoint(EndpointLink endpointLink)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||