Apache CXF API

org.apache.cxf.ws.policy.attachment.external
Interface DomainExpressionBuilder

All Known Implementing Classes:
EndpointReferenceDomainExpressionBuilder

public interface DomainExpressionBuilder


Method Summary
 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.
 

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

Apache CXF API

Apache CXF