Class URIDomainExpressionBuilder
java.lang.Object
org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder
- All Implemented Interfaces:
DomainExpressionBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuilds 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.
-
Constructor Details
-
URIDomainExpressionBuilder
public URIDomainExpressionBuilder()
-
-
Method Details
-
build
Description copied from interface:DomainExpressionBuilderBuilds a domain expression from the given element.- Specified by:
buildin interfaceDomainExpressionBuilder- Parameters:
paramElement- the element- Returns:
- the domin expression
-
getDomainExpressionTypes
Description copied from interface:DomainExpressionBuilderReturns a collection of QNames describing the xml schema types for which this builder can build domain expressions.- Specified by:
getDomainExpressionTypesin interfaceDomainExpressionBuilder- Returns:
- collection of supported types
-