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 Wsdl11XPointerDomainExpression
           
 

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

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