All Classes and Interfaces

Class
Description
 
 
 
 
This class will create a client for you which implements the specified service class.
 
 
This class reads a WSDL and creates a dynamic client from it.
 
 
 
 
If class has been generated during build time (use @see org.apache.cxf.common.spi.GeneratedClassClassLoaderCapture capture to save bytes) you can set class loader to avoid class generation during runtime: bus.setExtension(new ExceptionClassLoader(bus), ExceptionClassCreator.class);
 
 
This class helps take a Service and expose as a server side endpoint.