Uses of Class
org.jboss.as.remoting.RemotingSubsystemSchema
-
Packages that use RemotingSubsystemSchema Package Description org.jboss.as.remoting -
-
Uses of RemotingSubsystemSchema in org.jboss.as.remoting
Methods in org.jboss.as.remoting that return RemotingSubsystemSchema Modifier and Type Method Description static RemotingSubsystemSchemaRemotingSubsystemSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static RemotingSubsystemSchema[]RemotingSubsystemSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.remoting that return types with arguments of type RemotingSubsystemSchema Modifier and Type Method Description org.jboss.as.controller.xml.VersionedNamespace<org.jboss.staxmapper.IntVersion,RemotingSubsystemSchema>RemotingSubsystemSchema. getNamespace()
-