Class ReDelegate
java.lang.Object
com.sun.xml.ws.config.management.server.ReDelegate
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidrecreate(ManagedEndpoint<T> managedEndpoint, WebServiceFeature... features) Replaces underlying endpoint in managedEndpoint instance with new instance configured from a new set of features, using creation parameters of old endpoint
-
Constructor Details
-
ReDelegate
public ReDelegate()
-
-
Method Details
-
recreate
Replaces underlying endpoint in managedEndpoint instance with new instance configured from a new set of features, using creation parameters of old endpoint- Parameters:
managedEndpoint- - endpoint to be reconfiguredfeatures- - new set of features
-