Class EndpointFactoryImpl
java.lang.Object
com.sun.xml.ws.config.management.server.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<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)
-
Constructor Details
-
EndpointFactoryImpl
public EndpointFactoryImpl()
-
-
Method Details
-
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:
createEndpointin interfacecom.sun.xml.ws.api.config.management.ManagedEndpointFactory
-