org.apache.camel.example.cxf.proxy
Class RealWebServiceBean

java.lang.Object
  extended by 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:

Constructor Summary
RealWebServiceBean()
           
 
Method Summary
 String getUrl()
           
 void setUrl(String url)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealWebServiceBean

public RealWebServiceBean()
Method Detail

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