org.apache.cxf.ws.policy.attachment.external
Class URIDomainExpressionBuilder
java.lang.Object
org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder
- All Implemented Interfaces:
- DomainExpressionBuilder
public class URIDomainExpressionBuilder
- extends Object
- implements DomainExpressionBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URIDomainExpressionBuilder
public URIDomainExpressionBuilder()
build
public DomainExpression build(Element paramElement)
- Description copied from interface:
DomainExpressionBuilder
- Builds a domain expression from the given element.
- Specified by:
build in interface DomainExpressionBuilder
- Parameters:
paramElement - the element
- Returns:
- the domin expression
getDomainExpressionTypes
public Collection<QName> getDomainExpressionTypes()
- Description copied from interface:
DomainExpressionBuilder
- Returns a collection of QNames describing the xml schema types for which this
builder can build domain expressions.
- Specified by:
getDomainExpressionTypes in interface DomainExpressionBuilder
- Returns:
- collection of supported types
Apache CXF