use of org.jboss.as.webservices.config.ServerConfigImpl in project wildfly by wildfly.
the class XTSClientIntegrationService method start.
@Override
public void start(final StartContext context) throws StartException {
ClientConfig wrapper = new ClientConfig(null, null, postHandlerChains, null, null);
((ServerConfigImpl) (serverConfig.getValue())).setClientConfigWrapper(wrapper, true);
}
Aggregations