org.apache.camel.example.cxf.proxy
Class RealWebServiceBean
java.lang.Object
org.apache.camel.example.cxf.proxy.RealWebServiceBean
public class RealWebServiceBean
- extends Object
A bean to start and stop the real webservice.
This implementation uses pure JAX-WS (no CXF, no Camel).
- Version:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RealWebServiceBean
public RealWebServiceBean()
start
public void start()
throws Exception
- Throws:
Exception
stop
public void stop()
throws Exception
- Throws:
Exception
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
Apache Camel