Class EndpointImpl

java.lang.Object
jakarta.xml.ws.Endpoint
org.apache.cxf.jaxws.EndpointImpl
org.apache.cxf.jaxws22.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 Details

    • 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, jakarta.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, jakarta.xml.ws.WebServiceFeature[] features)
      Deprecated.
      Parameters:
      b -
      i -
      bindingUri -
      features -
    • EndpointImpl

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