Uses of Class
org.apache.cxf.annotations.Policy.Placement
-
Packages that use Policy.Placement Package Description org.apache.cxf.annotations org.jboss.wsf.stack.cxf.extensions.policy -
-
Uses of Policy.Placement in org.apache.cxf.annotations
Methods in org.apache.cxf.annotations that return Policy.Placement Modifier and Type Method Description Policy.Placementplacement()The place to put the PolicyReference.static Policy.PlacementPolicy.Placement. valueOf(String name)Returns the enum constant of this type with the specified name.static Policy.Placement[]Policy.Placement. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Policy.Placement in org.jboss.wsf.stack.cxf.extensions.policy
Methods in org.jboss.wsf.stack.cxf.extensions.policy that return Policy.Placement Modifier and Type Method Description Policy.PlacementPolicyAttachment. getPlacement()Methods in org.jboss.wsf.stack.cxf.extensions.policy with parameters of type Policy.Placement Modifier and Type Method Description List<PolicyAttachment>EndpointPolicyAttachments. getPolicyAttachments(Policy.Placement placement)Constructors in org.jboss.wsf.stack.cxf.extensions.policy with parameters of type Policy.Placement Constructor Description PolicyAttachment(Policy.Placement placement, String uri)
-