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 Constructor Description EndpointFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <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)
-
-
-
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:
createEndpointin interfacecom.sun.xml.ws.api.config.management.ManagedEndpointFactory
-
-