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(org.w3c.dom.Element element)
           
 DomainExpression DomainExpressionBuilder.build(org.w3c.dom.Element e)
          Builds a domain expression from the given element.
 DomainExpression EndpointReferenceDomainExpressionBuilder.build(org.w3c.dom.Element e)
           
 

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

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



Apache CXF