|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageDestinationRefType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.application6 | Provides the interfaces and enumeration types as defined in the schema application_6.xsd |
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.api.javaee6 | Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd |
org.jboss.shrinkwrap.descriptor.api.webapp30 | Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.webfragment30 | Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.application6 | Provides the implementation classes as defined in the schema application_6.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.javaee6 | Provides the implementation classes as defined in the schema javaee_6.xsd |
org.jboss.shrinkwrap.descriptor.impl.webapp30 | Provides the implementation classes as defined in the schema web-app_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webcommon30 | Provides the implementation classes as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webfragment30 | Provides the implementation classes as defined in the schema web-fragment_3_0.xsd |
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.api.application6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return MessageDestinationRefType | |
---|---|
MessageDestinationRefType<ApplicationType<T>> |
ApplicationType.messageDestinationRef()
Returns the message-destination-ref element |
MessageDestinationRefType<Application6Descriptor> |
Application6Descriptor.messageDestinationRef()
Returns the message-destination-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type MessageDestinationRefType | |
---|---|
java.util.List<MessageDestinationRefType<ApplicationType<T>>> |
ApplicationType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessageDestinationRefType<Application6Descriptor>> |
Application6Descriptor.getMessageDestinationRefList()
Returns all message-destination-ref elements |
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return MessageDestinationRefType | |
---|---|
MessageDestinationRefType<InterceptorType<T>> |
InterceptorType.messageDestinationRef()
Returns the message-destination-ref element |
MessageDestinationRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.messageDestinationRef()
Returns the message-destination-ref element |
MessageDestinationRefType<SessionBeanType<T>> |
SessionBeanType.messageDestinationRef()
Returns the message-destination-ref element |
MessageDestinationRefType<EntityBeanType<T>> |
EntityBeanType.messageDestinationRef()
Returns the message-destination-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type MessageDestinationRefType | |
---|---|
java.util.List<MessageDestinationRefType<InterceptorType<T>>> |
InterceptorType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessageDestinationRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessageDestinationRefType<SessionBeanType<T>>> |
SessionBeanType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessageDestinationRefType<EntityBeanType<T>>> |
EntityBeanType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.api.javaee6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return MessageDestinationRefType | |
---|---|
MessageDestinationRefType<T> |
MessageDestinationRefType.removeAllDescription()
Removes the description element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeAllInjectionTarget()
Removes all injection-target elements |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeLookupName()
Removes the lookup-name element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeMappedName()
Removes the mapped-name element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeMessageDestinationLink()
Removes the message-destination-link element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeMessageDestinationRefName()
Removes the message-destination-ref-name element |
MessageDestinationRefType<T> |
MessageDestinationRefType.removeMessageDestinationType()
Removes the message-destination-type element |
MessageDestinationRefType<T> |
MessageDestinationRefType.setDescription(java.lang.String description)
Creates a new description element |
MessageDestinationRefType<T> |
MessageDestinationRefType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
MessageDestinationRefType<T> |
MessageDestinationRefType.setLookupName(java.lang.String lookupName)
If not already created, a new lookup-name element with the given value will be created. |
MessageDestinationRefType<T> |
MessageDestinationRefType.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
MessageDestinationRefType<T> |
MessageDestinationRefType.setMessageDestinationLink(java.lang.String messageDestinationLink)
If not already created, a new message-destination-link element with the given value will be created. |
MessageDestinationRefType<T> |
MessageDestinationRefType.setMessageDestinationRefName(java.lang.String messageDestinationRefName)
If not already created, a new message-destination-ref-name element with the given value will be created. |
MessageDestinationRefType<T> |
MessageDestinationRefType.setMessageDestinationType(java.lang.String messageDestinationType)
If not already created, a new message-destination-type element with the given value will be created. |
MessageDestinationRefType<T> |
MessageDestinationRefType.setMessageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
If not already created, a new message-destination-usage element with the given value will be created. |
MessageDestinationRefType<T> |
MessageDestinationRefType.setMessageDestinationUsage(java.lang.String messageDestinationUsage)
If not already created, a new message-destination-usage element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type MessageDestinationRefType | |
---|---|
java.util.List<InjectionTargetType<MessageDestinationRefType<T>>> |
MessageDestinationRefType.getInjectionTargetList()
Returns all injection-target elements |
InjectionTargetType<MessageDestinationRefType<T>> |
MessageDestinationRefType.injectionTarget()
Returns the injection-target element |
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.api.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return MessageDestinationRefType | |
---|---|
MessageDestinationRefType<WebApp30Descriptor> |
WebApp30Descriptor.messageDestinationRef()
Returns the message-destination-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type MessageDestinationRefType | |
---|---|
java.util.List<MessageDestinationRefType<WebApp30Descriptor>> |
WebApp30Descriptor.getMessageDestinationRefList()
Returns all message-destination-ref elements |
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return MessageDestinationRefType | |
---|---|
MessageDestinationRefType<WebFragmentType<T>> |
WebFragmentType.messageDestinationRef()
Returns the message-destination-ref element |
MessageDestinationRefType<WebAppType<T>> |
WebAppType.messageDestinationRef()
Returns the message-destination-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type MessageDestinationRefType | |
---|---|
java.util.List<MessageDestinationRefType<WebFragmentType<T>>> |
WebFragmentType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessageDestinationRefType<WebAppType<T>>> |
WebAppType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.api.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return MessageDestinationRefType | |
---|---|
MessageDestinationRefType<WebFragment30Descriptor> |
WebFragment30Descriptor.messageDestinationRef()
Returns the message-destination-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type MessageDestinationRefType | |
---|---|
java.util.List<MessageDestinationRefType<WebFragment30Descriptor>> |
WebFragment30Descriptor.getMessageDestinationRefList()
Returns all message-destination-ref elements |
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.impl.application6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return MessageDestinationRefType | |
---|---|
MessageDestinationRefType<Application6Descriptor> |
Application6DescriptorImpl.messageDestinationRef()
Returns the message-destination-ref element |
MessageDestinationRefType<ApplicationType<T>> |
ApplicationTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return types with arguments of type MessageDestinationRefType | |
---|---|
java.util.List<MessageDestinationRefType<Application6Descriptor>> |
Application6DescriptorImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessageDestinationRefType<ApplicationType<T>>> |
ApplicationTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return MessageDestinationRefType | |
---|---|
MessageDestinationRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
MessageDestinationRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
MessageDestinationRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
MessageDestinationRefType<InterceptorType<T>> |
InterceptorTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type MessageDestinationRefType | |
---|---|
java.util.List<MessageDestinationRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessageDestinationRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessageDestinationRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessageDestinationRefType<InterceptorType<T>>> |
InterceptorTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.impl.javaee6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return MessageDestinationRefType | |
---|---|
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.removeAllDescription()
Removes the description element |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.removeAllInjectionTarget()
Removes all injection-target elements |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.removeLookupName()
Removes the lookup-name element |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.removeMappedName()
Removes the mapped-name element |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.removeMessageDestinationLink()
Removes the message-destination-link element |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.removeMessageDestinationRefName()
Removes the message-destination-ref-name element |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.removeMessageDestinationType()
Removes the message-destination-type element |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.setLookupName(java.lang.String lookupName)
If not already created, a new lookup-name element with the given value will be created. |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.setMessageDestinationLink(java.lang.String messageDestinationLink)
If not already created, a new message-destination-link element with the given value will be created. |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.setMessageDestinationRefName(java.lang.String messageDestinationRefName)
If not already created, a new message-destination-ref-name element with the given value will be created. |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.setMessageDestinationType(java.lang.String messageDestinationType)
If not already created, a new message-destination-type element with the given value will be created. |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.setMessageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
If not already created, a new message-destination-usage element with the given value will be created. |
MessageDestinationRefType<T> |
MessageDestinationRefTypeImpl.setMessageDestinationUsage(java.lang.String messageDestinationUsage)
If not already created, a new message-destination-usage element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type MessageDestinationRefType | |
---|---|
java.util.List<InjectionTargetType<MessageDestinationRefType<T>>> |
MessageDestinationRefTypeImpl.getInjectionTargetList()
Returns all injection-target elements |
InjectionTargetType<MessageDestinationRefType<T>> |
MessageDestinationRefTypeImpl.injectionTarget()
Returns the injection-target element |
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.impl.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return MessageDestinationRefType | |
---|---|
MessageDestinationRefType<WebApp30Descriptor> |
WebApp30DescriptorImpl.messageDestinationRef()
Returns the message-destination-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type MessageDestinationRefType | |
---|---|
java.util.List<MessageDestinationRefType<WebApp30Descriptor>> |
WebApp30DescriptorImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return MessageDestinationRefType | |
---|---|
MessageDestinationRefType<WebFragmentType<T>> |
WebFragmentTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
MessageDestinationRefType<WebAppType<T>> |
WebAppTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type MessageDestinationRefType | |
---|---|
java.util.List<MessageDestinationRefType<WebFragmentType<T>>> |
WebFragmentTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessageDestinationRefType<WebAppType<T>>> |
WebAppTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.impl.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return MessageDestinationRefType | |
---|---|
MessageDestinationRefType<WebFragment30Descriptor> |
WebFragment30DescriptorImpl.messageDestinationRef()
Returns the message-destination-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type MessageDestinationRefType | |
---|---|
java.util.List<MessageDestinationRefType<WebFragment30Descriptor>> |
WebFragment30DescriptorImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |