com.sun.xml.ws.config.management.server
Class ReDelegate

java.lang.Object
  extended by 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
ReDelegate()
           
 
Method Summary
static
<T> void
recreate(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReDelegate

public ReDelegate()
Method Detail

recreate

public static <T> void recreate(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

Type Parameters:
T -
Parameters:
endpoint - - endpoint to be reconfigured
features - - new set of features


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.