Class URIDomainExpressionBuilder
- java.lang.Object
-
- org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder
-
- All Implemented Interfaces:
DomainExpressionBuilder
public class URIDomainExpressionBuilder extends Object implements DomainExpressionBuilder
-
-
Constructor Summary
Constructors Constructor Description URIDomainExpressionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainExpressionbuild(Element paramElement)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
public DomainExpression build(Element paramElement)
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
public Collection<QName> 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
-
-