/* 112 */ for (OperationMetaData operation : endpoint.getOperations())
/* */ {
/* 114 */ processOperation(wsdlInterface, wsdlBinding, operation);
/* */ }
/* */
/* 118 */ MetaDataExtension ext = endpoint.getExtension("http://schemas.xmlsoap.org/ws/2004/09/policy");
/* 119 */ if (ext != null)
/* */ {
/* 121 */ PolicyMetaExtension policyExt = (PolicyMetaExtension)ext;
/* 122 */ for (Policy policy : policyExt.getPolicies(PolicyScopeLevel.WSDL_PORT))
/* */ {