Interface MessageadapterType<T>

  • All Superinterfaces:
    org.jboss.shrinkwrap.descriptor.api.Child<T>
    All Known Implementing Classes:
    MessageadapterTypeImpl

    public interface MessageadapterType<T>
    extends org.jboss.shrinkwrap.descriptor.api.Child<T>
    This interface defines the contract for the messageadapterType xsd type
    • Method Detail

      • getOrCreateMessagelistener

        MessagelistenerType<MessageadapterType<T>> getOrCreateMessagelistener()
        If not already created, a new messagelistener element will be created and returned. Otherwise, the first existing messagelistener element will be returned.
        Returns:
        the instance defined for the element messagelistener
      • removeAllMessagelistener

        MessageadapterType<T> removeAllMessagelistener()
        Removes all messagelistener elements
        Returns:
        the current instance of MessagelistenerType>
      • id

        MessageadapterType<T> id​(String id)
        Sets the id attribute
        Parameters:
        id - the value for the attribute id
        Returns:
        the current instance of MessageadapterType
      • getId

        String getId()
        Returns the id attribute
        Returns:
        the value defined for the attribute id
      • removeId

        MessageadapterType<T> removeId()
        Removes the id attribute
        Returns:
        the current instance of MessageadapterType