|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Jboss51Descriptor
This deployment descriptor provides the functionalities as described in the jboss_5_1.xsd specification
Example:
Jboss51Descriptor descriptor = Descriptors.create(Jboss51Descriptor.class);
Method Summary | |
---|---|
AssemblyDescriptorType<Jboss51Descriptor> |
assemblyDescriptor()
If not already created, a new assembly-descriptor element will be created and returned. |
EnterpriseBeansType<Jboss51Descriptor> |
enterpriseBeans()
If not already created, a new enterprise-beans element will be created and returned. |
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<java.lang.String> |
getDisplayNameList()
Returns all display-name elements |
java.util.List<IconType<Jboss51Descriptor>> |
getIconList()
Returns all icon elements |
java.lang.String |
getJaccContextId()
Returns the jacc-context-id element |
java.lang.String |
getJmxName()
Returns the jmx-name element |
java.lang.String |
getJndiBindingPolicy()
Returns the jndi-binding-policy element |
java.lang.String |
getSecurityDomain()
Returns the security-domain element |
java.lang.String |
getUnauthenticatedPrincipal()
Returns the unauthenticated-principal element |
java.lang.String |
getVersion()
Returns the version element |
IconType<Jboss51Descriptor> |
icon()
Returns the icon element |
java.lang.Boolean |
isMetadataComplete()
Returns the metadata-complete element |
java.lang.Boolean |
isMissingMethodPermissionsExcludedMode()
Returns the missing-method-permissions-excluded-mode element |
LoaderRepositoryType<Jboss51Descriptor> |
loaderRepository()
If not already created, a new loader-repository element will be created and returned. |
Jboss51Descriptor |
removeAllDescription()
Removes the description element |
Jboss51Descriptor |
removeAllDisplayName()
Removes the display-name element |
Jboss51Descriptor |
removeAllIcon()
Removes all icon elements |
Jboss51Descriptor |
removeAssemblyDescriptor()
Removes the assembly-descriptor element |
Jboss51Descriptor |
removeEnterpriseBeans()
Removes the enterprise-beans element |
Jboss51Descriptor |
removeJaccContextId()
Removes the jacc-context-id element |
Jboss51Descriptor |
removeJmxName()
Removes the jmx-name element |
Jboss51Descriptor |
removeJndiBindingPolicy()
Removes the jndi-binding-policy element |
Jboss51Descriptor |
removeLoaderRepository()
Removes the loader-repository element |
Jboss51Descriptor |
removeMetadataComplete()
Removes the metadata-complete element |
Jboss51Descriptor |
removeMissingMethodPermissionsExcludedMode()
Removes the missing-method-permissions-excluded-mode element |
Jboss51Descriptor |
removeResourceManagers()
Removes the resource-managers element |
Jboss51Descriptor |
removeSecurityDomain()
Removes the security-domain element |
Jboss51Descriptor |
removeUnauthenticatedPrincipal()
Removes the unauthenticated-principal element |
Jboss51Descriptor |
removeVersion()
Removes the version element |
Jboss51Descriptor |
removeWebservices()
Removes the webservices element |
ResourceManagersType<Jboss51Descriptor> |
resourceManagers()
If not already created, a new resource-managers element will be created and returned. |
Jboss51Descriptor |
setDescription(java.lang.String description)
Creates a new description element |
Jboss51Descriptor |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
Jboss51Descriptor |
setDisplayName(java.lang.String displayName)
Creates a new display-name element |
Jboss51Descriptor |
setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
Jboss51Descriptor |
setJaccContextId(java.lang.String jaccContextId)
If not already created, a new jacc-context-id element with the given value will be created. |
Jboss51Descriptor |
setJmxName(java.lang.String jmxName)
If not already created, a new jmx-name element with the given value will be created. |
Jboss51Descriptor |
setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
If not already created, a new jndi-binding-policy element with the given value will be created. |
Jboss51Descriptor |
setMetadataComplete(java.lang.Boolean metadataComplete)
If not already created, a new metadata-complete element with the given value will be created. |
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 |
setSecurityDomain(java.lang.String securityDomain)
If not already created, a new security-domain element with the given value will be created. |
Jboss51Descriptor |
setUnauthenticatedPrincipal(java.lang.String unauthenticatedPrincipal)
If not already created, a new unauthenticated-principal element with the given value will be created. |
Jboss51Descriptor |
setVersion(java.lang.String version)
If not already created, a new version element with the given value will be created. |
WebservicesType<Jboss51Descriptor> |
webservices()
If not already created, a new webservices element will be created and returned. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Descriptor |
---|
exportAsString, exportTo, getDescriptorName |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.DescriptorNamespace |
---|
addDefaultNamespaces, addNamespace, getNamespaces, removeAllNamespaces |
Method Detail |
---|
Jboss51Descriptor setDescription(java.lang.String description)
description
element
Jboss51Descriptor
Jboss51Descriptor setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
Jboss51Descriptor
Jboss51Descriptor removeAllDescription()
description
element
Jboss51Descriptor
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
Jboss51Descriptor setDisplayName(java.lang.String displayName)
display-name
element
Jboss51Descriptor
Jboss51Descriptor setDisplayNameList(java.lang.String... values)
display-name
elements,
a new display-name
element
list
- of display-name
objects
Jboss51Descriptor
Jboss51Descriptor removeAllDisplayName()
display-name
element
Jboss51Descriptor
java.util.List<java.lang.String> getDisplayNameList()
display-name
elements
display-name
Jboss51Descriptor removeAllIcon()
icon
elements
Jboss51Descriptor
IconType<Jboss51Descriptor> icon()
icon
element
icon
java.util.List<IconType<Jboss51Descriptor>> getIconList()
icon
elements
icon
Jboss51Descriptor removeLoaderRepository()
loader-repository
element
Jboss51Descriptor
LoaderRepositoryType<Jboss51Descriptor> loaderRepository()
loader-repository
element will be created and returned.
Otherwise, the existing loader-repository
element will be returned.
loader-repository
Jboss51Descriptor setJmxName(java.lang.String jmxName)
jmx-name
element with the given value will be created.
Otherwise, the existing jmx-name
element will be updated with the given value.
Jboss51Descriptor
Jboss51Descriptor removeJmxName()
jmx-name
element
Jboss51Descriptor
java.lang.String getJmxName()
jmx-name
element
jmx-name
Jboss51Descriptor setSecurityDomain(java.lang.String securityDomain)
security-domain
element with the given value will be created.
Otherwise, the existing security-domain
element will be updated with the given value.
Jboss51Descriptor
Jboss51Descriptor removeSecurityDomain()
security-domain
element
Jboss51Descriptor
java.lang.String getSecurityDomain()
security-domain
element
security-domain
Jboss51Descriptor setMissingMethodPermissionsExcludedMode(java.lang.Boolean missingMethodPermissionsExcludedMode)
missing-method-permissions-excluded-mode
element with the given value will be created.
Otherwise, the existing missing-method-permissions-excluded-mode
element will be updated with the given value.
Jboss51Descriptor
Jboss51Descriptor removeMissingMethodPermissionsExcludedMode()
missing-method-permissions-excluded-mode
element
Jboss51Descriptor
java.lang.Boolean isMissingMethodPermissionsExcludedMode()
missing-method-permissions-excluded-mode
element
missing-method-permissions-excluded-mode
Jboss51Descriptor setUnauthenticatedPrincipal(java.lang.String unauthenticatedPrincipal)
unauthenticated-principal
element with the given value will be created.
Otherwise, the existing unauthenticated-principal
element will be updated with the given value.
Jboss51Descriptor
Jboss51Descriptor removeUnauthenticatedPrincipal()
unauthenticated-principal
element
Jboss51Descriptor
java.lang.String getUnauthenticatedPrincipal()
unauthenticated-principal
element
unauthenticated-principal
Jboss51Descriptor setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
jndi-binding-policy
element with the given value will be created.
Otherwise, the existing jndi-binding-policy
element will be updated with the given value.
Jboss51Descriptor
Jboss51Descriptor removeJndiBindingPolicy()
jndi-binding-policy
element
Jboss51Descriptor
java.lang.String getJndiBindingPolicy()
jndi-binding-policy
element
jndi-binding-policy
Jboss51Descriptor setJaccContextId(java.lang.String jaccContextId)
jacc-context-id
element with the given value will be created.
Otherwise, the existing jacc-context-id
element will be updated with the given value.
Jboss51Descriptor
Jboss51Descriptor removeJaccContextId()
jacc-context-id
element
Jboss51Descriptor
java.lang.String getJaccContextId()
jacc-context-id
element
jacc-context-id
Jboss51Descriptor removeWebservices()
webservices
element
Jboss51Descriptor
WebservicesType<Jboss51Descriptor> webservices()
webservices
element will be created and returned.
Otherwise, the existing webservices
element will be returned.
webservices
Jboss51Descriptor removeEnterpriseBeans()
enterprise-beans
element
Jboss51Descriptor
EnterpriseBeansType<Jboss51Descriptor> enterpriseBeans()
enterprise-beans
element will be created and returned.
Otherwise, the existing enterprise-beans
element will be returned.
enterprise-beans
Jboss51Descriptor removeAssemblyDescriptor()
assembly-descriptor
element
Jboss51Descriptor
AssemblyDescriptorType<Jboss51Descriptor> assemblyDescriptor()
assembly-descriptor
element will be created and returned.
Otherwise, the existing assembly-descriptor
element will be returned.
assembly-descriptor
Jboss51Descriptor removeResourceManagers()
resource-managers
element
Jboss51Descriptor
ResourceManagersType<Jboss51Descriptor> resourceManagers()
resource-managers
element will be created and returned.
Otherwise, the existing resource-managers
element will be returned.
resource-managers
Jboss51Descriptor setVersion(java.lang.String version)
version
element with the given value will be created.
Otherwise, the existing version
element will be updated with the given value.
Jboss51Descriptor
Jboss51Descriptor removeVersion()
version
element
Jboss51Descriptor
java.lang.String getVersion()
version
element
version
Jboss51Descriptor setMetadataComplete(java.lang.Boolean metadataComplete)
metadata-complete
element with the given value will be created.
Otherwise, the existing metadata-complete
element will be updated with the given value.
Jboss51Descriptor
Jboss51Descriptor removeMetadataComplete()
metadata-complete
element
Jboss51Descriptor
java.lang.Boolean isMetadataComplete()
metadata-complete
element
metadata-complete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |