Class EndpointImpl

  • All Implemented Interfaces:
    AutoCloseable, org.apache.cxf.configuration.Configurable, org.apache.cxf.interceptor.InterceptorProvider

    @Deprecated
    public class EndpointImpl
    extends EndpointImpl
    Deprecated.
    - all functionality moved to superclass - create superclass instead
    • Constructor Detail

      • EndpointImpl

        public EndpointImpl​(Object implementor)
        Deprecated.
        Parameters:
        implementor -
      • EndpointImpl

        public EndpointImpl​(org.apache.cxf.Bus b,
                            Object implementor,
                            JaxWsServerFactoryBean sf)
        Deprecated.
        Parameters:
        b -
        implementor -
        sf -
      • EndpointImpl

        public EndpointImpl​(org.apache.cxf.Bus b,
                            Object i,
                            String bindingUri,
                            String wsdl)
        Deprecated.
        Parameters:
        b -
        i -
        bindingUri -
        wsdl -
      • EndpointImpl

        public EndpointImpl​(org.apache.cxf.Bus b,
                            Object i,
                            String bindingUri,
                            String wsdl,
                            javax.xml.ws.WebServiceFeature[] f)
        Deprecated.
        Parameters:
        b -
        i -
        bindingUri -
        wsdl -
        f -
      • EndpointImpl

        public EndpointImpl​(org.apache.cxf.Bus b,
                            Object i,
                            String bindingUri)
        Deprecated.
        Parameters:
        b -
        i -
        bindingUri -
      • EndpointImpl

        public EndpointImpl​(org.apache.cxf.Bus b,
                            Object i,
                            String bindingUri,
                            javax.xml.ws.WebServiceFeature[] features)
        Deprecated.
        Parameters:
        b -
        i -
        bindingUri -
        features -
      • EndpointImpl

        public EndpointImpl​(org.apache.cxf.Bus bus,
                            Object implementor)
        Deprecated.
        Parameters:
        bus -
        implementor -