public interface DomainExpressionBuilder
Modifier and Type | Method and Description |
---|---|
DomainExpression |
build(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.
|
DomainExpression build(Element e)
e
- the elementCollection<QName> getDomainExpressionTypes()
Apache CXF