Class CXFUtils


  • public class CXFUtils
    extends Object
    Simplifies Web service creation in programmatic way.
    Author:
    K. Benedyczak
    • Constructor Detail

      • CXFUtils

        public CXFUtils()
    • Method Detail

      • deployWebservice

        public static org.apache.cxf.endpoint.Endpoint deployWebservice​(org.apache.cxf.Bus bus,
                                                                        Class<?> iface,
                                                                        Object impl)
      • getServletContextHandler

        public static org.eclipse.jetty.servlet.ServletContextHandler getServletContextHandler​(String contextAddress,
                                                                                               String servletPath,
                                                                                               org.apache.cxf.Bus bus)