Interface ActiveInboundResourceAdapter

    • Method Detail

      • addEndpointFactoryInfo

        void addEndpointFactoryInfo​(String id,
                                    MessageEndpointFactoryInfo info)
        Adds endpoint factory information.
        Parameters:
        id - Unique identifier of the endpoint factory.
        info - MessageEndpointFactoryInfo object.
      • removeEndpointFactoryInfo

        void removeEndpointFactoryInfo​(String id)
        Removes information about an endpoint factory
        Parameters:
        id - Unique identifier of the endpoint factory to be removed.
      • getEndpointFactoryInfo

        MessageEndpointFactoryInfo getEndpointFactoryInfo​(String id)
        Returns information about endpoint factory.
        Parameters:
        id - Id of the endpoint factory.
        Returns:
        MessageEndpointFactoryIndo object.
      • validateActivationSpec

        void validateActivationSpec​(jakarta.resource.spi.ActivationSpec spec)
        validate the activation-spec
        Parameters:
        spec - activation-spec