Package org.jboss.as.webservices.config
Class ServerConfigFactoryImpl
- java.lang.Object
-
- org.jboss.wsf.spi.management.ServerConfigFactory
-
- org.jboss.as.webservices.config.ServerConfigFactoryImpl
-
public final class ServerConfigFactoryImpl extends org.jboss.wsf.spi.management.ServerConfigFactoryRetrieves webservices stack specific config.- Author:
- Heiko Braun, Richard Opalka
-
-
Constructor Summary
Constructors Constructor Description ServerConfigFactoryImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.wsf.spi.management.ServerConfiggetConfig()org.jboss.wsf.spi.management.ServerConfiggetServerConfig()static voidsetConfig(org.jboss.wsf.spi.management.ServerConfig config)
-
-
-
Method Detail
-
getServerConfig
public org.jboss.wsf.spi.management.ServerConfig getServerConfig()
- Specified by:
getServerConfigin classorg.jboss.wsf.spi.management.ServerConfigFactory
-
setConfig
public static void setConfig(org.jboss.wsf.spi.management.ServerConfig config)
-
getConfig
public static org.jboss.wsf.spi.management.ServerConfig getConfig()
-
-