|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.samples.camel.example.cxf.ExampleCXF
public class ExampleCXF
A simple example on how to use the camel service on JOnAS 5.
| Constructor Summary | |
|---|---|
ExampleCXF()
|
|
| Method Summary | |
|---|---|
void |
setCamelService(org.ow2.jonas.samples.camel.service.api.ICamelService service)
Set the service instance. |
void |
start()
Start the example. |
void |
test()
Test the route. |
void |
unsetCamelService(org.ow2.jonas.samples.camel.service.api.ICamelService service)
Stop the context when the service or when the bundle is removed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExampleCXF()
| Method Detail |
|---|
public void start()
throws java.lang.Exception
java.lang.Exceptionpublic void test()
public void setCamelService(org.ow2.jonas.samples.camel.service.api.ICamelService service)
service - the Camel service
public void unsetCamelService(org.ow2.jonas.samples.camel.service.api.ICamelService service)
throws java.lang.Exception
service - the Camel service
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||