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 -
Method Summary
Modifier and TypeMethodDescriptionBuilds a domain expression from the given element.protected jakarta.xml.bind.JAXBContextReturns a collection of QNames describing the xml schema types for which this builder can build domain expressions.
-
Constructor Details
-
EndpointReferenceDomainExpressionBuilder
public EndpointReferenceDomainExpressionBuilder()
-
-
Method Details
-
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
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 jakarta.xml.bind.JAXBContext createJAXBContext()
-