*
* wsdl extensors are superseded by policies which in
* turn are superseded by injection
*/
private void updateClientPolicy() {
PolicyDataEngine policyEngine = bus.getExtension(PolicyDataEngine.class);
if (policyEngine != null && endpointInfo.getService() != null) {
clientSidePolicy = policyEngine.getClientEndpointPolicy(endpointInfo,
this, new ClientPolicyCalculator());
}
}