| org.apache.cxf.ws.policy.WSPolicyFeature
WSPolicyFeature | public class WSPolicyFeature extends AbstractFeature (Code) | | Configures a Server, Client, Bus with the specified policies. If a series of
Policy Element s are supplied, these will be loaded into a Policy
class using the PolicyBuilder extension on the bus. If the
PolicyEngine has not been started, this feature will start it.
See Also: PolicyBuilder See Also: AbstractFeature |
WSPolicyFeature | public WSPolicyFeature()(Code) | | |
WSPolicyFeature | public WSPolicyFeature(Policy... ps)(Code) | | |
initialize | public void initialize(Client client, Bus bus)(Code) | | |
initialize | public void initialize(Server server, Bus bus)(Code) | | |
|
|