Interface DomainExpressionBuilder
-
- All Known Implementing Classes:
EndpointReferenceDomainExpressionBuilder,URIDomainExpressionBuilder
public interface DomainExpressionBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainExpressionbuild(Element e)Builds a domain expression from the given element.Collection<QName>getDomainExpressionTypes()Returns a collection of QNames describing the xml schema types for which this builder can build domain expressions.
-
-
-
Method Detail
-
build
DomainExpression build(Element e)
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
-
-