Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.Jboss51Descriptor

Packages that use Jboss51Descriptor
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

Uses of Jboss51Descriptor in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return Jboss51Descriptor
 Jboss51Descriptor Jboss51Descriptor.removeAllDescription()
          Removes the description element
 Jboss51Descriptor Jboss51Descriptor.removeAllDisplayName()
          Removes the display-name element
 Jboss51Descriptor Jboss51Descriptor.removeAllIcon()
          Removes all icon elements
 Jboss51Descriptor Jboss51Descriptor.removeAssemblyDescriptor()
          Removes the assembly-descriptor element
 Jboss51Descriptor Jboss51Descriptor.removeEnterpriseBeans()
          Removes the enterprise-beans element
 Jboss51Descriptor Jboss51Descriptor.removeJaccContextId()
          Removes the jacc-context-id element
 Jboss51Descriptor Jboss51Descriptor.removeJmxName()
          Removes the jmx-name element
 Jboss51Descriptor Jboss51Descriptor.removeJndiBindingPolicy()
          Removes the jndi-binding-policy element
 Jboss51Descriptor Jboss51Descriptor.removeLoaderRepository()
          Removes the loader-repository element
 Jboss51Descriptor Jboss51Descriptor.removeMetadataComplete()
          Removes the metadata-complete element
 Jboss51Descriptor Jboss51Descriptor.removeMissingMethodPermissionsExcludedMode()
          Removes the missing-method-permissions-excluded-mode element
 Jboss51Descriptor Jboss51Descriptor.removeResourceManagers()
          Removes the resource-managers element
 Jboss51Descriptor Jboss51Descriptor.removeSecurityDomain()
          Removes the security-domain element
 Jboss51Descriptor Jboss51Descriptor.removeUnauthenticatedPrincipal()
          Removes the unauthenticated-principal element
 Jboss51Descriptor Jboss51Descriptor.removeVersion()
          Removes the version element
 Jboss51Descriptor Jboss51Descriptor.removeWebservices()
          Removes the webservices element
 Jboss51Descriptor Jboss51Descriptor.setDescription(java.lang.String description)
          Creates a new description element
 Jboss51Descriptor Jboss51Descriptor.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 Jboss51Descriptor Jboss51Descriptor.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 Jboss51Descriptor Jboss51Descriptor.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 Jboss51Descriptor Jboss51Descriptor.setJaccContextId(java.lang.String jaccContextId)
          If not already created, a new jacc-context-id element with the given value will be created.
 Jboss51Descriptor Jboss51Descriptor.setJmxName(java.lang.String jmxName)
          If not already created, a new jmx-name element with the given value will be created.
 Jboss51Descriptor Jboss51Descriptor.setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
          If not already created, a new jndi-binding-policy element with the given value will be created.
 Jboss51Descriptor Jboss51Descriptor.setMetadataComplete(java.lang.Boolean metadataComplete)
          If not already created, a new metadata-complete element with the given value will be created.
 Jboss51Descriptor Jboss51Descriptor.setMissingMethodPermissionsExcludedMode(java.lang.Boolean missingMethodPermissionsExcludedMode)
          If not already created, a new missing-method-permissions-excluded-mode element with the given value will be created.
 Jboss51Descriptor Jboss51Descriptor.setSecurityDomain(java.lang.String securityDomain)
          If not already created, a new security-domain element with the given value will be created.
 Jboss51Descriptor Jboss51Descriptor.setUnauthenticatedPrincipal(java.lang.String unauthenticatedPrincipal)
          If not already created, a new unauthenticated-principal element with the given value will be created.
 Jboss51Descriptor Jboss51Descriptor.setVersion(java.lang.String version)
          If not already created, a new version element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type Jboss51Descriptor
 AssemblyDescriptorType<Jboss51Descriptor> Jboss51Descriptor.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 EnterpriseBeansType<Jboss51Descriptor> Jboss51Descriptor.enterpriseBeans()
          If not already created, a new enterprise-beans element will be created and returned.
 java.util.List<IconType<Jboss51Descriptor>> Jboss51Descriptor.getIconList()
          Returns all icon elements
 IconType<Jboss51Descriptor> Jboss51Descriptor.icon()
          Returns the icon element
 LoaderRepositoryType<Jboss51Descriptor> Jboss51Descriptor.loaderRepository()
          If not already created, a new loader-repository element will be created and returned.
 ResourceManagersType<Jboss51Descriptor> Jboss51Descriptor.resourceManagers()
          If not already created, a new resource-managers element will be created and returned.
 WebservicesType<Jboss51Descriptor> Jboss51Descriptor.webservices()
          If not already created, a new webservices element will be created and returned.
 

