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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetDescriptor()StringgetTagName()NodewriteDeploymentDescriptor(Node parentNode, T next)
-