Uses of Class
org.apache.cxf.ws.policy.PolicyConstants

Packages that use PolicyConstants
org.apache.cxf.ws.policy.attachment.reference   
org.apache.cxf.ws.policy.builder.primitive   
org.apache.cxf.ws.policy.builder.xml   
 

Uses of PolicyConstants in org.apache.cxf.ws.policy.attachment.reference
 

Constructors in org.apache.cxf.ws.policy.attachment.reference with parameters of type PolicyConstants
LocalDocumentReferenceResolver(org.w3c.dom.Document di, PolicyBuilder b, PolicyConstants c)
           
LocalServiceModelReferenceResolver(DescriptionInfo d, PolicyBuilder b, PolicyConstants c)
           
RemoteReferenceResolver(java.lang.String uri, PolicyBuilder b, PolicyConstants c)
           
 

Uses of PolicyConstants in org.apache.cxf.ws.policy.builder.primitive
 

Methods in org.apache.cxf.ws.policy.builder.primitive that return PolicyConstants
protected  PolicyConstants PrimitiveAssertionBuilder.getPolicyConstants()
           
 

Constructors in org.apache.cxf.ws.policy.builder.primitive with parameters of type PolicyConstants
NestedPrimitiveAssertion(org.w3c.dom.Element elem, PolicyBuilder builder, PolicyConstants constants)
           
PrimitiveAssertion(org.w3c.dom.Element element, PolicyConstants constants)
           
 

Uses of PolicyConstants in org.apache.cxf.ws.policy.builder.xml
 

Constructors in org.apache.cxf.ws.policy.builder.xml with parameters of type PolicyConstants
XmlPrimitiveAssertion(org.w3c.dom.Element e, PolicyConstants c)
          Constructs a XmlPrimitiveAssertion from an xml element.
 



Apache CXF