Interface PolicyBuilder

  • All Known Implementing Classes:
    PolicyBuilderImpl

    public interface PolicyBuilder
    PolicyBuilder provides methods to create Policy and PolicyReferenceObjects from DOM elements.
    • Method Detail

      • getPolicyReference

        org.apache.neethi.PolicyReference getPolicyReference​(Object element)
        Creates a PolicyReference object from a DOM element.
        Parameters:
        element - the element
        Returns:
        the PolicyReference object constructed from the element
      • getPolicy

        org.apache.neethi.Policy getPolicy​(Object element)
        Creates a Policy object from an DOM element.
        Parameters:
        element - the element
        Returns:
        the Policy object constructed from the element
      • getPolicyRegistry

        org.apache.neethi.PolicyRegistry getPolicyRegistry()
        Return the PolicyRegistry associated with the builder
        Returns:
        the PolicyRegistry