Class EndpointReferenceDomainExpressionBuilder
- java.lang.Object
-
- org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionBuilder
-
- All Implemented Interfaces:
DomainExpressionBuilder
public class EndpointReferenceDomainExpressionBuilder extends Object implements DomainExpressionBuilder
-
-
Constructor Summary
Constructors Constructor Description EndpointReferenceDomainExpressionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainExpressionbuild(Element e)Builds a domain expression from the given element.protected javax.xml.bind.JAXBContextcreateJAXBContext()Collection<QName>getDomainExpressionTypes()Returns a collection of QNames describing the xml schema types for which this builder can build domain expressions.
-
-
-
Method Detail
-
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
-
build
public DomainExpression build(Element e)
Description copied from interface:DomainExpressionBuilderBuilds a domain expression from the given element.- Specified by:
buildin interfaceDomainExpressionBuilder- Parameters:
e- the element- Returns:
- the domin expression
-
createJAXBContext
protected javax.xml.bind.JAXBContext createJAXBContext()
-
-