Apache CXF API

Uses of Interface
org.apache.cxf.ws.policy.attachment.external.DomainExpression

Packages that use DomainExpression
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
 class EndpointReferenceDomainExpression
           
 class URIDomainExpression
           
 

Methods in org.apache.cxf.ws.policy.attachment.external that return DomainExpression
 DomainExpression DomainExpressionBuilder.build(Element e)
          Builds a domain expression from the given element.
 DomainExpression DomainExpressionBuilderRegistry.build(Element element)
           
 DomainExpression EndpointReferenceDomainExpressionBuilder.build(Element e)
           
 DomainExpression URIDomainExpressionBuilder.build(Element paramElement)
           
 

Methods in org.apache.cxf.ws.policy.attachment.external that return types with arguments of type DomainExpression
 Collection<DomainExpression> PolicyAttachment.getDomainExpressions()
           
 

Method parameters in org.apache.cxf.ws.policy.attachment.external with type arguments of type DomainExpression
 void PolicyAttachment.setDomainExpressions(Collection<DomainExpression> des)
           
 


Apache CXF API

Apache CXF