Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector17.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.connector17
Methods in org.jboss.shrinkwrap.descriptor.api.connector17 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.removeAllConfigProperty()Removes allconfig-propertyelementsActivationspecType.removeAllRequiredConfigProperty()Removes allrequired-config-propertyelementsActivationspecType.removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.api.connector17 that return types with arguments of type ActivationspecTypeModifier and TypeMethodDescriptionActivationspecType.createConfigProperty()Creates a newconfig-propertyelementActivationspecType.createRequiredConfigProperty()Creates a newrequired-config-propertyelementActivationspecType.getAllConfigProperty()Returns allconfig-propertyelementsActivationspecType.getAllRequiredConfigProperty()Returns allrequired-config-propertyelementsActivationspecType.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ActivationspecType.getOrCreateRequiredConfigProperty()If not already created, a newrequired-config-propertyelement will be created and returned. -
Uses of ActivationspecType in org.jboss.shrinkwrap.descriptor.impl.connector17
Classes in org.jboss.shrinkwrap.descriptor.impl.connector17 that implement ActivationspecTypeModifier and TypeClassDescriptionclassThis class implements theactivationspecTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector17 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.removeAllConfigProperty()Removes allconfig-propertyelementsActivationspecTypeImpl.removeAllRequiredConfigProperty()Removes allrequired-config-propertyelementsActivationspecTypeImpl.removeId()Removes theidattributeMethods in org.jboss.shrinkwrap.descriptor.impl.connector17 that return types with arguments of type ActivationspecTypeModifier and TypeMethodDescriptionActivationspecTypeImpl.createConfigProperty()Creates a newconfig-propertyelementActivationspecTypeImpl.createRequiredConfigProperty()Creates a newrequired-config-propertyelementActivationspecTypeImpl.getAllConfigProperty()Returns allconfig-propertyelementsActivationspecTypeImpl.getAllRequiredConfigProperty()Returns allrequired-config-propertyelementsActivationspecTypeImpl.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ActivationspecTypeImpl.getOrCreateRequiredConfigProperty()If not already created, a newrequired-config-propertyelement will be created and returned.