Uses of Interface
org.apache.cxf.ws.policy.PolicyBuilder
-
Packages that use PolicyBuilder Package Description 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 Modifier and Type Class Description classPolicyBuilderImplPolicyBuilderImpl 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 Modifier and Type Field Description protected PolicyBuilderAbstractPolicyProvider. builderMethods in org.apache.cxf.ws.policy.attachment with parameters of type PolicyBuilder Modifier and Type Method Description voidAbstractPolicyProvider. 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 Constructor Description LocalDocumentReferenceResolver(Document di, PolicyBuilder b)LocalServiceModelReferenceResolver(DescriptionInfo d, PolicyBuilder b)RemoteReferenceResolver(String uri, PolicyBuilder b)
-