Class EndpointFactoryImpl

  • All Implemented Interfaces:
    com.sun.xml.ws.api.config.management.ManagedEndpointFactory

    public class EndpointFactoryImpl
    extends Object
    implements com.sun.xml.ws.api.config.management.ManagedEndpointFactory
    Create a ManagedEndpoint if the policy of the endpoint requires it. Otherwise returns the given endpoint.
    Author:
    Fabian Ritzmann, Martin Grebac
    • Constructor Detail

      • EndpointFactoryImpl

        public EndpointFactoryImpl()
    • Method Detail

      • createEndpoint

        public <T> com.sun.xml.ws.api.server.WSEndpoint<T> createEndpoint​(com.sun.xml.ws.api.server.WSEndpoint<T> endpoint,
                                                                          com.sun.xml.ws.api.config.management.EndpointCreationAttributes attributes)
        Specified by:
        createEndpoint in interface com.sun.xml.ws.api.config.management.ManagedEndpointFactory