Uses of Interface
org.apache.cxf.ws.policy.attachment.external.DomainExpression
-
Packages that use DomainExpression Package Description org.apache.cxf.ws.policy.attachment.external -
-
Uses of DomainExpression in org.apache.cxf.ws.policy.attachment.external
Classes in org.apache.cxf.ws.policy.attachment.external that implement DomainExpression Modifier and Type Class Description classEndpointReferenceDomainExpressionclassURIDomainExpressionMethods in org.apache.cxf.ws.policy.attachment.external that return DomainExpression Modifier and Type Method Description DomainExpressionDomainExpressionBuilder. build(Element e)Builds a domain expression from the given element.DomainExpressionDomainExpressionBuilderRegistry. build(Element element)DomainExpressionEndpointReferenceDomainExpressionBuilder. build(Element e)DomainExpressionURIDomainExpressionBuilder. build(Element paramElement)Methods in org.apache.cxf.ws.policy.attachment.external that return types with arguments of type DomainExpression Modifier and Type Method Description Collection<DomainExpression>PolicyAttachment. getDomainExpressions()Method parameters in org.apache.cxf.ws.policy.attachment.external with type arguments of type DomainExpression Modifier and Type Method Description voidPolicyAttachment. setDomainExpressions(Collection<DomainExpression> des)
-