Uses of Class
org.jboss.wsf.spi.metadata.config.AbstractCommonConfig
-
Packages that use AbstractCommonConfig Package Description org.jboss.wsf.spi.management org.jboss.wsf.spi.metadata.config -
-
Uses of AbstractCommonConfig in org.jboss.wsf.spi.management
Classes in org.jboss.wsf.spi.management with type parameters of type AbstractCommonConfig Modifier and Type Interface Description interfaceCommonConfigStore<T extends AbstractCommonConfig>A store of client/endpoint config -
Uses of AbstractCommonConfig in org.jboss.wsf.spi.metadata.config
Subclasses of AbstractCommonConfig in org.jboss.wsf.spi.metadata.config Modifier and Type Class Description classClientConfigA JBossWS client configurationclassEndpointConfigA JBossWS endpoint configurationConstructors in org.jboss.wsf.spi.metadata.config with parameters of type AbstractCommonConfig Constructor Description AbstractCommonConfig(AbstractCommonConfig base, AbstractCommonConfig addon)
-