Uses of Jboss51Descriptor in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement Jboss51Descriptor
 class Jboss51DescriptorImpl
           This deployment descriptor provides the functionalities as described in the jboss_5_1.xsd specification
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return Jboss51Descriptor
 Jboss51Descriptor Jboss51DescriptorImpl.addDefaultNamespaces()
           
 Jboss51Descriptor Jboss51DescriptorImpl.addNamespace(java.lang.String name, java.lang.String value)
           
 Jboss51Descriptor Jboss51DescriptorImpl.removeAllDescription()
          Removes the description element
 Jboss51Descriptor Jboss51DescriptorImpl.removeAllDisplayName()
          Removes the display-name element
 Jboss51Descriptor Jboss51DescriptorImpl.removeAllIcon()
          Removes all icon elements
 Jboss51Descriptor Jboss51DescriptorImpl.removeAllNamespaces()
           
 Jboss51Descriptor Jboss51DescriptorImpl.removeAssemblyDescriptor()
          Removes the assembly-descriptor element
 Jboss51Descriptor Jboss51DescriptorImpl.removeEnterpriseBeans()
          Removes the enterprise-beans element
 Jboss51Descriptor Jboss51DescriptorImpl.removeJaccContextId()
          Removes the jacc-context-id element
 Jboss51Descriptor Jboss51DescriptorImpl.removeJmxName()
          Removes the jmx-name element
 Jboss51Descriptor Jboss51DescriptorImpl.removeJndiBindingPolicy()
          Removes the jndi-binding-policy element
 Jboss51Descriptor Jboss51DescriptorImpl.removeLoaderRepository()
          Removes the loader-repository element
 Jboss51Descriptor Jboss51DescriptorImpl.removeMetadataComplete()
          Removes the metadata-complete attribute
 Jboss51Descriptor Jboss51DescriptorImpl.removeMissingMethodPermissionsExcludedMode()
          Removes the missing-method-permissions-excluded-mode element
 Jboss51Descriptor Jboss51DescriptorImpl.removeResourceManagers()
          Removes the resource-managers element
 Jboss51Descriptor Jboss51DescriptorImpl.removeSecurityDomain()
          Removes the security-domain element
 Jboss51Descriptor Jboss51DescriptorImpl.removeUnauthenticatedPrincipal()
          Removes the unauthenticated-principal element
 Jboss51Descriptor Jboss51DescriptorImpl.removeVersion()
          Removes the version attribute
 Jboss51Descriptor Jboss51DescriptorImpl.removeWebservices()
          Removes the webservices element
 Jboss51Descriptor Jboss51DescriptorImpl.setDescription(java.lang.String description)
          Creates a new description element
 Jboss51Descriptor Jboss51DescriptorImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 Jboss51Descriptor Jboss51DescriptorImpl.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 Jboss51Descriptor Jboss51DescriptorImpl.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 Jboss51Descriptor Jboss51DescriptorImpl.setJaccContextId(java.lang.String jaccContextId)
          If not already created, a new jacc-context-id element with the given value will be created.
 Jboss51Descriptor Jboss51DescriptorImpl.setJmxName(java.lang.String jmxName)
          If not already created, a new jmx-name element with the given value will be created.
 Jboss51Descriptor Jboss51DescriptorImpl.setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
          If not already created, a new jndi-binding-policy element with the given value will be created.
 Jboss51Descriptor Jboss51DescriptorImpl.setMetadataComplete(java.lang.Boolean metadataComplete)
          Sets the metadata-complete attribute
 Jboss51Descriptor Jboss51DescriptorImpl.setMissingMethodPermissionsExcludedMode(java.lang.Boolean missingMethodPermissionsExcludedMode)
          If not already created, a new missing-method-permissions-excluded-mode element with the given value will be created.
 Jboss51Descriptor Jboss51DescriptorImpl.setSecurityDomain(java.lang.String securityDomain)
          If not already created, a new security-domain element with the given value will be created.
 Jboss51Descriptor Jboss51DescriptorImpl.setUnauthenticatedPrincipal(java.lang.String unauthenticatedPrincipal)
          If not already created, a new unauthenticated-principal element with the given value will be created.
 Jboss51Descriptor Jboss51DescriptorImpl.setVersion(java.lang.String version)
          Sets the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type Jboss51Descriptor
 AssemblyDescriptorType<Jboss51Descriptor> Jboss51DescriptorImpl.assemblyDescriptor()
          If not already created, a new assembly-descriptor element will be created and returned.
 EnterpriseBeansType<Jboss51Descriptor> Jboss51DescriptorImpl.enterpriseBeans()
          If not already created, a new enterprise-beans element will be created and returned.
 java.util.List<IconType<Jboss51Descriptor>> Jboss51DescriptorImpl.getIconList()
          Returns all icon elements
 IconType<Jboss51Descriptor> Jboss51DescriptorImpl.icon()
          Returns the icon element
 LoaderRepositoryType<Jboss51Descriptor> Jboss51DescriptorImpl.loaderRepository()
          If not already created, a new loader-repository element will be created and returned.
 ResourceManagersType<Jboss51Descriptor> Jboss51DescriptorImpl.resourceManagers()
          If not already created, a new resource-managers element will be created and returned.
 WebservicesType<Jboss51Descriptor> Jboss51DescriptorImpl.webservices()
          If not already created, a new webservices element will be created and returned.