Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.ActivationspecType
Packages that use ActivationspecType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of ActivationspecType in org.jboss.shrinkwrap.descriptor.api.connector15
Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return ActivationspecTypeModifier and TypeMethodDescriptionActivationspecType.activationspecClass(String activationspecClass) Sets theactivationspec-classelementMessagelistenerType.getOrCreateActivationspec()If not already created, a newactivationspecelement with the given value will be created.Sets theidattributeActivationspecType.removeActivationspecClass()Removes theactivationspec-classelementActivationspecType.removeAllRequiredConfigProperty()Removes allrequired-config-propertyelementsActivationspecType.removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type ActivationspecTypeModifier and TypeMethodDescriptionActivationspecType.createRequiredConfigProperty()Creates a newrequired-config-propertyelementActivationspecType.getAllRequiredConfigProperty()Returns allrequired-config-propertyelementsActivationspecType.getOrCreateRequiredConfigProperty()If not already created, a newrequired-config-propertyelement will be created and returned. -
Uses of ActivationspecType in org.jboss.shrinkwrap.descriptor.impl.connector15
Classes in org.jboss.shrinkwrap.descriptor.impl.connector15 that implement ActivationspecTypeModifier and TypeClassDescriptionclassThis class implements theactivationspecTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return ActivationspecTypeModifier and TypeMethodDescriptionActivationspecTypeImpl.activationspecClass(String activationspecClass) Sets theactivationspec-classelementMessagelistenerTypeImpl.getOrCreateActivationspec()If not already created, a newactivationspecelement with the given value will be created.Sets theidattributeActivationspecTypeImpl.removeActivationspecClass()Removes theactivationspec-classelementActivationspecTypeImpl.removeAllRequiredConfigProperty()Removes allrequired-config-propertyelementsActivationspecTypeImpl.removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return types with arguments of type ActivationspecTypeModifier and TypeMethodDescriptionActivationspecTypeImpl.createRequiredConfigProperty()Creates a newrequired-config-propertyelementActivationspecTypeImpl.getAllRequiredConfigProperty()Returns allrequired-config-propertyelementsActivationspecTypeImpl.getOrCreateRequiredConfigProperty()If not already created, a newrequired-config-propertyelement will be created and returned.