Apache CXF API

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

All Known Implementing Classes:
EndpointReferenceDomainExpressionBuilder

public interface DomainExpressionBuilder


Method Summary
 DomainExpression build(org.w3c.dom.Element e)
          Builds a domain expression from the given element.
 java.util.Collection<javax.xml.namespace.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(org.w3c.dom.Element e)
Builds a domain expression from the given element.

Parameters:
e - the element
Returns:
the domin expression

getDomainExpressionTypes

java.util.Collection<javax.xml.namespace.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