Search in sources :

Example 6 with ServerConfigImpl

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);
}
Also used : ServerConfigImpl(org.jboss.as.webservices.config.ServerConfigImpl) ClientConfig(org.jboss.wsf.spi.metadata.config.ClientConfig)

Aggregations

ServerConfigImpl (org.jboss.as.webservices.config.ServerConfigImpl)6 UnknownHostException (java.net.UnknownHostException)2 OperationFailedException (org.jboss.as.controller.OperationFailedException)1 AbstractDeploymentChainStep (org.jboss.as.server.AbstractDeploymentChainStep)1 DeploymentProcessorTarget (org.jboss.as.server.DeploymentProcessorTarget)1 DeploymentUnit (org.jboss.as.server.deployment.DeploymentUnit)1 DisabledOperationException (org.jboss.as.webservices.config.DisabledOperationException)1 ModelNode (org.jboss.dmr.ModelNode)1 ServiceTarget (org.jboss.msc.service.ServiceTarget)1 ClientConfig (org.jboss.wsf.spi.metadata.config.ClientConfig)1