Class ReDelegate
- java.lang.Object
-
- com.sun.xml.ws.config.management.server.ReDelegate
-
public class ReDelegate extends Object
Create a new WSEndpoint instance and use it to replace the existing WSEndpoint instance in a ManagedEndpoint.- Author:
- Fabian Ritzmann, Martin Grebac
-
-
Constructor Summary
Constructors Constructor Description ReDelegate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> voidrecreate(ManagedEndpoint<T> managedEndpoint, jakarta.xml.ws.WebServiceFeature... features)Replaces underlying endpoint in managedEndpoint instance with new instance configured from a new set of features, using creation parameters of old endpoint
-
-
-
Method Detail
-
recreate
public static <T> void recreate(ManagedEndpoint<T> managedEndpoint, jakarta.xml.ws.WebServiceFeature... features)
Replaces underlying endpoint in managedEndpoint instance with new instance configured from a new set of features, using creation parameters of old endpoint- Type Parameters:
T-- Parameters:
endpoint- - endpoint to be reconfiguredfeatures- - new set of features
-
-