Uses of Class
org.wildfly.extension.clustering.web.deployment.DistributableWebDeploymentSchema
-
Packages that use DistributableWebDeploymentSchema Package Description org.wildfly.extension.clustering.web.deployment -
-
Uses of DistributableWebDeploymentSchema in org.wildfly.extension.clustering.web.deployment
Methods in org.wildfly.extension.clustering.web.deployment that return DistributableWebDeploymentSchema Modifier and Type Method Description static DistributableWebDeploymentSchemaDistributableWebDeploymentSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributableWebDeploymentSchema[]DistributableWebDeploymentSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.extension.clustering.web.deployment that return types with arguments of type DistributableWebDeploymentSchema Modifier and Type Method Description org.jboss.as.controller.xml.VersionedNamespace<org.jboss.staxmapper.IntVersion,DistributableWebDeploymentSchema>DistributableWebDeploymentSchema. getNamespace()Constructors in org.wildfly.extension.clustering.web.deployment with parameters of type DistributableWebDeploymentSchema Constructor Description DistributableWebDeploymentXMLReader(DistributableWebDeploymentSchema schema)
-