Apache CXF API

Uses of Interface
org.apache.cxf.ws.policy.PolicyBuilder

Packages that use PolicyBuilder
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.attachment   
org.apache.cxf.ws.policy.attachment.reference   
 

Uses of PolicyBuilder in org.apache.cxf.ws.policy
 

Classes in org.apache.cxf.ws.policy that implement PolicyBuilder
 class PolicyBuilderImpl
          PolicyBuilderImpl is an implementation of the PolicyBuilder interface, provides methods to create Policy and PolicyReferenceObjects from DOM elements, but also from an input stream etc.
 

Uses of PolicyBuilder in org.apache.cxf.ws.policy.attachment
 

Fields in org.apache.cxf.ws.policy.attachment declared as PolicyBuilder
protected  PolicyBuilder AbstractPolicyProvider.builder
           
 

Methods in org.apache.cxf.ws.policy.attachment with parameters of type PolicyBuilder
 void AbstractPolicyProvider.setBuilder(PolicyBuilder b)
           
 

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

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


Apache CXF API

Apache CXF