|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EjbJar30Descriptor | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 | Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd |
Uses of EjbJar30Descriptor in org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return EjbJar30Descriptor | |
---|---|
EjbJar30Descriptor |
EjbJar30Descriptor.removeAllDescription()
Removes the description element |
EjbJar30Descriptor |
EjbJar30Descriptor.removeAllDisplayName()
Removes the display-name element |
EjbJar30Descriptor |
EjbJar30Descriptor.removeAllIcon()
Removes all icon elements |
EjbJar30Descriptor |
EjbJar30Descriptor.removeAssemblyDescriptor()
Removes the assembly-descriptor element |
EjbJar30Descriptor |
EjbJar30Descriptor.removeEjbClientJar()
Removes the ejb-client-jar element |
EjbJar30Descriptor |
EjbJar30Descriptor.removeEnterpriseBeans()
Removes the enterprise-beans element |
EjbJar30Descriptor |
EjbJar30Descriptor.removeInterceptors()
Removes the interceptors element |
EjbJar30Descriptor |
EjbJar30Descriptor.removeMetadataComplete()
Removes the metadata-complete element |
EjbJar30Descriptor |
EjbJar30Descriptor.removeRelationships()
Removes the relationships element |
EjbJar30Descriptor |
EjbJar30Descriptor.removeVersion()
Removes the version element |
EjbJar30Descriptor |
EjbJar30Descriptor.setDescription(java.lang.String description)
Creates a new description element |
EjbJar30Descriptor |
EjbJar30Descriptor.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EjbJar30Descriptor |
EjbJar30Descriptor.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
EjbJar30Descriptor |
EjbJar30Descriptor.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
EjbJar30Descriptor |
EjbJar30Descriptor.setEjbClientJar(java.lang.String ejbClientJar)
If not already created, a new ejb-client-jar element with the given value will be created. |
EjbJar30Descriptor |
EjbJar30Descriptor.setMetadataComplete(java.lang.Boolean metadataComplete)
If not already created, a new metadata-complete element with the given value will be created. |
EjbJar30Descriptor |
EjbJar30Descriptor.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.ejbjar30 that return types with arguments of type EjbJar30Descriptor | |
---|---|
AssemblyDescriptorType<EjbJar30Descriptor> |
EjbJar30Descriptor.assemblyDescriptor()
If not already created, a new assembly-descriptor element will be created and returned. |
EnterpriseBeansType<EjbJar30Descriptor> |
EjbJar30Descriptor.enterpriseBeans()
If not already created, a new enterprise-beans element will be created and returned. |
java.util.List<IconType<EjbJar30Descriptor>> |
EjbJar30Descriptor.getIconList()
Returns all icon elements |
IconType<EjbJar30Descriptor> |
EjbJar30Descriptor.icon()
Returns the icon element |
InterceptorsType<EjbJar30Descriptor> |
EjbJar30Descriptor.interceptors()
If not already created, a new interceptors element will be created and returned. |
RelationshipsType<EjbJar30Descriptor> |
EjbJar30Descriptor.relationships()
If not already created, a new relationships element will be created and returned. |
Uses of EjbJar30Descriptor in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that implement EjbJar30Descriptor | |
---|---|
class |
EjbJar30DescriptorImpl
This deployment descriptor provides the functionalities as described in the ejb-jar_3_0.xsd specification |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return EjbJar30Descriptor | |
---|---|
EjbJar30Descriptor |
EjbJar30DescriptorImpl.addDefaultNamespaces()
|
EjbJar30Descriptor |
EjbJar30DescriptorImpl.addNamespace(java.lang.String name,
java.lang.String value)
|
EjbJar30Descriptor |
EjbJar30DescriptorImpl.removeAllDescription()
Removes the description element |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.removeAllDisplayName()
Removes the display-name element |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.removeAllIcon()
Removes all icon elements |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.removeAllNamespaces()
|
EjbJar30Descriptor |
EjbJar30DescriptorImpl.removeAssemblyDescriptor()
Removes the assembly-descriptor element |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.removeEjbClientJar()
Removes the ejb-client-jar element |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.removeEnterpriseBeans()
Removes the enterprise-beans element |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.removeInterceptors()
Removes the interceptors element |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.removeMetadataComplete()
Removes the metadata-complete attribute |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.removeRelationships()
Removes the relationships element |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.removeVersion()
Removes the version attribute |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.setDescription(java.lang.String description)
Creates a new description element |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.setEjbClientJar(java.lang.String ejbClientJar)
If not already created, a new ejb-client-jar element with the given value will be created. |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.setMetadataComplete(java.lang.Boolean metadataComplete)
Sets the metadata-complete attribute |
EjbJar30Descriptor |
EjbJar30DescriptorImpl.setVersion(java.lang.String version)
Sets the version attribute |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type EjbJar30Descriptor | |
---|---|
AssemblyDescriptorType<EjbJar30Descriptor> |
EjbJar30DescriptorImpl.assemblyDescriptor()
If not already created, a new assembly-descriptor element will be created and returned. |
EnterpriseBeansType<EjbJar30Descriptor> |
EjbJar30DescriptorImpl.enterpriseBeans()
If not already created, a new enterprise-beans element will be created and returned. |
java.util.List<IconType<EjbJar30Descriptor>> |
EjbJar30DescriptorImpl.getIconList()
Returns all icon elements |
IconType<EjbJar30Descriptor> |
EjbJar30DescriptorImpl.icon()
Returns the icon element |
InterceptorsType<EjbJar30Descriptor> |
EjbJar30DescriptorImpl.interceptors()
If not already created, a new interceptors element will be created and returned. |
RelationshipsType<EjbJar30Descriptor> |
EjbJar30DescriptorImpl.relationships()
If not already created, a new relationships element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |