Interface SubNode<T>

  • All Known Subinterfaces:
    JndiEnvRefNode<T>
    All Known Implementing Classes:
    ServiceReferenceNode

    @Contract
    public interface SubNode<T>
    This is the base interface for the JndiEnvRefNodes like ServiceReferenceNode so that the implementation can lie in their respective modules
    Author:
    Bhakti Mehta
    • Method Detail

      • writeDeploymentDescriptor

        Node writeDeploymentDescriptor​(Node parentNode,
                                       T next)
      • getTagName

        String getTagName()
      • getDescriptor

        T getDescriptor()