Interface DomainExpressionBuilder

All Known Implementing Classes:
EndpointReferenceDomainExpressionBuilder, URIDomainExpressionBuilder

public interface DomainExpressionBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Builds a domain expression from the given element.
    Returns a collection of QNames describing the xml schema types for which this builder can build domain expressions.
  • Method Details

    • build

      Builds a domain expression from the given element.
      Parameters:
      e - the element
      Returns:
      the domin expression
    • getDomainExpressionTypes

      Collection<QName> getDomainExpressionTypes()
      Returns a collection of QNames describing the xml schema types for which this builder can build domain expressions.
      Returns:
      collection of supported types