Uses of Class
org.jboss.as.messaging.Namespace
-
Packages that use Namespace Package Description org.jboss.as.messaging -
-
Uses of Namespace in org.jboss.as.messaging
Fields in org.jboss.as.messaging declared as Namespace Modifier and Type Field Description static NamespaceNamespace. CURRENTThe current namespace version.Methods in org.jboss.as.messaging that return Namespace Modifier and Type Method Description static NamespaceNamespace. forUri(String uri)static NamespaceNamespace. valueOf(String name)Returns the enum constant of this type with the specified name.static Namespace[]Namespace. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.messaging with parameters of type Namespace Modifier and Type Method Description protected voidMessagingSubsystemParser. processHornetQServer(org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode subsystemAddress, List<org.jboss.dmr.ModelNode> list, Namespace namespace)
-