org.apache.cxf.ws.policy.attachment.external
Class URIDomainExpressionBuilder

java.lang.Object
  extended by org.apache.cxf.ws.policy.attachment.external.URIDomainExpressionBuilder
All Implemented Interfaces:
DomainExpressionBuilder

public class URIDomainExpressionBuilder
extends Object
implements DomainExpressionBuilder


Constructor Summary
URIDomainExpressionBuilder()
           
 
Method Summary
 DomainExpression build(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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIDomainExpressionBuilder

public URIDomainExpressionBuilder()
Method Detail

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